-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
[Doc]: follow on to #25247 #26206
Copy link
Copy link
Closed
Labels
DocumentationRelease criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Milestone
Metadata
Metadata
Assignees
Labels
DocumentationRelease criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Documentation Link
No response
Problem
In #25247 we changed the internal representation of contours from a list of
Collectionobjects to a singleCollection. We need to extend the API change note to show users who were reaching in and adjusting a specificCollectionto tune the style of individual lines to do the same under the new internal representation.Suggested improvement
No response