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- 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.
+ 87
− 15
@@ -38,7 +38,7 @@ class PlotWindow(QWidget):
@@ -38,7 +38,7 @@ class PlotWindow(QWidget):
@@ -47,7 +47,7 @@ class PlotWindow(QWidget):
@@ -47,7 +47,7 @@ class PlotWindow(QWidget):
@@ -57,8 +57,8 @@ class PlotWindow(QWidget):
@@ -57,8 +57,8 @@ class PlotWindow(QWidget):
@@ -238,8 +238,8 @@ class PlotWindow(QWidget):
@@ -238,8 +238,8 @@ class PlotWindow(QWidget):
@@ -261,12 +261,63 @@ class PlotWindow(QWidget):
@@ -261,12 +261,63 @@ class PlotWindow(QWidget):
@@ -281,10 +332,12 @@ class PlotWindow(QWidget):
@@ -281,10 +332,12 @@ class PlotWindow(QWidget):
@@ -292,6 +345,7 @@ class PlotWindow(QWidget):
@@ -292,6 +345,7 @@ class PlotWindow(QWidget):
@@ -301,6 +355,7 @@ class PlotWindow(QWidget):
@@ -301,6 +355,7 @@ class PlotWindow(QWidget):
@@ -312,6 +367,13 @@ class PlotWindow(QWidget):
@@ -312,6 +367,13 @@ class PlotWindow(QWidget):
@@ -321,14 +383,14 @@ def start_simulation_dialog(
@@ -321,14 +383,14 @@ def start_simulation_dialog(
@@ -360,8 +422,18 @@ if __name__ == "__main__":
@@ -360,8 +422,18 @@ if __name__ == "__main__":