About Seaborn

Seaborn is an extension of matplotlib and pandas. It makes a well-defined set of hard things easy too Seaborn works directly with Pandas dataframes as inputs if you have lists or numpy arrays, you should probably convert those to pandas dataframes to plot (or use matplotlib)

See Seaborn introduction here

Seaborn has an unreal number of built-in plots. It's best to just explore the documentation online, but we'll go through some quick examples

Last updated