Plots (metpy.plots)
#
Contains functionality for making meteorological plots.
Functions
|
Read colortable information from a file. |
|
Determine the numeric weather symbol value from METAR code text. |
|
Add the MetPy logo to a figure. |
|
Add a timestamp to a plot. |
|
Add the Unidata logo to a figure. |
|
Convert GEMPAK color numbers into corresponding Matplotlib colors. |
Classes
|
Collects panels and set complete figure related settings (e.g., size). |
|
Set figure related elements for an individual panel. |
|
The highest level class related to plotting 2D data. |
|
Defines the common elements of 2D scalar plots for single scalar value fields. |
|
Make raster image using |
|
Make contour plots by defining specific traits. |
|
Make color-filled contours plots by defining appropriate traits. |
|
Make raster plots by defining relevant traits. |
|
Defines common elements for 2D vector plots. |
|
Make plots of wind barbs on a map with traits to refine the look of plotted elements. |
|
Make plots of wind barbs on a map with traits to refine the look of plotted elements. |
|
The highest level class related to plotting observed surface and upperair data. |
|
Plot collections of Shapely objects and customize their appearance. |
|
A line-based PathEffect which draws a path with a scalloped style. |
|
Draw a path as a cold front, with (default blue) pips/triangles along the path. |
|
Draw a path as a strengthening cold. |
|
Draw a path as a weakening cold front. |
|
Draw a path as a dryline with (default brown) scallops along the path. |
|
Draw a path as a warm front with (default red) scallops along the path. |
|
Draw a path as a strengthening warm front. |
|
Draw a path as a weakening warm front. |
|
Draw an occluded front with (default purple) pips and scallops along the path. |
|
Draw a strengthening occluded front. |
|
Draw a weakening occluded front. |
|
A line-based PathEffect which draws a path with a sawtooth-wave style. |
|
Squall line path effect. |
|
Draw a stationary front as alternating cold and warm front segments. |
|
Draw a strengthening stationary front. |
|
Draw a weakening stationary front.. |
|
Make Skew-T log-P plots of data. |
|
Make a hodograph of wind data. |
|
Make a standard meteorological station plot. |
Make a layout to encapsulate plotting using |