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
This needs to be addressed to ensure (future) compatibility with matplotlib >= 3.10
/home/runner/work/EOmaps/EOmaps/eomaps/shapes.py:51: MatplotlibDeprecationWarning: The collections attribute was deprecated in Matplotlib 3.8 and will be removed two minor releases later.
self.collections = self.contour_set.collections
This needs to be addressed to ensure (future) compatibility with
matplotlib >= 3.10
ContourSet
is now aCollection
by itself (see: https://discourse.matplotlib.org/t/collections-attribute-deprecation-in-version-3-8/24164/5)_CollectionAccessor
class for plotting contours should no longer be needed.TODO: update syntax to remove
_CollectionAccessor
.The text was updated successfully, but these errors were encountered: