Attention: The Keycloak upgrade has been completed. As this was a major upgrade, there may be some unexpected issues occurring. Please report any issues you find to support by using the contact form found at https://www.ebrains.eu/contact/. Thank you for your patience and understanding. 


Wiki source code of Widget PhasePlane

Version 1.2 by teodoramisan on 2023/01/03 12:03

Show last authors
1 Source code: [[https:~~/~~/github.com/the-virtual-brain/tvb-widgets>>https://github.com/the-virtual-brain/tvb-widgets]]
2
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
5 == Purpose ==
6
7 It is a Jupyter Widget intended for the visualization of the interactive phase-plane.
8
9 It provides sliders for setting:
10
11 *
12
13 {{{ The value of all parameters of the Model.}}}
14 *
15
16 {{{ The extent of the axes.}}}
17 *
18
19 {{{ A fixed value for the state-variables which aren't currently selected.}}}
20 *
21
22 {{{ The noise strength, if a stochastic integrator is specified.}}}
23
24 and dropdown lists for selecting:
25
26 *
27
28 {{{ Which state-variables to show on each axis.
29 }}}
30 *
31
32 {{{ Which mode to show, if the Model has them.}}}
33
34
35 {{{Entering the coordinates in the X,Y Coordinate Boxes will generate a sample
36 trajectory, originating from the coordinates entered.}}}
Public

TVB Widgets