Top "Cartopy" questions

Cartopy is a Python package harnessing the power of matplotlib to deliver informative, precise and striking maps.

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._subplots.AxesSubplot) and transforms its projection …

python matplotlib subplot cartopy
Using pip install to install Cartopy but missing Proj version at least 4.9.0

It seems that I cannot get pip to install Cartopy on my computer. I work straight from the windows command …

pip cartopy proj
Draw a map of a specific country with cartopy?

I have tried this example here, which works fine. But how do I focus on another country, i.e. show …

python geo cartopy
Python Matplotlib add Colorbar

i've got a problem using MatlobLib with "Custom" Shapes from a shapereader. Importing and viewing inserted faces works fine, but …

python matplotlib legend shapes cartopy
cartopy - set_extent() extending requested boundary

i'm new to cartopy and still learning basic features. I tried to plot a specific region however, cartopy extended this …

cartopy
MatplotLib 'saveFig()' Fullscreen

I used MatplotLib with Cartopy to generate some data images. The problem is that when I set the frame size …

python matplotlib cartopy
How can I show a km ruler on a cartopy / matplotlib plot?

How can I show a km ruler for a zoomed in section of a map, either inset in the image …

python matplotlib cartopy
Correct placement of colorbar relative to geo axes (cartopy)

Using Cartopy, I would like to have full control of where my colorbar goes. Usually I do this by getting …

python matplotlib axes colorbar cartopy