About 760,000 results
Open links in new tab
  1. python 3.x - How can one set cartopy's Gridline label styles (major ...

    I am having serious difficulties in setting the Text styles of the xlabels and ylabels from the cartopy's gridlines. When I follow the example given the cartopy's website, everything goes …

  2. Cartopy: add tick markers outside plot - Stack Overflow

    Dec 16, 2024 · I have the following code and would like to add tick markers on the (outside of the) axes. I have found this example, but struggle to adapt it to work with my code. Ideally, I don't …

  3. Cannot plot with Cartopy: Incomplete shapefile definition error …

    Dec 20, 2023 · I used to plot maps with Cartopy, which actually used to work fine until now. Recently, when adding the maps features to a plot (es. coastlines etc) I get this error: …

  4. Install Cartopy & dependencies on Windows - Stack Overflow

    Apr 24, 2018 · For what its worth, I managed to build and install cartopy (and cartes) on Windows 10 with python 3.10.9 and Cartopy==0.21.1 : using pip i.e. without anaconda/conda without …

  5. Correct placement of colorbar relative to geo axes (cartopy)

    May 4, 2015 · 29 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 axes for the …

  6. cartopy set extent with central_longitude=180 - Stack Overflow

    Jan 3, 2020 · Cartopy 0.17.0: When I set central_longitude, I don't know how to set the extents exactly provided: import matplotlib.pyplot as plt import cartopy.crs as ccrs projection = …

  7. cartopy set_xlabel set_ylabel (not ticklabels) - Stack Overflow

    Feb 18, 2016 · When using a cartopy map I cannot add an xlabel or ylabel. Is there a way to do this? I am not looking for ticklabels. import matplotlib.pyplot as plt import cartopy ax = …

  8. Newest 'cartopy' Questions - Stack Overflow

    Nov 11, 2025 · Cartopy boundaries reflect Natural Earth definition of de facto boundaries. Version 5 of Natural Earth adds support for alternate points of view in admin-0 related themes with …

  9. Mask Ocean or Land from data using Cartopy - Stack Overflow

    Apr 10, 2016 · I would like to mask the Land area from Sea Surface Temperature Data over the globe. I am using Cartopy to plot the data. import numpy as np import matplotlib.pyplot as plt …

  10. python - How to make Cartopy gridline labels show with Lambert ...

    Oct 11, 2021 · I am trying to plot a map in a Lambert Conformal Projection, using Cartopy version 0.18. In the code below, I define my projection and plot the axes. I then add gridlines and grid …