We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 791347b + 7e05cf2 commit c387fb1Copy full SHA for c387fb1
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