Draft: Added support for plotting result from many simulations. Solves #209
Compare changes
Files
2
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 95
− 9
@@ -23,6 +23,7 @@ from qtpy.QtWidgets import ( # QFrame,; QScrollArea,; QLineEdit,; QSizePolicy,;
@@ -30,12 +31,13 @@ from b_asic.types import Num
@@ -62,8 +64,60 @@ class PlotWindow(QWidget):
@@ -72,12 +126,16 @@ class PlotWindow(QWidget):
@@ -130,8 +188,16 @@ class PlotWindow(QWidget):
@@ -254,6 +320,7 @@ def start_simulation_dialog(
@@ -268,7 +335,19 @@ def start_simulation_dialog(
@@ -280,4 +359,11 @@ if __name__ == "__main__":