Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Labels
Milestone
Description
Documentation Link
https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.stackplot.html
Problem
The documentation formatplotlib.pyplot.stackplot()
should indicate that matplotlib version 3.9.x or greater supportshatch
being a list. In version 3.8.3 I was getting errors when passing a list of hatch symbols, regardless of the simplicity or complexity of the example.
If it's easier I can revisit this once I complete the body of work where this became an issue and I can submit a PR to update the documentation myself, just let me know.
Suggested improvement
No response