Closed
Description
Documentation Link
https://matplotlib.org/stable/api/contour_api.html
Problem
It seems that their descriptions are no longer accurate after #25247.
For example
matplotlib/lib/matplotlib/contour.py
Lines 719 to 726 in dceb278
Now, level0segs
(.allsegs[0]
) is just path0
(single Nx2 array of vertices for all contours for level 0), not [polygon0, polygon1, ...]
.
Suggested improvement
No response