made MDISubPlot.plots a dict
This commit is contained in:
@ -11,7 +11,8 @@ class MDISubPlot(MDISubWindow):
|
||||
style = pg_plot_style()
|
||||
|
||||
plt = pg.PlotWidget()
|
||||
self.plot = desc.make_plot(plt, style)
|
||||
plot = desc.make_plot(plt, style)
|
||||
self.plots = {name: plot}
|
||||
self.setWidget(plt)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user