I've a histogram of type Hist which I try to set the fill style.
which gives me the following error. Anybody else have this problem?
File "./plot_hvonoff_noise.py", line 44, in <module>
r2m.hist(stack, stacked=False) # label='Assembly', histtype='step')
File "/usr/local/lib/python2.7/dist-packages/rootpy-dev-py2.7.egg/rootpy/plotting/root2matplotlib.py", line 242, in hist
returns.append(_hist(h, axes=axes, logy=logy, **kwargs))
File "/usr/local/lib/python2.7/dist-packages/rootpy-dev-py2.7.egg/rootpy/plotting/root2matplotlib.py", line 275, in _hist
zorder=zorder)
File "/usr/local/lib/python2.7/dist-packages/rootpy-dev-py2.7.egg/rootpy/plotting/root2matplotlib.py", line 685, in fill_between
return axes.fill_between(x, top, bottom, **kwargs)
File "/usr/lib/pymodules/python2.7/matplotlib/axes.py", line 6555, in fill_between
collection = mcoll.PolyCollection(polys, **kwargs)
File "/usr/lib/pymodules/python2.7/matplotlib/collections.py", line 637, in __init__
Collection.__init__(self,**kwargs)
File "/usr/lib/pymodules/python2.7/matplotlib/collections.py", line 112, in __init__
self.update(kwargs)
File "/usr/lib/pymodules/python2.7/matplotlib/artist.py", line 659, in update
raise AttributeError('Unknown property %s'%k)
Karol.