You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use coolbox but when importing the API, it throws this error:
ImportError: cannot import name 'BrokenBarHCollection' from 'matplotlib.collections'
Hi,
I tried to use coolbox but when importing the API, it throws this error:
ImportError: cannot import name 'BrokenBarHCollection' from 'matplotlib.collections'
Indeed BrokenBarHCollection is deprecated from matplotlib 3.7.0 (https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.7.0.html#brokenbarhcollection-is-deprecated)
A way to avoid this without downgrading MPL ?
All the best and thank you for your work !
C.
The text was updated successfully, but these errors were encountered: