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 11a1c95 commit 54dc8f5Copy full SHA for 54dc8f5
examples/gallery/plot/inset-rectangle.py
@@ -39,7 +39,7 @@
39
area_thresh=10000,
40
)
41
# Plot a rectangle in the inset map to show the area of the primary figure
42
- rectangle = np.array([[region[0], region[2], region[1], region[3]]])
+ rectangle = [[region[0], region[2], region[1], region[3]]]
43
fig.plot(data=rectangle, style="r+s", pen="1p,blue")
44
45
fig.show()
0 commit comments