Changes for page Widget PhasePlane
Last modified by ldomide on 2023/03/08 17:28
From version 1.5
edited by teodoramisan
on 2023/01/03 12:48
on 2023/01/03 12:48
Change comment:
There is no comment for this version
To version 1.2
edited by teodoramisan
on 2023/01/03 12:03
on 2023/01/03 12:03
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -8,58 +8,29 @@ 8 8 9 9 It provides sliders for setting: 10 10 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 -))) 11 +* 23 23 24 -and dropdown lists for selecting: 13 +{{{ The value of all parameters of the Model.}}} 14 +* 25 25 26 -* ((( 27 - Which state-variables to show on each axis. 28 -))) 29 -* ((( 30 - Which mode to show, if the Model has them. 31 -))) 16 +{{{ The extent of the axes.}}} 17 +* 32 32 33 - EnteringthecoordinatesintheX,Y CoordinateBoxes willgenerateasample34 - trajectory,originating from the coordinates entered.19 +{{{ A fixed value for the state-variables which aren't currently selected.}}} 20 +* 35 35 36 - ==Inputs==22 +{{{ The noise strength, if a stochastic integrator is specified.}}} 37 37 38 - Phase-Planeviewerwill be representedinthe beginning basedontheparameters thatit receives:24 +and dropdown lists for selecting: 39 39 40 -* Model (Generic2dOscillator, Epileptor, Hopfield, etc.) 41 -* Integrator (HeunDeterministic, HeunStochastic, Identity, etc.) 26 +* 42 42 43 -== Requirements and installation == 28 +{{{ Which state-variables to show on each axis. 29 +}}} 30 +* 44 44 45 - Beforeinstalling thetvb-widgetslibrary containingthe PhasePlanewidget, thefollowingpython librariesand Jupyter extensions should beinstalled:32 +{{{ Which mode to show, if the Model has them.}}} 46 46 47 -* **Libraries:** 48 48 49 - [[ipympl>>https://github.com/matplotlib/ipympl#installation]] 50 - 51 -* **Extensions:** 52 - 53 -(% class="box" %) 54 -((( 55 -jupyter labextension install @jupyter-widgets/jupyterlab-manager 56 - 57 -jupyter labextension install jupyter-matplotlib 58 -))) 59 - 60 -Then, to install the tvb-widgets library, just type: 61 - 62 -(% class="box" %) 63 -((( 64 -pip install tvb-widgets 65 -))) 35 +{{{Entering the coordinates in the X,Y Coordinate Boxes will generate a sample 36 +trajectory, originating from the coordinates entered.}}}