pyqtgraph/tests/graphicsItems
Nils Nemitz 61f067bf7c
Add axis convenience methods and matrix display example (#1726)
* add axis convenient methods and matrix display example

* wrestled wayward space back into docstring

* color map names are case sensitive on Linux

* docstring fix for PlotItem

* protect AxisItem.linkToView from being obscured by DateAxisItem override

* replaced setOrigin method by promoted setPos and setScale

* made tri-state axes switching explicit

* reverted setRect behavior, documentation pass for ImageItem

* minor text adjustment

* implmented some suggested revisions

* fix input parsing for setRect and add tests so that I don't break it again

* don't try to re-add transform after clearing it

* changed example and doc image generators to pg.exec()

* removed commented-out code

* cleaned up transform eqaulity assertion

* restored devoured comment

* restored devoured comment
2021-06-07 07:44:19 -07:00
..
PlotItem Clean up test files 2021-05-31 21:06:16 -07:00
ViewBox Clean up test files 2021-05-31 21:06:16 -07:00
test_ArrowItem.py Move and Update test-data repo into pyqtgraph repo 2021-05-31 21:05:00 -07:00
test_AxisItem.py Fix check for equality between floats 2021-05-31 21:06:16 -07:00
test_ErrorBarItem.py Move and Update test-data repo into pyqtgraph repo 2021-05-31 21:05:00 -07:00
test_GraphicsItem.py Clean up test files 2021-05-31 21:06:16 -07:00
test_ImageItem.py Add axis convenience methods and matrix display example (#1726) 2021-06-07 07:44:19 -07:00
test_ImageItemFormat.py Move and Update test-data repo into pyqtgraph repo 2021-05-31 21:05:00 -07:00
test_InfiniteLine.py Clean up test files 2021-05-31 21:06:16 -07:00
test_LegendItem.py Move and Update test-data repo into pyqtgraph repo 2021-05-31 21:05:00 -07:00
test_NonUniformImage.py Move and Update test-data repo into pyqtgraph repo 2021-05-31 21:05:00 -07:00
test_PlotCurveItem.py test the QPolygonF codepath 2021-06-05 15:09:59 +08:00
test_PlotDataItem.py Move and Update test-data repo into pyqtgraph repo 2021-05-31 21:05:00 -07:00
test_ROI.py Clean up test files 2021-05-31 21:06:16 -07:00
test_ScatterPlotItem.py Clean up test files 2021-05-31 21:06:16 -07:00
test_TextItem.py Clean up test files 2021-05-31 21:06:16 -07:00