act.plotting.SkewTDisplay.add_subplots

SkewTDisplay.add_subplots(subplot_shape=(1,), set_fig=None, subplot=None, **kwargs)[source]

Adds subplots to the Display object. The current figure in the object will be deleted and overwritten.

Parameters:
  • subplot_shape (1 or 2D tuple, list, or array) – The structure of the subplots in (rows, cols).

  • subplot_kw (dict, optional) – The kwargs to pass into fig.subplots.

  • set_fig (matplotlib figure, optional) – Figure to pass to SkewT

  • **kwargs (keyword arguments) – Any other keyword arguments that will be passed into matplotlib.pyplot.figure() when the figure is made. The figure is only made if the fig property is None. See the matplotlib documentation for further details on what keyword arguments are available.