Skip to content

Commit ae6bc9a

Browse files
authored
Fix a typo in the "first figure" tutorial (#606)
projection='M8i' sets the map width to 8 inch, not the figure width. The figure with is larger than 8 inch, including frames and annotations.
1 parent ba76ac6 commit ae6bc9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorials/first-figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
########################################################################################
2828
# Add elements to the figure using its methods. For example, let's start a map with an
2929
# automatic frame and ticks around a given longitude and latitude bound, set the
30-
# projection to Mercator (``M``), and the figure width to 8 inches:
30+
# projection to Mercator (``M``), and the map width to 8 inches:
3131

3232
fig.basemap(region=[-90, -70, 0, 20], projection="M8i", frame=True)
3333

0 commit comments

Comments
 (0)