8000 Fix image watermark example where image was hidden by axes (#7265) · matplotlib/matplotlib@3f80a06 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f80a06

Browse files
Fix image watermark example where image was hidden by axes (#7265)
1 parent 6ad368b commit 3f80a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/api/watermark_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
ax.plot(np.random.rand(20), '-o', ms=20, lw=2, alpha=0.7, mfc='orange')
1818
ax.grid()
19-
fig.figimage(im, 10, 10)
19+
fig.figimage(im, 10, 10, zorder=3)
2020

2121
plt.show()

0 commit comments

Comments
 (0)
0