API reference
Plotting utilities
|
Create an axes suitable for a colorbar next to a given axes. |
|
Create legend handles for categorical data. |
|
Add gridlines to a map axes. |
|
Add tick labels to a map axes and return a Gridliner object for further styling. |
|
Plot a world map with specified bounding box highlighted. |
Plotting functions
Plotting rasters
|
Plot a 2D scalar or 3D RGB(A) raster. |
|
Plot a 2D raster with discrete classes. |
Plotting shapes
|
Plot shapes with continuous numeric values (scalar choropleth). |
|
Plot discrete-class shapes (choropleth style). |
Integrated plotting functions
Rioxarray
|
Plot raster data from a DataArray using Matplotlib or Cartopy. |
|
Plot classified raster data from a DataArray using Matplotlib or Cartopy. |
|
Plot the bounding box of a DataArray on a world map. |
Geopandas
|
Plot geometries from a GeoDataFrame or GeoSeries using Matplotlib or Cartopy. |
|
Plot classified geometries from a GeoDataFrame or GeoSeries using Matplotlib or Cartopy. |
|
Plots the outer bounds of a GeoDataFrame on a world map. |