pyqtgraph/pyqtgraph/graphicsItems
Kenneth Lyons faef56c3e7 Qulogic py3 fixes (#1073)
* py3k: Remove reduce calls.

* py3k: Remove compatibility sortList function.

Sorting by key has existed since Python 2.4.

* Remove unnecessary sys.path manipulation.

This file doesn't have any __main__ code to run anyway.

* Use context manager
2019-11-12 08:45:42 -08:00
..
PlotItem Qulogic py3 fixes (#1073) 2019-11-12 08:45:42 -08:00
tests Close windows at the end of test functions (#1042) 2019-09-27 13:37:40 -07:00
ViewBox Qulogic py3 fixes (#1073) 2019-11-12 08:45:42 -08:00
__init__.py Reorganized directory structure to be more standard 2012-12-25 00:43:31 -05:00
ArrowItem.py ArrowItem: rotate painterpath instead of the item 2017-09-15 09:09:45 -07:00
AxisItem.py Correctly include SI units for log AxisItems (#972) 2019-09-12 21:58:49 -07:00
BarGraphItem.py BarGraphItem CSV export and documentation 2019-08-06 09:32:43 -07:00
ButtonItem.py Switching to relative imports to allow pyqtgraph to be imported under other names. 2013-12-22 02:08:39 -05:00
CurvePoint.py More detailed comment. 2016-04-21 12:02:49 -07:00
ErrorBarItem.py More concise visibility setting logic 2019-06-07 13:32:25 -07:00
FillBetweenItem.py Fix up Qt.py and deprecate USE_XX variables 2018-02-16 20:42:34 -08:00
GradientEditorItem.py Qulogic py3 fixes (#1073) 2019-11-12 08:45:42 -08:00
GradientLegend.py Switching to relative imports to allow pyqtgraph to be imported under other names. 2013-12-22 02:08:39 -05:00
GraphicsItem.py Fix exit error caused by callback invoked during Qt teardown 2018-07-25 10:07:24 -07:00
GraphicsLayout.py Bugfix: GraphicsLayout border drawing 2019-06-24 16:21:00 +03:00
GraphicsObject.py Fix up Qt.py and deprecate USE_XX variables 2018-02-16 20:42:34 -08:00
GraphicsWidget.py Switching to relative imports to allow pyqtgraph to be imported under other names. 2013-12-22 02:08:39 -05:00
GraphicsWidgetAnchor.py Legends can be dragged by user 2013-05-28 18:47:33 -04:00
GraphItem.py Minor cleanups for GraphItem 2014-03-03 12:56:15 -05:00
GridItem.py Configurable GridItem tick spacing and pen color (#101) 2019-09-12 14:50:43 -07:00
HistogramLUTItem.py Moved emits after all method state updates since PySide2 immediately executes signals. 2019-06-01 16:28:23 -04:00
ImageItem.py Prevent element-wise string comparison (code by @flutefreak7) (#1024) 2019-09-12 21:30:39 -07:00
InfiniteLine.py Removed unnecessary enlargement of bounding box (#1048) 2019-09-30 09:15:03 -07:00
IsocurveItem.py IsocurveItem obeys imageAxisOrder config option 2016-08-27 22:36:05 -07:00
ItemGroup.py Switching to relative imports to allow pyqtgraph to be imported under other names. 2013-12-22 02:08:39 -05:00
LabelItem.py "Arguments" added again (copy/paste issue) 2014-02-12 20:49:53 +01:00
LegendItem.py Update LegendItem.py 2019-07-17 08:37:16 -04:00
LinearRegionItem.py Update LinearRegionItem to support new InfiniteLine features 2017-09-21 09:04:06 -07:00
MultiPlotItem.py Merge master into develop (#981) 2019-08-16 20:16:01 -07:00
PlotCurveItem.py Fix typo in documentation (#1062) 2019-10-22 09:45:45 -07:00
PlotDataItem.py Add 'fillOutline' option to draw an outline around a filled area (#999) 2019-08-17 09:57:40 -07:00
ROI.py Merge master into develop (#981) 2019-08-16 20:16:01 -07:00
ScaleBar.py Squashed commit of the following: 2014-08-07 09:03:26 -04:00
ScatterPlotItem.py Moved emits after all method state updates since PySide2 immediately executes signals. 2019-06-01 16:28:23 -04:00
TargetItem.py Add targetitem class 2017-09-03 16:51:11 -07:00
TextItem.py Always update transform when setting angle of a TextItem (#970) 2019-09-13 22:04:48 -07:00
UIGraphicsItem.py Fix up Qt.py and deprecate USE_XX variables 2018-02-16 20:42:34 -08:00
VTickGroup.py Fixed incorrect height in VTickGroup. 2017-05-17 09:23:41 -04:00