We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991257a commit 6ec96f1Copy full SHA for 6ec96f1
1 file changed
examples/gallery/images/cross_section.py
@@ -61,7 +61,7 @@
61
x=[lonA, lonB],
62
y=[latA, latB],
63
text=["A", "B"],
64
- offset=(0, 0.3), # Move text 0.2 centimeters up (y-direction)
+ offset=(0, 0.3), # Move text 0.3 centimeters up (y-direction)
65
font="15p,red", # Use a red font with a size of 15 points
66
)
67
0 commit comments