Plotnine compared with Seaborn and its manipulation with matplotlib

We have covered seaborn object interface (https://datavizs.com/posts/python/seaborn_object_interface_24_08_06/) and how we can control properties like color, style, width etc. We also came across a situation where legend was messed up when we came across more complicated situations. We also tried to overcome some of those limitations using matplotlib. It was easy to manipulate seaborn plot with matplotlib because seaborn is built on top of matplotlib and the fig and ax are more natively accessible....

August 14, 2024 · 4 min · 813 words · Maddy