Open cwberardi opened 8 months ago
This sounds like a duplicate or maybe just a related issue as https://github.com/mwaskom/seaborn/issues/3614
This sounds like a duplicate or maybe just a related issue as #3614
I had the same thought, but because I didn't have a good hypothesis "why" I opened a new issue.
Yeah no worries, just linking them as it seems similar (though not identical)
I'm having an issue in 0.13.2 with y-axis formatting. The issue was not present in 0.12. Setting
ytick.labelleft : False
withytick.labelright : True
usingseaborn.objects.Plot.theme
in 0.12 would move the ylabels from left to right, but in 0.13 it creates a right label without removing the left.I have not been able to find a workaround.