iblrig.gui.online_plots.OnlinePlotsView

Inheritance diagram of OnlinePlotsView

class iblrig.gui.online_plots.OnlinePlotsView[source]
__init__(session, parent=None)[source]
Parameters:
  • session (Annotated[Path, PathType(path_type=file)] | Annotated[Path, PathType(path_type=dir)] | Annotated[UUID, UuidVersion(uuid_version=4)])

  • parent (QObject | None)

keyPressEvent(event)[source]

Navigate trials using directional keys.

Return type:

None

mouseOverBarChart(event)[source]
mouseOverFunction(event)[source]
moveEvent(event)[source]
resizeEvent(event)[source]
setTitle(title)[source]
Parameters:

title (str)

setTitleBackground(color)[source]

Set the background color of the title area to a gradient of the specified color.

Parameters:

color (str)

updatePlots(trial)[source]
Parameters:

trial (int)

colormap = ColorMap(array([0.        , 0.11111111, 0.22222222, 0.33333333, 0.44444444,       0.55555556, 0.66666667, 0.77777778, 0.88888889, 1.        ]), array([[0.12156863, 0.46666667, 0.70588235, 1.        ],       [1.        , 0.49803922, 0.05490196, 1.        ],       [0.17254902, 0.62745098, 0.17254902, 1.        ],       [0.83921569, 0.15294118, 0.15686275, 1.        ],       [0.58039216, 0.40392157, 0.74117647, 1.        ],       [0.54901961, 0.3372549 , 0.29411765, 1.        ],       [0.89019608, 0.46666667, 0.76078431, 1.        ],       [0.49803922, 0.49803922, 0.49803922, 1.        ],       [0.7372549 , 0.74117647, 0.13333333, 1.        ],       [0.09019608, 0.74509804, 0.81176471, 1.        ]]))