pygmt.subplots¶
-
pygmt.
subplots
(nrows=1, ncols=1, figsize=(6.4, 4.8), **kwargs)[source]¶ Create a figure with a set of subplots.
- Parameters
- Returns
fig (
pygmt.Figure
) – A PyGMT Figure instance.axs (numpy.ndarray) – Array of Axes objects.
pygmt.
subplots
(nrows=1, ncols=1, figsize=(6.4, 4.8), **kwargs)[source]¶Create a figure with a set of subplots.
fig (pygmt.Figure
) – A PyGMT Figure instance.
axs (numpy.ndarray) – Array of Axes objects.