pyqtgraph/pyqtgraph/graphicsItems/PlotItem
Petras Jokubauskas 745b04baa5
Fix: updateDecimate should not unhide intentionaly hidden curves (#1973)
* Update PlotItem.py

make update decimate to not unhide curves when items added/removed,
while preserving the Max Traces well behaviour

* Update PlotItem.py

fix typo

* Update PlotItem.py

fix: typo with self as argument

* give better name for the function which handles MaxTraces checkstate change

rename it to _handle_max_traces_toggle

* add doc string to updateDecimation

* add test for PlotItem for external curve visibility control

check if hidden curve would stay hidden when adding or removing other items.

* remove additional empty line between methods
2021-09-07 21:19:22 -07:00
..
PlotItem.py Fix: updateDecimate should not unhide intentionaly hidden curves (#1973) 2021-09-07 21:19:22 -07:00
__init__.py add __all__ to various files 2021-06-25 21:19:33 +08:00
plotConfigTemplate.ui Merge branch 'develop' into derivativePlots_cleanup 2020-06-23 23:03:56 -07:00
plotConfigTemplate_pyqt5.py regenerate plotConfigTemplate.ui for Qt5 2021-01-31 22:12:55 +08:00
plotConfigTemplate_pyqt6.py New Template Files for PyQt6 6.1 2021-06-08 21:23:49 -07:00
plotConfigTemplate_pyside2.py regenerate plotConfigTemplate.ui for Qt5 2021-01-31 22:12:55 +08:00
plotConfigTemplate_pyside6.py New Template Files for PyQt6 6.1 2021-06-08 21:23:49 -07:00