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.
1 parent 75f665d commit c926c26Copy full SHA for c926c26
1 file changed
examples/pylab_examples/dolphin.py
@@ -20,7 +20,7 @@
20
im = plt.imshow(np.random.random((100, 100)),
21
origin='lower', cmap=cm.winter,
22
interpolation='spline36',
23
- extent=([-1, 1, -1, 1]), zorder=1000)
+ extent=([-1, 1, -1, 1]))
24
im.set_clip_path(circle)
25
26
plt.plot(x, y, 'o', color=(0.9, 0.9, 1.0), alpha=0.8)
0 commit comments