Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

legendHandles Attribute Error #18

Open
watsot2 opened this issue Oct 18, 2024 · 0 comments
Open

legendHandles Attribute Error #18

watsot2 opened this issue Oct 18, 2024 · 0 comments

Comments

@watsot2
Copy link

watsot2 commented Oct 18, 2024

When using matplotlib >= 3.7, an error occurs when attempting to generate the plots as described in the GitHub README docs under "Basic Usage". It was determined that line 825 in multiplot.py contains a legend_ attribute call for "legendHandles", which does not exist, at least in later versions of matplotlib. Changing the attribute to "legend_handles" solves the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant