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.
1 parent db6206d commit 5ce46b7Copy full SHA for 5ce46b7
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