MetPy - PanelContainer()
#
PanelContainer()
#
Attribute Descriptions#
size#
The size of the figure in inches (e.g., (10, 8))
panels#
A list collecting the panels to be plotted in the figure.
show#
Calling this will show the image.
save#
Setting this attribute will allow you to save the figure to a specified filename given in a string. Additional arguments can be passed in accordance with those from
matplotlib.savefig
.