We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791347b commit 7e05cf2Copy full SHA for 7e05cf2
doc/api/next_api_changes/deprecations/25138-AL.rst
@@ -1,5 +1,6 @@
1
``allsegs``, ``allkinds``, ``tcolors`` and ``tlinewidths`` attributes of `.ContourSet`
2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
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.
+and codes of the Path objects from ``ContourSet.get_paths()`` and the colors
+and the linewidths via ``ContourSet.get_facecolor()``, ``ContourSet.get_edgecolor()``
6
+and ``ContourSet.get_linewidths()``.
0 commit comments