Changes for page Widget PhasePlane
Last modified by ldomide on 2023/03/08 17:28
From version 1.1
edited by teodoramisan
on 2023/01/03 12:02
on 2023/01/03 12:02
Change comment:
There is no comment for this version
To version 1.3
edited by teodoramisan
on 2023/01/03 12:04
on 2023/01/03 12:04
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,7 +2,6 @@ 2 2 3 3 Immediate testing: [[https:~~/~~/lab.ch.ebrains.eu/user/teodoramisan/lab/workspaces/auto-3/tree/shared/TVB%20Widgets/REPO/tvb-widgets/notebooks/PhasePlane.ipynb>>https://lab.ch.ebrains.eu/user/teodoramisan/lab/workspaces/auto-3/tree/shared/TVB%20Widgets/REPO/tvb-widgets/notebooks/PhasePlane.ipynb]] 4 4 5 - 6 6 == Purpose == 7 7 8 8 It is a Jupyter Widget intended for the visualization of the interactive phase-plane. ... ... @@ -9,29 +9,27 @@ 9 9 10 10 It provides sliders for setting: 11 11 12 -* 11 +* ((( 12 + The value of all parameters of the Model. 13 +))) 14 +* ((( 15 + The extent of the axes. 16 +))) 17 +* ((( 18 + A fixed value for the state-variables which aren't currently selected. 19 +))) 20 +* ((( 21 + The noise strength, if a stochastic integrator is specified. 22 +))) 13 13 14 -{{{ The value of all parameters of the Model.}}} 15 -* 16 - 17 -{{{ The extent of the axes.}}} 18 -* 19 - 20 -{{{ A fixed value for the state-variables which aren't currently selected.}}} 21 -* 22 - 23 -{{{ The noise strength, if a stochastic integrator is specified.}}} 24 - 25 25 and dropdown lists for selecting: 26 26 27 -* 26 +* ((( 27 + Which state-variables to show on each axis. 28 +))) 29 +* ((( 30 + Which mode to show, if the Model has them. 31 +))) 28 28 29 -{{{ Which state-variables to show on each axis. 30 -}}} 31 -* 32 - 33 -{{{ Which mode to show, if the Model has them.}}} 34 - 35 - 36 36 {{{Entering the coordinates in the X,Y Coordinate Boxes will generate a sample 37 37 trajectory, originating from the coordinates entered.}}}