cleanup and typo

This commit is contained in:
2022-12-19 12:28:51 +01:00
parent d14fc0c51c
commit 1c4f08331e
3 changed files with 2 additions and 3 deletions

View File

@ -57,7 +57,7 @@ class MainWindow(QMainWindow):
sub.plot.setData(pd.xs, pd.ys)
if show_it:
ps = lst.data[name]
pd = lst.data[name]
self.sig_make_new_plot.emit(name, pd)

2
mdi.py
View File

@ -4,7 +4,7 @@ from PyQt5.QtGui import QPainter
import pyqtgraph as pg
import assets
from theme import MDI_BKG, pg_plot_style
from theme import MDI_BKG
class MDIArea(QMdiArea):

View File

@ -1,4 +1,3 @@
import pyqtgraph as pg
from theme import pg_plot_style