Skip to content

Commit d99204b

Browse files
authored
Fix a typo in the example inset_rectangle_region.py (#1066)
1 parent d5b8f8a commit d99204b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gallery/embellishments/inset_rectangle_region.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# 0.1 cm, respectively. Draws a rectangular box around the inset with a fill color
2929
# of "white" and a pen of "1p".
3030
with fig.inset(position="jBR+w3c/3.6c+o0.1c", box="+gwhite+p1p"):
31-
# Plot the Japan main land in the inset using coast. "U54S/M?" means UTM
31+
# Plot the Japan main land in the inset using coast. "U54S/?" means UTM
3232
# projection with map width automatically determined from the inset width.
3333
# Highlight the Japan area in "lightbrown"
3434
# and draw its outline with a pen of "0.2p".

0 commit comments

Comments
 (0)