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
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 45
− 30
@@ -38,7 +38,7 @@ class PlotWindow(QWidget):
@@ -275,6 +275,16 @@ class PlotWindow(QWidget):
@@ -288,19 +298,6 @@ class PlotWindow(QWidget):
@@ -368,13 +365,16 @@ class PlotWindow(QWidget):
@@ -383,8 +383,14 @@ def show_simulation_result(
@@ -392,10 +398,19 @@ def show_simulation_result(
@@ -422,18 +437,18 @@ if __name__ == "__main__":