pylbo.visualisation.modes.temporal_1d
Module Contents
Classes
Main class for temporal evolutions of the eigenfunction. |
- class pylbo.visualisation.modes.temporal_1d.TemporalEvolutionPlot1D(data: pylbo.visualisation.modes.mode_data.ModeVisualisationData, u2: float, u3: float, time: numpy.ndarray, figsize: tuple[int, int], show_ef_panel: bool, **kwargs)[source]
Bases:
pylbo.visualisation.modes.mode_figure.ModeFigure
Main class for temporal evolutions of the eigenfunction.
- Parameters:
data (ModeVisualisationData) – Data object containing all data associated with the selected eigenmode.
u2 (float) – The data for the \(u_2\) coordinate.
u3 (float) – The data for the \(u_3\) coordinate.
time (np.ndarray) – The data for the time.
show_ef_panel (bool) – Whether to show the eigenfunction panel.
**kwargs – Additional keyword arguments to be passed to
matplotlib.pyplot.imshow()
.