Up the mouse re-draw rate limit
parent
18097fc33b
commit
db273e1cd7
|
@ -16,8 +16,8 @@ from ._axes import YAxisLabel, XAxisLabel
|
||||||
# TODO:
|
# TODO:
|
||||||
# - checkout pyqtgraph.PlotCurveItem.setCompositionMode
|
# - checkout pyqtgraph.PlotCurveItem.setCompositionMode
|
||||||
|
|
||||||
_mouse_rate_limit = 30
|
_mouse_rate_limit = 60
|
||||||
_debounce_delay = 10
|
_debounce_delay = 20
|
||||||
_ch_label_opac = 1
|
_ch_label_opac = 1
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue