About Seaborn
Last updated
Was this helpful?
Last updated
Was this helpful?
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
Seaborn has an unreal number of built-in plots. It's best to just explore , but we'll go through some quick examples