Warning:  Due to planned infrastructure maintenance, the EBRAINS Wiki and EBRAINS Support system will be unavailable for up to three days starting Monday, 14 July. During this period, both services will be inaccessible, and any emails sent to the support address will not be received.

Attention: We are currently experiencing some issues with the EBRAINS Drive. Please bear with us as we fix this issue. We apologise for any inconvenience caused.


Widget PhasePlane

Version 1.3 by teodoramisan on 2023/01/03 12:04

Source code: https://github.com/the-virtual-brain/tvb-widgets

Immediate testing: https://lab.ch.ebrains.eu/user/teodoramisan/lab/workspaces/auto-3/tree/shared/TVB%20Widgets/REPO/tvb-widgets/notebooks/PhasePlane.ipynb

Purpose

It is a Jupyter Widget intended for the visualization of the interactive phase-plane.

It provides sliders for setting:

  •  The value of all parameters of the Model.

  •  The extent of the axes.

  •  A fixed value for the state-variables which aren't currently selected.

  •  The noise strength, if a stochastic integrator is specified.

and dropdown lists for selecting:

  •  Which state-variables to show on each axis.

  •  Which mode to show, if the Model has them.

Entering the coordinates in the X,Y Coordinate Boxes will generate a sample
trajectory, originating from the coordinates entered.
Public

TVB Widgets