pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
42.62k stars 17.57k forks source link

TST: Address UserWarning in matplotlib test #59168

Closed mroeschke closed 1 day ago

mroeschke commented 2 days ago

e.g. https://github.com/pandas-dev/pandas/actions/runs/9759909211/job/26937595679?pr=59136

closes #58851

Dr-Irv commented 2 days ago

I think this issue is related: https://github.com/pandas-dev/pandas/issues/58851

mroeschke commented 2 days ago

Thanks @Dr-Irv! Yeah It appears something changed on the matplotlib side to make "automatic" legend labeling now raise a UserWarning

mroeschke commented 1 day ago

Going to merge to get CI to green