logo
  • Version 1.0
  • User Guide
  • Reference Guide
  • Developer’s Guide
  • Example Gallery
  • Support
  • Release Notes
  • constants
  • units
  • metpy.io
  • calc
  • plots
    • add_metpy_logo
    • add_timestamp
    • add_unidata_logo
    • convert_gempak_color
    • read_colortable
    • wx_code_to_numeric
    • BarbPlot
    • ContourPlot
    • FilledContourPlot
    • Hodograph
    • ImagePlot
    • MapPanel
    • PanelContainer
    • PlotObs
    • PlotScalar
    • PlotVector
    • Plots2D
    • SkewT
    • StationPlot
    • StationPlotLayout
  • ctables
  • interpolate
  • xarray
  • References

add_unidata_logo¶

metpy.plots.add_unidata_logo(fig, x=10, y=25, zorder=100, size='small', **kwargs)[source]¶

Add the Unidata logo to a figure.

Adds an image of the MetPy logo to the figure.

Parameters
  • fig (matplotlib.figure) – The figure instance used for plotting

  • x (int) – x position padding in pixels

  • y (float) – y position padding in pixels

  • zorder (int) – The zorder of the logo

  • size (str) – Size of logo to be used. Can be ‘small’ for 75 px square or ‘large’ for 150 px square.

Returns

matplotlib.image.FigureImage – The matplotlib.image.FigureImage instance created

add_timestamp convert_gempak_color

© Copyright 2008–2021, MetPy Developers. Development supported by National Science Foundation grants AGS-1344155, OAC-1740315, and AGS-1901712.
Last updated on Apr 28, 2021 at 23:12:45.
Created using Sphinx 3.5.4.