plot (method)¶
-
plot
(self, fig=None, ax=None, sym=1, alpha=0, delta=0, is_edge_only=False, is_show_fig=True)[source]¶ Plot the Shaft in a matplotlib fig
- Parameters
self (Shaft) – A Shaft object
fig (Matplotlib.figure.Figure) – existing figure to use if None create a new one
ax (Matplotlib.axes.Axes object) – Axis on which to plot the data
sym (int) – Symmetry factor (1= full machine, 2= half of the machine…)
alpha (float) – Angle for rotation [rad]
delta (complex) – Complex value for translation
is_edge_only (bool) – To plot transparent Patches
is_show_fig (bool) – To call show at the end of the method
- Returns
- Return type
None