MetPy
  • Installation Guide
  • Unit Support
  • MetPy Examples
  • MetPy Tutorials
  • The MetPy API
    • constants
    • units
    • io
    • cdm
    • calc
    • plots
      • add_metpy_logo
      • add_timestamp
      • add_unidata_logo
      • Hodograph
      • SkewT
      • StationPlot
      • StationPlotLayout
    • ctables
    • gridding
  • Developer’s Guide
  • Contributing
  • Citing MetPy
  • References
MetPy
  • Docs »
  • The MetPy API »
  • plots »
  • add_unidata_logo
  • View page source

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:

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

Next Previous

© Copyright 2016, MetPy Developers. Last updated on Nov 05, 2017 at 06:18:53.

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

Do you enjoy using MetPy? Say Thanks!