You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: