Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 433b05c

Browse files
authored
Merge pull request #18795 from ianhi/inset-example
Make inset indicator more visible in the example
2 parents db6206d + 5ce46b7 commit 433b05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/subplots_axes_and_figures/zoom_inset_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_demo_image():
3636
axins.set_xticklabels('')
3737
axins.set_yticklabels('')
3838

39-
ax.indicate_inset_zoom(axins)
39+
ax.indicate_inset_zoom(axins, edgecolor="black")
4040

4141
plt.show()
4242

0 commit comments

Comments
 (0)