Skip to content

Commit 519720e

Browse files
DOC/gallery example "Cross section": Fix typo (#3658)
1 parent 62e5621 commit 519720e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gallery/images/cross_section.py

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

3838
# Add a colorbar for the elevation
3939
fig.colorbar(
40-
# Place the colorbar inside the plot (lower-case "j") in the Botton Right (BR)
40+
# Place the colorbar inside the plot (lower-case "j") in the Bottom Right (BR)
4141
# corner with an offset ("+o") of 0.7 centimeters and 0.3 centimeters in x or y
4242
# directions, respectively; move the x label above the horizontal colorbar ("+ml")
4343
position="jBR+o0.7c/0.8c+h+w5c/0.3c+ml",

0 commit comments

Comments
 (0)