pyleecan.Methods.Machine.LamSlotWind.plot module¶
- plot(self, fig=None, ax=None, is_lam_only=False, sym=1, alpha=0, delta=0, is_edge_only=False, edgecolor=None, is_add_arrow=False, is_display=True, is_add_sign=True, is_show_fig=True, save_path=None, win_title=None, is_legend=True, is_clean_plot=False, is_winding_connection=False, is_winding_connection_phase_A=False)[source]¶
Plot the Lamination in a matplotlib fig
- Parameters:
self (LamSlotWind) – A LamSlotWind 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
is_lam_only (bool) – True to plot only the lamination (remove the Winding)
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
edgecolor – Color of the edges if is_edge_only=True
is_display (bool) – False to return the patches
is_add_sign (bool) – True to Add + / - on the winding
is_show_fig (bool) – To call show at the end of the method
save_path (str) – full path including folder, name and extension of the file to save if save_path is not None
win_title (str) – Title for the window
is_legend (bool) – True to add the legend
is_clean_plot (bool) – True to remove title, legend, axis (only machine on plot with white background)
is_winding_connection (bool) – True to display winding connections (plot based on plot_polar_layout method of swat-em)
is_winding_connection – True to display winding connections on phase A only
- Returns:
patches (list) – List of Patches
fig (Matplotlib.figure.Figure) – Figure containing the plot
ax (Matplotlib.axes.Axes object) – Axis containing the plot