Skip to content

Commit 6ec96f1

Browse files
authored
Fix a typo
1 parent 991257a commit 6ec96f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/gallery/images/cross_section.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
x=[lonA, lonB],
6262
y=[latA, latB],
6363
text=["A", "B"],
64-
offset=(0, 0.3), # Move text 0.2 centimeters up (y-direction)
64+
offset=(0, 0.3), # Move text 0.3 centimeters up (y-direction)
6565
font="15p,red", # Use a red font with a size of 15 points
6666
)
6767

0 commit comments

Comments
 (0)