pyleecan.Methods.Machine.Bore.plot module¶
- plot(self, fig=None, ax=None)[source]¶
Plot the Bore in a matplotlib fig
- Parameters:
self (Bore) – A Bore object
fig – if None, open a new fig and plot, else add to the current one (Default value = None)
- Returns:
fig (Matplotlib.figure.Figure) – Figure containing the plot
ax (Matplotlib.axes.Axes object) – Axis containing the plot