logo
  • User Guide
  • Reference Guide
  • Developer’s Guide
  • Example Gallery
  • Support
  • Release Notes
Version 1.3
  • Constants (metpy.constants)
  • Units (metpy.units)
    • check_units
    • concatenate
    • masked_array
    • pandas_dataframe_to_unit_arrays
    • process_units
  • Reading Data (metpy.io)
    • parse_metar_to_dataframe
    • parse_metar_file
    • is_precip_mode
    • add_station_lat_lon
    • GempakGrid
    • GempakSounding
    • GempakSurface
    • GiniFile
    • Level2File
    • Level3File
    • StationLookup
  • Calculations (metpy.calc)
    • add_height_to_pressure
    • add_pressure_to_height
    • density
    • dry_lapse
    • dry_static_energy
    • geopotential_to_height
    • height_to_geopotential
    • mean_pressure_weighted
    • potential_temperature
    • sigma_to_pressure
    • static_stability
    • temperature_from_potential_temperature
    • thickness_hydrostatic
    • dewpoint
    • dewpoint_from_relative_humidity
    • dewpoint_from_specific_humidity
    • equivalent_potential_temperature
    • mixing_ratio
    • mixing_ratio_from_relative_humidity
    • mixing_ratio_from_specific_humidity
    • moist_lapse
    • moist_static_energy
    • precipitable_water
    • psychrometric_vapor_pressure_wet
    • relative_humidity_from_dewpoint
    • relative_humidity_from_mixing_ratio
    • relative_humidity_from_specific_humidity
    • relative_humidity_wet_psychrometric
    • saturation_equivalent_potential_temperature
    • saturation_mixing_ratio
    • saturation_vapor_pressure
    • scale_height
    • specific_humidity_from_dewpoint
    • specific_humidity_from_mixing_ratio
    • thickness_hydrostatic_from_relative_humidity
    • vapor_pressure
    • vertical_velocity
    • vertical_velocity_pressure
    • virtual_potential_temperature
    • virtual_temperature
    • wet_bulb_temperature
    • bulk_shear
    • bunkers_storm_motion
    • cape_cin
    • critical_angle
    • cross_totals
    • el
    • k_index
    • lcl
    • lfc
    • lifted_index
    • mixed_layer
    • mixed_layer_cape_cin
    • mixed_parcel
    • most_unstable_cape_cin
    • most_unstable_parcel
    • parcel_profile
    • parcel_profile_with_lcl
    • parcel_profile_with_lcl_as_dataset
    • showalter_index
    • significant_tornado
    • storm_relative_helicity
    • supercell_composite
    • surface_based_cape_cin
    • total_totals_index
    • vertical_totals
    • absolute_momentum
    • absolute_vorticity
    • advection
    • ageostrophic_wind
    • coriolis_parameter
    • divergence
    • exner_function
    • frontogenesis
    • geostrophic_wind
    • inertial_advective_wind
    • kinematic_flux
    • montgomery_streamfunction
    • potential_vorticity_baroclinic
    • potential_vorticity_barotropic
    • q_vector
    • shearing_deformation
    • stretching_deformation
    • total_deformation
    • vorticity
    • wind_components
    • wind_direction
    • wind_speed
    • brunt_vaisala_frequency
    • brunt_vaisala_frequency_squared
    • brunt_vaisala_period
    • friction_velocity
    • gradient_richardson_number
    • tke
    • cross_section_components
    • first_derivative
    • gradient
    • laplacian
    • lat_lon_grid_deltas
    • normal_component
    • second_derivative
    • tangential_component
    • unit_vectors_from_cross_section
    • apparent_temperature
    • heat_index
    • windchill
    • altimeter_to_sea_level_pressure
    • altimeter_to_station_pressure
    • height_to_pressure_std
    • pressure_to_height_std
    • smooth_gaussian
    • smooth_window
    • smooth_rectangular
    • smooth_circular
    • smooth_n_point
    • zoom_xarray
    • angle_to_direction
    • azimuth_range_to_lat_lon
    • find_bounding_indices
    • find_intersections
    • get_layer
    • get_layer_heights
    • get_perturbation
    • isentropic_interpolation
    • isentropic_interpolation_as_dataset
    • nearest_intersection_idx
    • parse_angle
    • reduce_point_density
    • resample_nn_1d
  • Plots (metpy.plots)
    • read_colortable
    • wx_code_to_numeric
    • add_metpy_logo
    • add_timestamp
    • add_unidata_logo
    • convert_gempak_color
    • PanelContainer
    • MapPanel
    • Plots2D
    • PlotScalar
    • ImagePlot
    • ContourPlot
    • FilledContourPlot
    • PlotVector
    • BarbPlot
    • PlotObs
    • PlotGeometry
    • SkewT
    • Hodograph
    • StationPlot
    • StationPlotLayout
  • Colortables (metpy.plots.ctables)
    • convert_gempak_table
    • read_colortable
    • ColortableRegistry
    • colortables
  • Interpolate (metpy.interpolate)
    • natural_neighbor_to_grid
    • inverse_distance_to_grid
    • interpolate_to_grid
    • interpolate_to_isosurface
    • interpolate_nans_1d
    • interpolate_1d
    • log_interpolate_1d
    • natural_neighbor_to_points
    • inverse_distance_to_points
    • interpolate_to_points
    • interpolate_to_slice
    • geodesic
    • cross_section
    • remove_observations_below_value
    • remove_nan_observations
    • remove_repeat_coordinates
  • Xarray Integration (metpy.xarray)
    • grid_deltas_from_dataarray
  • References
On this page
  • Examples using metpy.plots.add_metpy_logo

add_metpy_logo#

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

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#

Sigma to Pressure Interpolation

Sigma to Pressure Interpolation#

Advanced Sounding

Advanced Sounding#

Four Panel Map

Four Panel Map#

Isentropic Analysis

Isentropic Analysis#

Meteogram

Meteogram#

GINI Water Vapor Imagery

GINI Water Vapor Imagery#

NEXRAD Level 3 File

NEXRAD Level 3 File#

NEXRAD Level 2 File

NEXRAD Level 2 File#

Wind and Sea Level Pressure Interpolation

Wind and Sea Level Pressure Interpolation#

Point Interpolation

Point Interpolation#

Skew-T with Complex Layout

Skew-T with Complex Layout#

Hodograph Inset

Hodograph Inset#

Simple Sounding

Simple Sounding#

Mesonet Station Plot

Mesonet Station Plot#

Station Plot

Station Plot#

Station Plot with Layout

Station Plot with Layout#

previous

wx_code_to_numeric

next

add_timestamp

© Copyright 2008–2022, MetPy Developers.Development is supported by Unidata and the National Science Foundation..

Created using Sphinx 4.5.0.