python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Wrong arrow length using quiver with cartopy projections
I want to plot a vector field with vectors representing a displacement between one point to another on the map with cartopy.
My code works as expected when using the PlateCarree() transformation, but ...

Adrien Suau
Votes: 0
Answers: 1
Make clabels less frequent at the map using Matplotlib
I am making a map using cartopy in python. I've made the temperature filled contours and needed to add labels over there:
projection=ccrs.LambertConformal(central_longitude=25.0, central_latitude=58.0...
Alina Lerner
Votes: 0
Answers: 1
How do I change a Cartopy contour plot into box plot
I have plotted a CartoPy contour plot which looks like this:
using the following script:
precip_full1 = xr.open_dataset('era_yr1979.nc')
precip_full2 = xr.open_dataset('era_yr1980.nc')
precip_full3 =...
jw99
Votes: 0
Answers: 1