We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97a5f6 commit 7c722a3Copy full SHA for 7c722a3
examples/gallery/lines/great_circles.py
@@ -20,7 +20,7 @@
20
21
# create a plot with coast and Mercator projection (M)
22
fig.basemap(region=[-100, 0, 0, 70], projection="M12c", frame=True)
23
-fig.coast(shorelines=True)
+fig.coast(shorelines=True, area_thresh=5000)
24
25
# plot individual points of first great circle as seagreen line
26
fig.plot(x=points1.r, y=points1.s, pen="2p,seagreen")
0 commit comments