merge from acq4:
- Support for dynamic downsampling and view clipping in PlotDataItem / PlotItem - fixed __truediv__ handling - ViewBox updates to fix aspect locking (still broken) - AxisItem tries to be more clever about when to display tick text - Fix segmentation fault caused by exception inside GraphicsItem.paint() - Added 'x' scatter plot symbol - pg.mkPen supports dashes
Showing
- pyqtgraph/Point.py 6 additions, 0 deletionspyqtgraph/Point.py
- pyqtgraph/SRTTransform.py 4 additions, 1 deletionpyqtgraph/SRTTransform.py
- pyqtgraph/SRTTransform3D.py 15 additions, 4 deletionspyqtgraph/SRTTransform3D.py
- pyqtgraph/debug.py 9 additions, 0 deletionspyqtgraph/debug.py
- pyqtgraph/flowchart/library/Operators.py 12 additions, 2 deletionspyqtgraph/flowchart/library/Operators.py
- pyqtgraph/functions.py 5 additions, 0 deletionspyqtgraph/functions.py
- pyqtgraph/graphicsItems/AxisItem.py 23 additions, 10 deletionspyqtgraph/graphicsItems/AxisItem.py
- pyqtgraph/graphicsItems/GraphicsItem.py 1 addition, 0 deletionspyqtgraph/graphicsItems/GraphicsItem.py
- pyqtgraph/graphicsItems/PlotCurveItem.py 1 addition, 0 deletionspyqtgraph/graphicsItems/PlotCurveItem.py
- pyqtgraph/graphicsItems/PlotDataItem.py 145 additions, 34 deletionspyqtgraph/graphicsItems/PlotDataItem.py
- pyqtgraph/graphicsItems/PlotItem/PlotItem.py 78 additions, 14 deletionspyqtgraph/graphicsItems/PlotItem/PlotItem.py
- pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate.ui 101 additions, 42 deletionspyqtgraph/graphicsItems/PlotItem/plotConfigTemplate.ui
- pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt.py 51 additions, 28 deletionspyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt.py
- pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyside.py 51 additions, 28 deletions...graph/graphicsItems/PlotItem/plotConfigTemplate_pyside.py
- pyqtgraph/graphicsItems/ScatterPlotItem.py 6 additions, 2 deletionspyqtgraph/graphicsItems/ScatterPlotItem.py
- pyqtgraph/graphicsItems/ViewBox/ViewBox.py 68 additions, 19 deletionspyqtgraph/graphicsItems/ViewBox/ViewBox.py
- pyqtgraph/metaarray/MetaArray.py 3 additions, 0 deletionspyqtgraph/metaarray/MetaArray.py
- pyqtgraph/multiprocess/remoteproxy.py 20 additions, 11 deletionspyqtgraph/multiprocess/remoteproxy.py
- pyqtgraph/widgets/ScatterPlotWidget.py 7 additions, 2 deletionspyqtgraph/widgets/ScatterPlotWidget.py
Loading
Please register or sign in to comment