Fixes related to plot window
Compare changes
Files
3+ 29
− 10
@@ -6,6 +6,7 @@
@@ -6,6 +6,7 @@
@@ -32,8 +33,9 @@ class PlotWindow(QDialog):
@@ -32,8 +33,9 @@ class PlotWindow(QDialog):
@@ -43,7 +45,12 @@ class PlotWindow(QDialog):
@@ -43,7 +45,12 @@ class PlotWindow(QDialog):
@@ -187,10 +194,27 @@ class PlotWindow(QDialog):
@@ -187,10 +194,27 @@ class PlotWindow(QDialog):
# sim_res = {"c1": [3, 6, 7], "c2": [4, 5, 5], "bfly1.0": [7, 0, 0], "bfly1.1": [-1, 0, 2], "0": [1, 2, 3]}
@@ -199,9 +223,4 @@ if __name__ == "__main__":
@@ -199,9 +223,4 @@ if __name__ == "__main__":