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.
+ 178
− 22
@@ -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,63 @@ class PlotWindow(QWidget):
@@ -215,10 +332,12 @@ class PlotWindow(QWidget):
@@ -226,6 +345,7 @@ class PlotWindow(QWidget):
@@ -235,6 +355,7 @@ class PlotWindow(QWidget):
@@ -246,6 +367,13 @@ class PlotWindow(QWidget):
This will add a deprecation notice in the docs and link to the correct function. (Although we may just drop it as well, considering the status of the project, not having official releases etc. But maybe wait with that until after the lab series though...)
changed this line in version 5 of the diff
@@ -254,21 +382,34 @@ def start_simulation_dialog(
@@ -280,4 +421,19 @@ if __name__ == "__main__":
Move function definition out of loop?
Oups.
changed this line in version 5 of the diff