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.
2 parents 389a7ed + 435c656 commit b5d28f3Copy full SHA for b5d28f3
1 file changed
examples/api/watermark_image.py
@@ -1,4 +1,6 @@
1
"""
2
+Watermark image example
3
+
4
Use a PNG file as a watermark
5
6
from __future__ import print_function
@@ -16,6 +18,6 @@
16
18
17
19
ax.plot(np.random.rand(20), '-o', ms=20, lw=2, alpha=0.7, mfc='orange')
20
ax.grid()
-fig.figimage(im, 10, 10)
21
+fig.figimage(im, 10, 10, zorder=3)
22
23
plt.show()
0 commit comments