|
|
|
|
|
by nerdponx
787 days ago
|
|
> start with seaborn, then modify the underlying matplotlib figure Maybe this is the heart of my complaint: last I remember trying Seaborn, I found it hard to get access to the underlying Axes objects, and I also found it hard/impossible to add elements incrementally to an existing Axes. This might be a PEBCAK issue so I'm willing to try it again. |
|
Some examples I did recently: to set the layout engine of a seaborn plot
Set the subplot titles Multiple seaborn plots with two lines, error band, and scatter placed onto existing matplotlib subplots and custom colors (You can also prepare the data in pandas the way seaborn like it and create faceted plot declaratively; the point is you can mix and match them freely and intuitively.)