ChrisBeaumont / mpl-modest-image

Friendlier matplotlib interaction with large images
Other
15 stars 9 forks source link

remove hold deprecated already in matplotlib v2 #12

Open orena1 opened 3 years ago

orena1 commented 3 years ago

"The API Changes document says: Setting or unsetting hold (deprecated in version 2.0) has now been completely removed. Matplotlib now always behaves as if hold=True. To clear an axes you can manually use cla(), or to clear an entire figure use clf()."

https://stackoverflow.com/a/63126102/2236185

e-carlin commented 3 years ago

Ping - this is impacting me.

tacaswell commented 3 years ago

As soon as https://github.com/conda-forge/modestimage-feedstock/pull/3 this will be patched on the CF builds of this package.