plots¶
Contains functionality for making meteorological plots.
Functions
add_metpy_logo(fig[, x, y, zorder, size]) |
Add the MetPy logo to a figure. |
add_timestamp(ax[, time, x, y, ha]) |
Add a timestamp at plot creation time. |
add_unidata_logo(fig[, x, y, zorder, size]) |
Add the Unidata logo to a figure. |
Classes
Hodograph([ax, component_range]) |
Make a hodograph of wind data. |
SkewT([fig, rotation, subplot]) |
Make Skew-T log-P plots of data. |
StationPlot(ax, x, y[, fontsize, spacing, …]) |
Make a standard meteorological station plot. |
StationPlotLayout |
make a layout to encapsulate plotting using StationPlot. |