matplotlib / matplotlib

matplotlib: plotting with Python
https://matplotlib.org/stable/
19.62k stars 7.48k forks source link

DOC: Add note about simplification of to_polygons #28440

Closed greglucas closed 3 days ago

greglucas commented 5 days ago

PR summary

During a review in Cartopy, it was noted that it was non-obvious that Path.to_polygons would also simplify the path. https://github.com/SciTools/cartopy/pull/2362#issuecomment-2179511074 This adds an explicit note that it will simplify the path according to the should_simplify attribute.

PR checklist