-
foxes.output.RotorPointPlot.get_point_figure(ax=
None
, fig=None
, figsize=(5, 5)
, title=None
, **kwargs)[source] Get a scatter plot of the rotor points.
Parameters¶
- ax: matplotlib.Axes, optional
The plot axes
- fig: matplotlib.Figure, optional
The figure object
- figsize: tuple
The default figure size
- title: str, optional
The plot title
- kwargs: dict, optional
Additional arguments for pyplot.scatter
Returns¶
- ax: matplotlib.Axes
The plot axes