We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c784a8 commit f21bf4bCopy full SHA for f21bf4b
examples/gallery/maps/choropleth_map.py
@@ -18,7 +18,7 @@
18
import pygmt
19
20
provider = "https://naciscdn.org/naturalearth"
21
-world = gpd.read_file(f"{provider}/50m/cultural/ne_50m_admin_0_countries.zip")
+world = gpd.read_file(f"{provider}/110m/cultural/ne_110m_admin_0_countries.zip")
22
23
# The dataset contains different attributes, here we focus on the population within
24
# the different countries (column "POP_EST") for the continent "Africa".
0 commit comments