NaegleLab/OpenEnsembles

AttributeError: module 'matplotlib.pyplot' has no attribute 'hold'

Closed this issue · 0 comments

I installed openensembles and tried to use it, as is.
Then I received the error:
AttributeError: module 'matplotlib.pyplot' has no attribute 'hold'
which is caused by matplotlib>=3.0.

There should be a resctriction on the depencies or maybe the calls of hold could be removed?