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
|
Updates the already plotted TriSeg. |
|
|
|
|
|
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, colors=None)
- circadapt.plot.triseg.triseg2022(model, ax, idx, colors=None)