We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b8f8a commit d99204bCopy full SHA for d99204b
examples/gallery/embellishments/inset_rectangle_region.py
@@ -28,7 +28,7 @@
28
# 0.1 cm, respectively. Draws a rectangular box around the inset with a fill color
29
# of "white" and a pen of "1p".
30
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
+ # Plot the Japan main land in the inset using coast. "U54S/?" means UTM
32
# projection with map width automatically determined from the inset width.
33
# Highlight the Japan area in "lightbrown"
34
# and draw its outline with a pen of "0.2p".
0 commit comments