forked from awendt/pyrelacs
[ui/plot] updating plot
This commit is contained in:
@@ -53,6 +53,7 @@ class Continously:
|
||||
self.last_plotted_index,
|
||||
extend=self.CHUNK_PLOT,
|
||||
)
|
||||
|
||||
self.time = np.concatenate((self.time, times))[-self.PLOT_HISTORY :]
|
||||
self.data = np.concatenate((self.data, items))[-self.PLOT_HISTORY :]
|
||||
self.line.setData(
|
||||
|
||||
Reference in New Issue
Block a user