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

Skip to content

Commit 5ce46b7

Browse files
committed
make inset lines in example more visible
1 parent db6206d commit 5ce46b7

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)