pyqtgraph/graphicsItems
Luke Campagnola b25e34f564 Features:
- Canvas: added per-item context menus
- Isocurve: 
     option to extend curves to array boundaries
     option to generate QPainterPath instead of vertex array
- Isosurface is a bajillion times faster
- ViewBox
     added clear() method
     added locate(item) method (shows where an item is for debugging)

Bugfixes:
- automated example testing working properly
- Exporter gets incorrect source rect when operating on PlotWidget
- Set correct DPI and size for SVG exporter
- GLMeshItem works properly with whole-mesh color specified as sequence
- bugfix in functions.transformCoordinates for rotated matrices
- reload library checks for modules that are imported multiple times
- GraphicsObject, UIGraphicsItem: added workaround for PyQt / itemChange bug
- ScatterPlotItem: disable cached render during export

Other:
- added documentation for several functions
- minor updates to setup.py
2012-12-22 16:51:25 -05:00
..
PlotItem New features for LegendItem: 2012-11-23 16:05:14 -05:00
ViewBox Features: 2012-12-22 16:51:25 -05:00
__init__.py Imported major changes from acq4 project. 2012-03-01 21:55:32 -05:00
ArrowItem.py Added preliminary support for python 2.6 2012-09-13 10:12:59 -04:00
AxisItem.py - Bugfixes: 2012-10-18 22:51:46 -04:00
ButtonItem.py converted all png files to compiled .py file; this allows easier packaging with py2exe 2012-10-11 11:14:35 -04:00
CurvePoint.py Started Python3 compatibility changes 2012-05-11 18:05:41 -04:00
FillBetweenItem.py Added graphics item for drawing filled space between two plots 2012-11-28 22:56:31 -05:00
GradientEditorItem.py Minor changes and fixes: 2012-10-31 01:53:16 -04:00
GradientLegend.py Many minor updates: 2012-10-02 21:23:59 -04:00
GraphicsItem.py Features: 2012-12-22 16:51:25 -05:00
GraphicsLayout.py Minor documentation fixes 2012-08-23 11:17:40 -04:00
GraphicsObject.py Features: 2012-12-22 16:51:25 -05:00
GraphicsWidget.py minor code cleanup 2012-06-18 19:40:15 -04:00
GraphicsWidgetAnchor.py Converted all old-style classes to new-style for PySide compatibility. (thanks Chris) 2012-11-28 22:47:52 -05:00
GridItem.py Bugfixes: 2012-07-12 15:35:58 -04:00
HistogramLUTItem.py - Default foreground / background colors can now be set using pyqtgraph.setConfigOption() 2012-06-29 14:39:27 -04:00
ImageItem.py Bugfixes: 2012-12-04 21:02:05 -05:00
InfiniteLine.py Changed the way GraphicsItem.pixelVectors and pixelLength work. 2012-05-29 23:22:00 -04:00
IsocurveItem.py Features: 2012-12-22 16:51:25 -05:00
ItemGroup.py Started Python3 compatibility changes 2012-05-11 18:05:41 -04:00
LabelItem.py - Default foreground / background colors can now be set using pyqtgraph.setConfigOption() 2012-06-29 14:39:27 -04:00
LegendItem.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
LinearRegionItem.py Started Python3 compatibility changes 2012-05-11 18:05:41 -04:00
MultiPlotItem.py added flowchart node for removing periodic noise from waveform 2012-06-18 13:45:47 -04:00
PlotCurveItem.py New features for LegendItem: 2012-11-23 16:05:14 -05:00
PlotDataItem.py New features for LegendItem: 2012-11-23 16:05:14 -05:00
ROI.py ROI updates: 2012-10-31 02:01:55 -04:00
ScaleBar.py minor bugfixes / features: 2012-05-29 23:18:34 -04:00
ScatterPlotItem.py - ScatterPlotItem disables render cache during export 2012-12-22 15:16:38 -05:00
TextItem.py Features: 2012-12-22 16:51:25 -05:00
UIGraphicsItem.py Features: 2012-12-22 16:51:25 -05:00
VTickGroup.py Started Python3 compatibility changes 2012-05-11 18:05:41 -04:00