Skip to content

Commit 683aaf6

Browse files
QuLogicmax-sixty
authored andcommitted
Don't set box-forced in Cartopy example. (#3273)
It is deprecated in Matplotlib 2.2, removed in 3.1, and appears to have no effect on the result.
1 parent 41fecd8 commit 683aaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/gallery/plot_cartopy_facetgrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
ax.set_extent([-160, -30, 5, 75])
4242
# Without this aspect attributes the maps will look chaotic and the
4343
# "extent" attribute above will be ignored
44-
ax.set_aspect("equal", "box-forced")
44+
ax.set_aspect("equal")
4545

4646
plt.show()

0 commit comments

Comments
 (0)