Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 433b05c

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎examples/subplots_axes_and_figures/zoom_inset_axes.py

Copy file name to clipboardExpand all lines: examples/subplots_axes_and_figures/zoom_inset_axes.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.