Both Seaborn and Plotly are nice charting libs in python
This comparison is my personal subjective view and reminder to myself of the nice features of each.
Load a few popular datasets to use
A lot less code needed, and more features in the chart.
automatically shows a clustered bar with built-in stats for average and error bar, but creating a stacked bar seems difficult.
It needs to manually compute stats and no error bar. but otherwise shows a clusters bar easily
Built-in stats make the a lot better than plotly
scatter matrix is scatter only.
We already see the interactive nature. It also has nice type of charts like sunburst and geo plots
It shows hierarchy and hover info is very useful here.
Use iso_alpha codes and plot population.
Plot routes in the earth surface
Here is the gapminder animation using plotly.