You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -88,8 +88,8 @@ Standard parameters can also be configured using a JSON file with the `.set_from
88
88
MySim.plot_data = False
89
89
MySim.duration = 100
90
90
MySim.repetitions = 10
91
-
MySim.plot.xlim = [0,1]
92
-
MySim.plot.ylim = [0, 1e3]
91
+
MySim.plot_config.xlim = [0,1]
92
+
MySim.plot_config.ylim = [0, 1e3]
93
93
94
94
For a list of parameters, check the read_me in the parameter directory. The standard parameters can be found in the `get_default_parameters()` script in the `default_reader()` script.
0 commit comments