Dynamic subplot layout in Seaborn

Daniel Deutsch
Towards Data Science
4 min readApr 16, 2020

--

Visualizing subplots in one grid

Seaborn is one of the most used visualization libraries and I enjoy working with it. In my latest projects, I wanted to visualize multiple subplots in a dynamic way. To my surprise I didn’t find a straight forward solution anywhere online, so I want to share my way of doing it. It can be quite useful in any data analysis endeavor.

--

--