MetPy
  • Installation Guide
  • Unit Support
  • Examples
  • Tutorials
  • Reference Guide
    • constants
    • units
    • io
    • cdm
    • calc
    • plots
      • add_metpy_logo
        • Examples using metpy.plots.add_metpy_logo
      • add_timestamp
      • add_unidata_logo
      • convert_gempak_color
      • read_colortable
      • ContourPlot
      • Hodograph
      • ImagePlot
      • MapPanel
      • PanelContainer
      • Plot2D
      • SkewT
      • StationPlot
      • StationPlotLayout
    • ctables
    • interpolate
    • gridding
  • GEMPAK Conversion Guide
  • Contributors Guide
  • Infrastructure Guide
  • Citing MetPy
  • References
MetPy
  • Docs »
  • Reference Guide »
  • plots »
  • add_metpy_logo
  • Improve this page

add_metpy_logo¶

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

Add the MetPy 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

Examples using metpy.plots.add_metpy_logo¶

../../_images/sphx_glr_Advanced_Sounding_thumb.png

Advanced Sounding¶

../../_images/sphx_glr_sigma_to_pressure_interpolation_thumb.png

Sigma to Pressure Interpolation¶

../../_images/sphx_glr_Four_Panel_Map_thumb.png

Four Panel Map¶

../../_images/sphx_glr_isentropic_example_thumb.png

Isentropic Analysis¶

../../_images/sphx_glr_meteogram_metpy_thumb.png

Meteogram¶

../../_images/sphx_glr_GINI_Water_Vapor_thumb.png

GINI Water Vapor Imagery¶

../../_images/sphx_glr_NEXRAD_Level_3_File_thumb.png

NEXRAD Level 3 File¶

../../_images/sphx_glr_NEXRAD_Level_2_File_thumb.png

NEXRAD Level 2 File¶

../../_images/sphx_glr_Wind_SLP_Interpolation_thumb.png

Wind and Sea Level Pressure Interpolation¶

../../_images/sphx_glr_Point_Interpolation_thumb.png

Point Interpolation¶

../../_images/sphx_glr_Skew-T_Layout_thumb.png

Skew-T with Complex Layout¶

../../_images/sphx_glr_Hodograph_Inset_thumb.png

Hodograph Inset¶

../../_images/sphx_glr_Simple_Sounding_thumb.png

Simple Sounding¶

../../_images/sphx_glr_Station_Plot_thumb.png

Station Plot¶

../../_images/sphx_glr_Station_Plot_with_Layout_thumb.png

Station Plot with Layout¶

Next Previous

© Copyright 2019, MetPy Developers. Last updated on Jul 06, 2019 at 21:39:00.

Built with Sphinx using a theme provided by Read the Docs.

Do you enjoy using MetPy? Say Thanks!