Open CommonClimate opened 11 months ago
Can you please craft a reproducible example that uses seaborn directly? It's going to be necessary to understand how your library is using seaborn to make any sense of what might be happening here, and you're going to be in a much better position to do that than I am.
Yes, I'll be happy to. The student who wrote that part of our code is currently sick, but when they get better I will work with them to pare down the code and provide a seaborn-only MWE.
Hello and first off, major thanks to @mwaskom for this incredible package. I report this bug as a developer of Pyleoclim, which has seaborn as a dependency.
In upgrading to Python 3.11, we also upgraded to seaborn 0.13.0, and this docstring example starting giving us grief. Specifically:
The problem goes away if I revert to seaborn 0.12.2, keeping all other packages the same. My environment.yml is copied to help troubleshoot. It seems that it the fix could be a minor change in
_scatter_legend_artist
but I don't have a good sense of the ramifications.Best, J.E.G.
-- name: pyleo channels: