Skip to content

Commit c941c04

Browse files
committed
QwtPlot: set the autoReplot option at False by default
1 parent 391178b commit c941c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qwt/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def __init__(self, *args):
309309
self.__data.layout = QwtPlotLayout()
310310
self.__data.autoReplot = False
311311

312-
self.setAutoReplot(True)
312+
self.setAutoReplot(False)
313313
self.setPlotLayout(self.__data.layout)
314314

315315
# title

0 commit comments

Comments
 (0)