python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Cartopy lat/lon gridlines not showing labels on left/right of plot
I'm plotting a NorthPolarStereo map with the following code. I'd like to label the latitude and longitude gridlines, but Cartopy only seems to be placing these labels on the top/bottom of the plot, an...

lsterzinger
Votes: 0
Answers: 1
how to (long,lat) convert to physical coordinates
Please see example below:
import matplotlib.pyplot as plt
import cartopy.crs as ccrs
def test():
fig = plt.figure()
pj = ccrs.Orthographic(central_longitude=0, central_latitude=0)
ax = fig...
user3622450
Votes: 0
Answers: 0
Inscribing a smaller domain onto a cartopy map in Python
I've been working to make a visual for a poster regarding the physical domain that I am studying. I'm working with a nested domain, so I have 1 smaller domain inside a larger outer domain. I'm trying ...
SAVen
Votes: 0
Answers: 1
cropping unwanted map part in cartopy
I'm using cartopy to draw global histograms with matplotlib.
There is a part in the map which I don't want to show, but it is in the longitude and the latitude that I need (so setting an extent can't ...
KarinP
Votes: 0
Answers: 1