Relative Content

Tag Archive for pythonseaborn

Displaying two Seaborn Objects plots side by side

Im trying to visualize the difference between using two different variables as predictors of the body mass of penguins. I have two plots for the same x data, each one has the same scatterplot but with different approximation models line plots on top it. I can’t find the way to display them both side by side. Seems to me that it should be a method similar to tight_layout() on regular seaborn, but I can’t crack how to do it.
Thanks in advance.