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 750692a commit 75f665dCopy full SHA for 75f665d
1 file changed
lib/matplotlib/image.py
@@ -27,7 +27,7 @@
27
from matplotlib.transforms import BboxBase
28
29
class _AxesImageBase(martist.Artist, cm.ScalarMappable):
30
- zorder = 1
+ zorder = 0
31
# map interpolation strings to module constants
32
_interpd = {
33
'nearest' : _image.NEAREST,
@@ -687,7 +687,7 @@ def set_alpha(self, alpha):
687
self.update_dict['array'] = True
688
689
class FigureImage(martist.Artist, cm.ScalarMappable):
690
691
def __init__(self, fig,
692
cmap = None,
693
norm = None,
@@ -805,7 +805,6 @@ class BboxImage(_AxesImageBase):
805
"""
806
The Image class whose size is determined by the given bbox.
807
808
809
def __init__(self, bbox,
810
811
0 commit comments