Skip to content

Commit 7e05cf2

Browse files
committed
DOC: update ContourSet attributes deprecation advice
1 parent 791347b commit 7e05cf2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
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)