MetPy - PanelContainer()
#
PanelContainer()
#
Attribute |
Description |
---|---|
A list of panels to plot on the figure. |
|
This trait takes a tuple of (width, height) to set the size of the figure. |
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
.