Todo

Improve autoapi module

circadapt.plot.triseg

Plot TriSeg.

By Nick van Osta

The function triseg2022(model, ax, idx) plots triseg on ax at time-iteration idx.

Module Contents

Functions

update_triseg(model, ax, idx)

Updates the already plotted TriSeg.

init_plot(model, ax)

triseg2022(model, ax, idx)

mmode(model, ax)

Plot MMode for TriSeg Module

Objects

circadapt.plot.triseg.update_triseg(model, ax, idx)

Updates the already plotted TriSeg.

init_plot has to be called first.

Parameters

model: CircAdapt

CircAdapt model with TriSeg2022 and Wall2022.

ax: ax

Pyplot axis.

idx: int

Time index.

circadapt.plot.triseg.init_plot(model, ax)
circadapt.plot.triseg.triseg2022(model, ax, idx)
circadapt.plot.triseg.mmode(model, ax)

Plot MMode for TriSeg Module

Parameters

modelCircAdapt model

Model needs to have an TriSeg2022 object.

axMatplotlib ax object

Used to plot mmode to