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
- Petter Källström authored
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 43
− 28
@@ -275,6 +275,16 @@ class PlotWindow(QWidget):
@@ -288,19 +298,6 @@ class PlotWindow(QWidget):
@@ -368,13 +365,16 @@ class PlotWindow(QWidget):
@@ -385,6 +385,12 @@ def show_simulation_result(
@@ -392,10 +398,19 @@ def show_simulation_result(
@@ -422,18 +437,18 @@ if __name__ == "__main__":