ISE2_2020BTECS00004
ISE2_2020BTECS00004
visualization library
for Python
Seaborn provides built-in themes and color palettes to style your plots, making
it easy to create visually pleasing graphics.
Seaborn has specialized functions for visualizing categorical data, including box
plots and violin plots.
It allows you to customize and style your plots by adjusting colors, labels, fonts,
and other visual elements to match your preferences.
Key features of
Seaborn
• Seaborn offers:
- Using default themes that are aesthetically pleasing.
- Setting custom colour palettes.
- Making attractive statistical plots.
- Easily and flexibly displaying distributions.
- Visualising information from matrices and DataFrames.
• The last three points have led to Seaborn becoming the exploratory
data analysis tool of choice for many Python users.
Plot types in
Seaborn
Histogra
ms
Allow you to plot the distributions of numeric variables.
Creating a Scatter
Plot