mwaskom / seaborn

Statistical data visualization in Python
https://seaborn.pydata.org
BSD 3-Clause "New" or "Revised" License
12.5k stars 1.92k forks source link

seaborn.objects: Add equivalient of margin_titles to Plot.facet to allow rows and columns to be labelled at ends rather than between subplots #3415

Open qiemem opened 1 year ago

qiemem commented 1 year ago

The margin_titles argument of FacetGrid is quite useful for improving the space efficiency and readability of faceted plots in some cases. The seaborn.objects API has very powerful and easy to use faceting capabilities, but seems to thus far lack this functionality, and I have not been able to find a workaround for it.

Thank you for this awesome library! The objects API is exceptional!

willfinnigan commented 11 months ago

+1 for this!