plot (method)

plot(self, fig=None)[source]

Plot the Ventilation in a matplotlib fig

Parameters
  • self (VentilationCirc) – A VentilationCirc object

  • fig – if None, open a new fig and plot, else add to the current one (Default value = None)

Returns

Return type

None