Thanks to visit codestin.com Credit goes to github.com
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.
2 parents db6206d + 5ce46b7 commit 433b05cCopy full SHA for 433b05c
1 file changed
examples/subplots_axes_and_figures/zoom_inset_axes.py
@@ -36,7 +36,7 @@ def get_demo_image():
36
axins.set_xticklabels('')
37
axins.set_yticklabels('')
38
39
-ax.indicate_inset_zoom(axins)
+ax.indicate_inset_zoom(axins, edgecolor="black")
40
41
plt.show()
42
0 commit comments