Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cartopy

How Do I Change Matplotlib's Subplot Projection Of An Existing Axis?

I'm trying to construct a simple function that takes a subplot instance (matplotlib.axes._subpl… Read more How Do I Change Matplotlib's Subplot Projection Of An Existing Axis?

Drawing Circles With Cartopy In Orthographic Projection

I am trying to draw circles at a given geographical coordinate with a certain radius using cartopy.… Read more Drawing Circles With Cartopy In Orthographic Projection

Preventing Spurious Horizontal Lines For Ungridded Pcolor(mesh) Data

When I have a stretch of ungridded lat/lon/data pairs that cross the antimeridian, such that longit… Read more Preventing Spurious Horizontal Lines For Ungridded Pcolor(mesh) Data