Seaborn in Python

Joseph Hart
Nov 11, 2020

Seaborn is a great library to use for your data visualizations. In my opinion, it is easier to use than matplot lib and has better graphics. Seaborn has a wide variety of graphs to use like histograms, scatter plots, and line graphs. The library has a wide variety of visuals that are fun to explore and can make your presentation a success. I would recommend using this over matplot lib because of these reasons.

Here are a few examples of their graphs:

Boxplot
Violinplot
Bivariate plot
Heat map

Seaborn’s website can be found here: https://seaborn.pydata.org/index.html

They have a gallery tab at the top of the page to explore more options, as well as the code to how they created the visual.

--

--