Skip to content

[ENHANCEMENT] Make it easier to visualize and export measurements from PYMEVis #584

Description

@zacsimile

Is your feature request related to a problem? Please describe.
Measurements, particularly cluster measurements, can be difficult to use/plot from within PYME. It is often easier for users to export this data to CSV. The menu item File > Save measurements offers hope where none is to be found. To export, one needs to type pipeline.selectedDataSource.toDataFrame().to_csv('my_csv_name.csv') into the shell.

Describe the solution you'd like

  • Make File > Save measurements not dependent on objectMeasures
  • Make it easy to export data to CSV (File > export)
  • Make it easy to plot two variables from a data source against one another, either as a popup or in a new tab on PYMEVis (View > Plot variables)

Are you prepared to work on it?
Yes

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions