pyleecan.Methods.Slot.Slot.plot module

plot(self, fig=None, ax=None, is_show_fig=True)[source]

Plot the Slot in a matplotlib fig

Parameters:
  • self (Slot) – A Slot 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