Fixes related to CSV exporter:
- CSV headers include data names, if available - Exporter correctly handles items with no data - pg.plot() avoids creating empty data item - removed call to reduce() from exporter; not available in python 3 - Gave .name() methods to PlotDataItem, PlotCurveItem, and ScatterPlotItem
Showing
- examples/Plotting.py 3 additions, 3 deletionsexamples/Plotting.py
- pyqtgraph/__init__.py 2 additions, 1 deletionpyqtgraph/__init__.py
- pyqtgraph/exporters/CSVExporter.py 9 additions, 3 deletionspyqtgraph/exporters/CSVExporter.py
- pyqtgraph/graphicsItems/PlotCurveItem.py 4 additions, 1 deletionpyqtgraph/graphicsItems/PlotCurveItem.py
- pyqtgraph/graphicsItems/PlotDataItem.py 3 additions, 0 deletionspyqtgraph/graphicsItems/PlotDataItem.py
- pyqtgraph/graphicsItems/PlotItem/PlotItem.py 3 additions, 1 deletionpyqtgraph/graphicsItems/PlotItem/PlotItem.py
- pyqtgraph/graphicsItems/ScatterPlotItem.py 6 additions, 0 deletionspyqtgraph/graphicsItems/ScatterPlotItem.py
Loading
Please register or sign in to comment