hddm-devs / hddm

HDDM is a python module that implements Hierarchical Bayesian parameter estimation of Drift Diffusion Models (via PyMC).
http://ski.clps.brown.edu/hddm_docs/
Other
261 stars 117 forks source link

plot_posterior_predictive #66

Closed ccylee closed 4 years ago

ccylee commented 4 years ago

Having trouble using plot_posterior_predictive function (running the hddm tutorial demo script on google colab) Returning error 'Polygon' object has no property 'normed'.

Package versions: pandas - 1.0.5 pymc - 2.3.8 matplotlib - 3.2.2 kabuki - 0.6.3 hddm - 0.8.0

madslupe commented 4 years ago

You can try downgrading matplotlib, and accept when you're asked to restart runtime:

!pip install matplotlib==3.1.2

On Wed, Sep 2, 2020 at 7:31 AM ccylee notifications@github.com wrote:

Having trouble using plot_posterior_predictive function (running the hddm tutorial demo script on google colab) Returning error 'Polygon' object has no property 'normed'.

Package versions: pandas - 1.0.5 pymc - 2.3.8 matplotlib - 3.2.2 kabuki - 0.6.3 hddm - 0.8.0

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hddm-devs/hddm/issues/66, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2PQIIOSHAVCQVDWHF5B7DSDXKD3ANCNFSM4QSSZFSQ .

-- Best, Mads