Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update matplotlib.py to use .get_next_color
At some point between matplotlib 2.1 and 3.9, ax._get_lines.prop_cycler was removed. The recommended replacement (per https://stackoverflow.com/a/78938755) is to use ax._get_lines.get_next_color(). Implemented with a try/except to hopefully support both.
- Loading branch information