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

MatplotlibDeprecationWarning: The legendHandles attribute #38

Open
vondele opened this issue Jan 14, 2024 · 1 comment
Open

MatplotlibDeprecationWarning: The legendHandles attribute #38

vondele opened this issue Jan 14, 2024 · 1 comment

Comments

@vondele
Copy link
Owner

vondele commented Jan 14, 2024

I'm currently seeing this warning when running matetrack.

plotdata.py:56: MatplotlibDeprecationWarning: The legendHandles attribute was deprecated in Matplotlib 3.7 and will be removed two minor releases later. Use legend_handles instead.
for handle in lgnd.legendHandles:

@robertnurnberg
Copy link
Contributor

robertnurnberg commented Jan 14, 2024

> pip show matplotlib
Name: matplotlib
Version: 3.5.1

for me, so I cannot easily reproduce locally. But will investigate.

Note: https://stackoverflow.com/questions/23698850/manually-set-color-of-points-in-legend

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

2 participants