Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c387fb1

Browse filesBrowse files
authored
Merge pull request #26429 from rcomer/contourset-attrs
DOC: update ContourSet attributes deprecation advice
2 parents 791347b + 7e05cf2 commit c387fb1
Copy full SHA for c387fb1

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
``allsegs``, ``allkinds``, ``tcolors`` and ``tlinewidths`` attributes of `.ContourSet`
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
These attributes are deprecated; if required, directly retrieve the vertices
4-
and codes of the Path objects in ``QuadContourSet.collections`` and the colors
5-
and the linewidths of these collections.
4+
and codes of the Path objects from ``ContourSet.get_paths()`` and the colors
5+
and the linewidths via ``ContourSet.get_facecolor()``, ``ContourSet.get_edgecolor()``
6+
and ``ContourSet.get_linewidths()``.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.