pylbo.visualisation.modes.vectorplot_handler
Classes
Main handler for vector-based fields (Streamlines and Quiver). |
Module Contents
- class pylbo.visualisation.modes.vectorplot_handler.VectorplotHandler(xgrid: numpy.ndarray, coordgrid: numpy.ndarray, field: str, data: pylbo.visualisation.modes.mode_data.ModeVisualisationData, axes: matplotlib.axes.Axes, add_background: bool, **kwargs)
Main handler for vector-based fields (Streamlines and Quiver).
- xgrid
- coordgrid
- data
- field
- ax
- polar
- add_background
- coord_dict
- streamlines = None
- quivers = None
- _kwargs
- _draw_streamlines() matplotlib.streamplot.StreamplotSet
- _draw_quivers() matplotlib.quiver.Quiver
- _set_solutions() numpy.ndarray
Returns the eigenmode solution for a given time.