Hello community,
I am using hddm in google colab which works perfectly fine. However, I encounter the following error trying to plot posterior predictive checks:
AttributeError Traceback (most recent call last)
<ipython-input-32-ece9fc8693d9> in <module>()
----> 1 m_6.plot_posterior_predictive()
7 frames
/usr/local/lib/python3.7/dist-packages/matplotlib/artist.py in _update_property(self, k, v)
1000 if not callable(func):
1001 raise AttributeError('{!r} object has no property {!r}'
-> 1002 .format(type(self).__name__, k))
1003 return func(v)
1004
AttributeError: 'Polygon' object has no property 'normed'
Anyone a quick and dirty workaround? If not I will try to use the docker image.
All the Best from Berlin,
Carina