Skip to content

Commit 7c722a3

Browse files
Update examples/gallery/lines/great_circles.py
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
1 parent b97a5f6 commit 7c722a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gallery/lines/great_circles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# create a plot with coast and Mercator projection (M)
2222
fig.basemap(region=[-100, 0, 0, 70], projection="M12c", frame=True)
23-
fig.coast(shorelines=True)
23+
fig.coast(shorelines=True, area_thresh=5000)
2424

2525
# plot individual points of first great circle as seagreen line
2626
fig.plot(x=points1.r, y=points1.s, pen="2p,seagreen")

0 commit comments

Comments
 (0)