Draft: Added support for plotting result from many simulations. Solves #209
Open
Draft: Added support for plotting result from many simulations. Solves #209
MultiSimPlot
into
master
4 unresolved threads
4 unresolved threads
Compare changes
Files
2
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 194
− 23
@@ -23,6 +23,7 @@ from qtpy.QtWidgets import ( # QFrame,; QScrollArea,; QLineEdit,; QSizePolicy,;
@@ -30,13 +31,14 @@ from b_asic.types import Num
@@ -45,7 +47,7 @@ class PlotWindow(QWidget):
@@ -55,15 +57,67 @@ class PlotWindow(QWidget):
@@ -72,12 +126,16 @@ class PlotWindow(QWidget):
@@ -130,8 +188,16 @@ class PlotWindow(QWidget):
@@ -172,8 +238,8 @@ class PlotWindow(QWidget):
@@ -195,12 +261,60 @@ class PlotWindow(QWidget):
@@ -215,10 +329,12 @@ class PlotWindow(QWidget):
@@ -226,6 +342,7 @@ class PlotWindow(QWidget):
@@ -235,6 +352,7 @@ class PlotWindow(QWidget):
@@ -247,6 +365,16 @@ class PlotWindow(QWidget):
@@ -254,21 +382,49 @@ def start_simulation_dialog(
@@ -280,4 +436,19 @@ if __name__ == "__main__":