cinemascience / pycinema

cinema engine toolkit
Other
1 stars 4 forks source link

Plot: clean and cast arrays as needed by pyqtplot #92

Open dhrogers opened 9 months ago

dhrogers commented 9 months ago

Columns pulled from pycinema tables need to be cleaned and cast so that empty values and NaN values are handled well.

In branch 'plot', ddditions to the base class of plot items, Core and plots now do this. An example is in 'examples/theater/PlotEmptyAndNANValues.py'

The code should be reviewed and optimized by @JonasLukasczyk before a pull request is submitted (for branch 'plot').