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 to a plot.

add_unidata_logo(fig[, x, y, zorder, size])

Add the Unidata logo to a figure.

convert_gempak_color(c[, style])

Convert GEMPAK color numbers into corresponding Matplotlib colors.

read_colortable(fobj)

Read colortable information from a file.

Classes

ContourPlot(*args, **kwargs)

Represent a contour plot.

Hodograph([ax, component_range])

Make a hodograph of wind data.

ImagePlot(*args, **kwargs)

Represent an image plot.

MapPanel(*args, **kwargs)

Draw one or more plots on a map.

PanelContainer(*args, **kwargs)

Hold multiple panels of plots.

Plot2D(*args, **kwargs)

Represent plots of 2D data.

SkewT([fig, rotation, subplot, rect])

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.