Category "cartopy"

Cartopy issue with extent (free(): invalid size)

I'm using Cartopy and I struggle with this issue free(): invalid size. It occurs when I set the map extent. extents = [-13, 44, 34, 63] # Europe proj = cartopy.

How to plot zebra style axis in matplotlib

I want plot the axis in a zebra style similar to this: Below is my code: import matplotlib.pyplot as plt import cartopy.io.shapereader as shpreader import c

How to plot zebra style axis in matplotlib

I want plot the axis in a zebra style similar to this: Below is my code: import matplotlib.pyplot as plt import cartopy.io.shapereader as shpreader import c

How to remove N and E symbol in Cartopy lat-lon gridliner ticks

I am trying to remove capital N and E symbols in Cartopy gridline tick-labels. Just I want to keep the numeric value with degree symbol(°), e.g., 10°,15

How to deal with the colorbar axis space in matplotlib subplots

I am plotting seven different parameters over four seasons, as shown in below image. but on last column (Post-Monsoon) sub_plots axis compromised with colorbar

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 the current axes position as basis and then create new

Cartopy can't download shapefiles because a certificate is not trusted

I need to use cartopy to plot a thing. Running the example from their website import cartopy.crs as ccrs import matplotlib.pyplot as plt ax = plt.axes(projecti

align a cartopy 2D map plot with a 1D line plot

I need to align a cartopy 2D map subplot with a 1D line subplot, using the following code: import xarray as xr import cartopy.crs as ccrs import matplotlib.pyp