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
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 measurementsoffers hope where none is to be found. To export, one needs to typepipeline.selectedDataSource.toDataFrame().to_csv('my_csv_name.csv')into the shell.Describe the solution you'd like
File > Save measurementsnot dependent onobjectMeasuresFile > export)View > Plot variables)Are you prepared to work on it?
Yes