Plotting

metpy.plots

class metpy.plots.SkewT(fig, rotation=30)

Creates SkewT - logP plots.

Kwargs:

rotation: number Controls the rotation of temperature relative to horizontal. Given in degrees counterclockwise from x-axis.
plot(p, t, *args, **kwargs)
plot_barbs(p, u, v, xloc=1.0, **kwargs)
plot_dry_adiabats(t0=None, p=None, **kwargs)
plot_mixing_lines(w=None, p=None, **kwargs)
plot_moist_adiabats(t0=None, p=None, **kwargs)