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
Prior to this release, ContourSet (the object returned by contour) was a custom object holding multiple Collections (and not an Artist) -- one collection per level, each connected component of that level's contour being an entry in the corresponding collection.
ContourSet is now instead a plain Collection (and thus an Artist). The collection contains a single path per contour level; this path may be non-continuous in case there are multiple connected components.
In an environment running an up-to-date Holoviz set of packages:
I’ve discovered that both line and filled contours do not properly display if Matplotlib 3.8.0 is installed. Things work properly with MPL 3.7.3.
Here is a fully-reproducible code block:
Here are a couple of screenshots (with a background map layer) showing the expected (pre-MPL 3.8) and problematic (MPL 3.8.0) visualizations:
Good (MPL 3.7.3):

Problematic (MPL 3.8.0):

The text was updated successfully, but these errors were encountered: