Wiki source code of Widget PhasePlane
Version 1.1 by teodoramisan on 2023/01/03 12:02
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 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 | |||
| 6 | == Purpose == | ||
| 7 | |||
| 8 | It is a Jupyter Widget intended for the visualization of the interactive phase-plane. | ||
| 9 | |||
| 10 | It provides sliders for setting: | ||
| 11 | |||
| 12 | * | ||
| 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 | and dropdown lists for selecting: | ||
| 26 | |||
| 27 | * | ||
| 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 | {{{Entering the coordinates in the X,Y Coordinate Boxes will generate a sample | ||
| 37 | trajectory, originating from the coordinates entered.}}} |