Seaborn is a data visualization library in Python. It is based on Matplotlib. Seaborn is very helpful in plotting various interactive graphs. You can also use the Seaborn library for exploratory data analysis (EDA). Seaborn is mostly used to analyze Pandas DataFrame. If you want to learn data science, then this library will help you to visualize complex datasets. This Seaborn Python guide will help you to learn Seaborn in a very short time. I highly recommend you get the “Python Crash Course Book” to learn Python.
Seaborn Basics
- How to install Seaborn in Python
- How to import Seaborn in Python
- How to load the dataset in Seaborn
- How to display available datasets in Seaborn
- How to check Seaborn Version
Seaborn Plots
- How to plot Histogram in Seaborn
- How to plot Barplot in Seaborn
- How to plot Line Plot in Seaborn
- How to plot Boxplot in Seaborn
- How to plot Scatterplot in Seaborn
- How to plot Pie Chart in Seaborn
- How to plot Seaborn Heatmap
- How to plot Seaborn Pairplot
- How to plot Confusion Matrix in Seaborn
- How to plot Violin Plot in Seaborn
- How to plot Time Series Plot in Seaborn
- How to plot Distplot in Seaborn
- How to plot NumPy array in Seaborn
- How to plot Multiple Lines in Seaborn
- How to plot Horizontal Bar Graph in Seaborn
- How to plot Multiple Graphs in Seaborn
- How to create a Grouped Barplot in Seaborn
- How to plot Joint Plot in Seaborn
- How to plot Area Chart in Seaborn
- How to plot Multiple Columns in Seaborn
- How to create Distribution Plots in Seaborn
Seaborn Specific Tasks
- How to save Seaborn Plot
- How to set Figure Size in Seaborn
- How to set Title in Seaborn Plot
- How to add a legend in Seaborn
- How to set labels in Seaborn
- How to set Seaborn Style
- How to bold the title in Seaborn
- How to rotate x labels in Seaborn
- How to change Seaborn Plot Color
- How to change Font Size in Seaborn
- How to change the y-axis scale in Seaborn
- How to change the x-axis range in Seaborn
- How to set color palette in Seaborn
- How to change the Seaborn theme
- How to change the background color of the Seaborn Plot
- How to show Seaborn Plot
- How to increase plot size in Seaborn
- How to change the color of Seaborn Heatmap
- How to change the size of the Seaborn Heatmap
- How to change the color of bars in Seaborn
- How to make subplots in Seaborn
- How to sort countplot in Seaborn
- How to update Seaborn in Python
- How to change bar width in Seaborn