ℹ️ Skipped - page is already crawled
| Filter | Status | Condition | Details |
|---|---|---|---|
| HTTP status | PASS | download_http_code = 200 | HTTP 200 |
| Age cutoff | PASS | download_stamp > now() - 6 MONTH | 0.2 months ago |
| History drop | PASS | isNull(history_drop_reason) | No drop reason |
| Spam/ban | PASS | fh_dont_index != 1 AND ml_spam_score = 0 | ml_spam_score=0 |
| Canonical | PASS | meta_canonical IS NULL OR = '' OR = src_unparsed | Not set |
| Property | Value |
|---|---|
| URL | https://www.geeksforgeeks.org/python/python-seaborn-tutorial/ |
| Last Crawled | 2026-04-01 23:58:47 (5 days ago) |
| First Indexed | 2025-06-13 23:33:35 (9 months ago) |
| HTTP Status Code | 200 |
| Meta Title | Python Seaborn Tutorial - GeeksforGeeks |
| Meta Description | Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more., Your All-in-One Learning Portal. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions. |
| Meta Canonical | null |
| Boilerpipe Text | Seaborn is a Python library built on top of Matplotlib that focuses on statistical data visualization. It provides high-level functions, built-in themes, and automatic handling of datasets, allowing users to create informative and visually appealing plots with minimal code. Seaborn is widely used for exploring trends, relationships and distributions in data.
Previous
Pause
Next
2 / 4
Below is a structured collection of all Seaborn topics, grouped into sections to help you navigate the complete tutorial from basics to advanced concepts.
Getting Started
These articles introduce Seaborn fundamentals and basic plotting workflow.
Introduction to Seaborn
Plotting Graph Using Seaborn
Using Seaborn with Matplotlib
Customizing Seaborn Plots
This section explains how to control appearance and style in Seaborn. You will learn how to modify themes, adjust colors and tailor plot aesthetics to match your visualization needs.
Style and Color
Color Palette
Grids and Multi-Plot Layouts
These topics introduce Seaborn’s grid-based layouts that help compare multiple visualizations at once. They are useful for exploring data across categories, subgroups or variable combinations.
FacetGrid method
PairGrid method
Relational Plots
This section focuses on visualizing relationships between numerical variables. You will find topics covering scatter plots, line plots and time-based visualizations that capture trends and variation.
Relational Plots I
Relational Plots II
Scatterplot
Visualizing Relationships with Scatter Plots
Scatter Plot with Regression Line
Scatter Plot with Marginal Histograms
Line Plot with Seaborn
Time Series Plot with Seaborn and Pandas
Time Series Plot with Rolling Average
Categorical Plots
These articles explain how to visualize data grouped by categories or labels. You will learn how to interpret statistical summaries using bar charts, boxplots, violin plots and more.
Barplot
Countplot
Boxplot
Violinplot
Stripplot
Swarmplot
Factorplot
Distribution Plots
This section explores ways to understand the distribution, spread, and density of your data. Topics include histograms, KDE plots, pairwise distributions and joint analyses.
Histograms
Jointplot
Pairplot
KDE Plot
Regression Plots
These topics deal with modeling relationships using simple regression techniques. You will learn to display trends, fit regression lines and analyze variable interactions.
seaborn.lmplot()
seaborn.regplot()
Matrix Plots
This section covers visualizations such as heatmaps and correlation matrices. They are useful for identifying patterns, clusters and relationships across entire datasets.
Heatmap
Correlation Heatmap
Triangle Correlation Heatmap
ColorMaps in Heatmaps
Add Frame to Heatmap
Increase Annotation Size
Clustered Heatmap with Clustermap
Exploring Correlation
Additional Plots
These articles introduce special plot types and variations that deepen your visualization toolkit. They help you create focused visuals for specific analytical tasks.
Bubble Plot
Residplot
Boxenplot
Pointplot
Catplot
Ridgeline Plot
More Topics on Seaborn
This final section expands into customization, layout adjustments and integrated workflows. You will learn how to combine Seaborn with Pandas and Matplotlib for more flexible visualizations.
Change Axis Labels, Title and Figure Size
Place Legend Outside Plot
Plot a Confidence Interval
Rolling Average Plot
Regression Line per Group
Visualization with Seaborn and Pandas
Visualization with Matplotlib and Seaborn
Visualizing ML Dataset with Seaborn |
| Markdown | [](https://www.geeksforgeeks.org/)

- Sign In
- [Courses]()
- [Tutorials]()
- [Interview Prep]()
- [Python Tutorial](https://www.geeksforgeeks.org/python/python-programming-language-tutorial/)
- [Data Types](https://www.geeksforgeeks.org/python/python-data-types/)
- [Interview Questions](https://www.geeksforgeeks.org/python/python-interview-questions/)
- [Examples](https://www.geeksforgeeks.org/python/python-programming-examples/)
- [Quizzes](https://www.geeksforgeeks.org/python/python-quizzes/)
- [DSA Python](https://www.geeksforgeeks.org/dsa/python-data-structures-and-algorithms/)
- [Data Science](https://www.geeksforgeeks.org/data-science/data-science-with-python-tutorial/)
- [NumPy](https://www.geeksforgeeks.org/python/numpy-tutorial/)
- [Pandas](https://www.geeksforgeeks.org/pandas/pandas-tutorial/)
- [Practice](https://www.geeksforgeeks.org/dsa/geeksforgeeks-practice-best-online-coding-platform/)
# Python Seaborn Tutorial
Last Updated : 21 Nov, 2025
Seaborn is a Python library built on top of Matplotlib that focuses on statistical data visualization. It provides high-level functions, built-in themes, and automatic handling of datasets, allowing users to create informative and visually appealing plots with minimal code. Seaborn is widely used for exploring trends, relationships and distributions in data.




2 / 4
Below is a structured collection of all Seaborn topics, grouped into sections to help you navigate the complete tutorial from basics to advanced concepts.
## Getting Started
These articles introduce Seaborn fundamentals and basic plotting workflow.
- [Introduction to Seaborn](https://www.geeksforgeeks.org/python/introduction-to-seaborn-python/)
- [Plotting Graph Using Seaborn](https://www.geeksforgeeks.org/machine-learning/plotting-graph-using-seaborn-python/)
- [Using Seaborn with Matplotlib](https://www.geeksforgeeks.org/data-visualization/plotting-with-seaborn-and-matplotlib/)
## Customizing Seaborn Plots
This section explains how to control appearance and style in Seaborn. You will learn how to modify themes, adjust colors and tailor plot aesthetics to match your visualization needs.
- [Style and Color](https://www.geeksforgeeks.org/machine-learning/seaborn-style-and-color/)
- [Color Palette](https://www.geeksforgeeks.org/data-science/seaborn-color-palette/)
## Grids and Multi-Plot Layouts
These topics introduce Seaborn’s grid-based layouts that help compare multiple visualizations at once. They are useful for exploring data across categories, subgroups or variable combinations.
- [FacetGrid method](https://www.geeksforgeeks.org/data-visualization/python-seaborn-facetgrid-method/)
- [PairGrid method](https://www.geeksforgeeks.org/data-visualization/python-seaborn-pairgrid-method/)
## Relational Plots
This section focuses on visualizing relationships between numerical variables. You will find topics covering scatter plots, line plots and time-based visualizations that capture trends and variation.
- [Relational Plots I](https://www.geeksforgeeks.org/machine-learning/relational-plots-in-seaborn-part-i/)
- [Relational Plots II](https://www.geeksforgeeks.org/machine-learning/relational-plots-in-seaborn-part-ii/)
- [Scatterplot](https://www.geeksforgeeks.org/python/scatterplot-using-seaborn-in-python/)
- [Visualizing Relationships with Scatter Plots](https://www.geeksforgeeks.org/python/visualizing-relationship-between-variables-with-scatter-plots-in-seaborn/)
- [Scatter Plot with Regression Line](https://www.geeksforgeeks.org/python/how-to-make-scatter-plot-with-regression-line-using-seaborn-in-python/)
- [Scatter Plot with Marginal Histograms](https://www.geeksforgeeks.org/python/scatter-plot-with-marginal-histograms-in-python-with-seaborn/)
- [Line Plot with Seaborn](https://www.geeksforgeeks.org/python/seaborn-lineplot-method-in-python/)
- [Time Series Plot with Seaborn and Pandas](https://www.geeksforgeeks.org/python/creating-a-time-series-plot-with-seaborn-and-pandas/)
- [Time Series Plot with Rolling Average](https://www.geeksforgeeks.org/python/how-to-make-a-time-series-plot-with-rolling-average-in-python/)
## Categorical Plots
These articles explain how to visualize data grouped by categories or labels. You will learn how to interpret statistical summaries using bar charts, boxplots, violin plots and more.
- [Barplot](https://www.geeksforgeeks.org/python/barplot-using-seaborn-in-python/)
- [Countplot](https://www.geeksforgeeks.org/python/countplot-using-seaborn-in-python/)
- [Boxplot](https://www.geeksforgeeks.org/python/boxplot-using-seaborn-in-python/)
- [Violinplot](https://www.geeksforgeeks.org/python/violinplot-using-seaborn-in-python/)
- [Stripplot](https://www.geeksforgeeks.org/python/stripplot-using-seaborn-in-python/)
- [Swarmplot](https://www.geeksforgeeks.org/python/swarmplot-using-seaborn-in-python/)
- [Factorplot](https://www.geeksforgeeks.org/python/python-seaborn-factorplot-method/)
## Distribution Plots
This section explores ways to understand the distribution, spread, and density of your data. Topics include histograms, KDE plots, pairwise distributions and joint analyses.
- [Histograms](https://www.geeksforgeeks.org/python/how-to-make-histograms-with-density-plots-with-seaborn-histplot/)
- [Jointplot](https://www.geeksforgeeks.org/python/python-seaborn-jointplot-method/)
- [Pairplot](https://www.geeksforgeeks.org/data-visualization/python-seaborn-pairplot-method/)
- [KDE Plot](https://www.geeksforgeeks.org/data-science/seaborn-kdeplot-a-comprehensive-guide/)
## Regression Plots
These topics deal with modeling relationships using simple regression techniques. You will learn to display trends, fit regression lines and analyze variable interactions.
- [seaborn.lmplot()](https://www.geeksforgeeks.org/python/python-seaborn-lmplot-method/)
- [seaborn.regplot()](https://www.geeksforgeeks.org/python/python-seaborn-regplot-method/)
## Matrix Plots
This section covers visualizations such as heatmaps and correlation matrices. They are useful for identifying patterns, clusters and relationships across entire datasets.
- [Heatmap](https://www.geeksforgeeks.org/python/seaborn-heatmap-a-comprehensive-guide/)
- [Correlation Heatmap](https://www.geeksforgeeks.org/python/how-to-create-a-seaborn-correlation-heatmap-in-python/)
- [Triangle Correlation Heatmap](https://www.geeksforgeeks.org/python/how-to-create-a-triangle-correlation-heatmap-in-seaborn-python/)
- [ColorMaps in Heatmaps](https://www.geeksforgeeks.org/python/colormaps-in-seaborn-heatmaps/)
- [Add Frame to Heatmap](https://www.geeksforgeeks.org/python/how-to-add-a-frame-to-a-seaborn-heatmap-figure-in-python/)
- [Increase Annotation Size](https://www.geeksforgeeks.org/python/how-to-increase-the-size-of-the-annotations-of-a-seaborn-heatmap-in-python/)
- [Clustered Heatmap with Clustermap](https://www.geeksforgeeks.org/python/hierarchically-clustered-heatmap-in-python-with-seaborn-clustermap/)
- [Exploring Correlation](https://www.geeksforgeeks.org/data-analysis/exploring-correlation-in-python/)
## Additional Plots
These articles introduce special plot types and variations that deepen your visualization toolkit. They help you create focused visuals for specific analytical tasks.
- [Bubble Plot](https://www.geeksforgeeks.org/python/seaborn-bubble-plot/)
- [Residplot](https://www.geeksforgeeks.org/python/python-seaborn-residplot-method/)
- [Boxenplot](https://www.geeksforgeeks.org/python/python-seaborn-boxenplot-method/)
- [Pointplot](https://www.geeksforgeeks.org/python/python-seaborn-pointplot-method/)
- [Catplot](https://www.geeksforgeeks.org/machine-learning/python-seaborn-catplot/)
- [Ridgeline Plot](https://www.geeksforgeeks.org/python/how-to-make-ridgeline-plot-in-python-with-seaborn/)
## More Topics on Seaborn
This final section expands into customization, layout adjustments and integrated workflows. You will learn how to combine Seaborn with Pandas and Matplotlib for more flexible visualizations.
- [Change Axis Labels, Title and Figure Size](https://www.geeksforgeeks.org/python/change-axis-labels-set-title-and-figure-size-to-plots-with-seaborn/)
- [Place Legend Outside Plot](https://www.geeksforgeeks.org/python/how-to-place-legend-outside-the-plot-with-seaborn-in-python/)
- [Plot a Confidence Interval](https://www.geeksforgeeks.org/python/how-to-plot-a-confidence-interval-in-python/)
- [Rolling Average Plot](https://www.geeksforgeeks.org/python/how-to-make-a-time-series-plot-with-rolling-average-in-python/)
- [Regression Line per Group](https://www.geeksforgeeks.org/python/how-to-add-regression-line-per-group-with-seaborn-in-python/)
- [Visualization with Seaborn and Pandas](https://www.geeksforgeeks.org/data-visualization/data-visualization-with-python-seaborn/)
- [Visualization with Matplotlib and Seaborn](https://www.geeksforgeeks.org/data-visualization/data-visualisation-in-python-using-matplotlib-and-seaborn/)
- [Visualizing ML Dataset with Seaborn](https://www.geeksforgeeks.org/machine-learning/visualising-ml-dataset-through-seaborn-plots-and-matplotlib/)
Seaborn & Matplotlib in Python
Comment
[A](https://www.geeksforgeeks.org/user/abhishek1/)
[abhishek1](https://www.geeksforgeeks.org/user/abhishek1/)
21
Article Tags:
Article Tags:
[Python](https://www.geeksforgeeks.org/category/programming-language/python/)
[Python-Seaborn](https://www.geeksforgeeks.org/tag/python-seaborn/)
### Explore
[](https://www.geeksforgeeks.org/)

Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)

Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
[](https://geeksforgeeksapp.page.link/gfg-app)[](https://geeksforgeeksapp.page.link/gfg-app)
- Company
- [About Us](https://www.geeksforgeeks.org/about/)
- [Legal](https://www.geeksforgeeks.org/legal/)
- [Privacy Policy](https://www.geeksforgeeks.org/legal/privacy-policy/)
- [Contact Us](https://www.geeksforgeeks.org/about/contact-us/)
- [Advertise with us](https://www.geeksforgeeks.org/advertise-with-us/)
- [GFG Corporate Solution](https://www.geeksforgeeks.org/gfg-corporate-solution/)
- [Campus Training Program](https://www.geeksforgeeks.org/campus-training-program/)
- Explore
- [POTD](https://www.geeksforgeeks.org/problem-of-the-day)
- [Job-A-Thon](https://practice.geeksforgeeks.org/events/rec/job-a-thon/)
- [Blogs](https://www.geeksforgeeks.org/category/blogs/?type=recent)
- [Nation Skill Up](https://www.geeksforgeeks.org/nation-skill-up/)
- Tutorials
- [Programming Languages](https://www.geeksforgeeks.org/computer-science-fundamentals/programming-language-tutorials/)
- [DSA](https://www.geeksforgeeks.org/dsa/dsa-tutorial-learn-data-structures-and-algorithms/)
- [Web Technology](https://www.geeksforgeeks.org/web-tech/web-technology/)
- [AI, ML & Data Science](https://www.geeksforgeeks.org/machine-learning/ai-ml-and-data-science-tutorial-learn-ai-ml-and-data-science/)
- [DevOps](https://www.geeksforgeeks.org/devops/devops-tutorial/)
- [CS Core Subjects](https://www.geeksforgeeks.org/gate/gate-exam-tutorial/)
- [Interview Preparation](https://www.geeksforgeeks.org/aptitude/interview-corner/)
- [Software and Tools](https://www.geeksforgeeks.org/websites-apps/software-and-tools-a-to-z-list/)
- Courses
- [ML and Data Science](https://www.geeksforgeeks.org/courses/category/machine-learning-data-science)
- [DSA and Placements](https://www.geeksforgeeks.org/courses/category/dsa-placements)
- [Web Development](https://www.geeksforgeeks.org/courses/category/development-testing)
- [Programming Languages](https://www.geeksforgeeks.org/courses/category/programming-languages)
- [DevOps & Cloud](https://www.geeksforgeeks.org/courses/category/cloud-devops)
- [GATE](https://www.geeksforgeeks.org/courses/category/gate)
- [Trending Technologies](https://www.geeksforgeeks.org/courses/category/trending-technologies/)
- Videos
- [DSA](https://www.geeksforgeeks.org/videos/category/sde-sheet/)
- [Python](https://www.geeksforgeeks.org/videos/category/python/)
- [Java](https://www.geeksforgeeks.org/videos/category/java-w6y5f4/)
- [C++](https://www.geeksforgeeks.org/videos/category/c/)
- [Web Development](https://www.geeksforgeeks.org/videos/category/web-development/)
- [Data Science](https://www.geeksforgeeks.org/videos/category/data-science/)
- [CS Subjects](https://www.geeksforgeeks.org/videos/category/cs-subjects/)
- Preparation Corner
- [Interview Corner](https://www.geeksforgeeks.org/interview-prep/interview-corner/)
- [Aptitude](https://www.geeksforgeeks.org/aptitude/aptitude-questions-and-answers/)
- [Puzzles](https://www.geeksforgeeks.org/aptitude/puzzles/)
- [GfG 160](https://www.geeksforgeeks.org/courses/gfg-160-series)
- [System Design](https://www.geeksforgeeks.org/system-design/system-design-tutorial/)
[@GeeksforGeeks, Sanchhaya Education Private Limited](https://www.geeksforgeeks.org/), [All rights reserved](https://www.geeksforgeeks.org/copyright-information/)
![]() |
| Readable Markdown | Seaborn is a Python library built on top of Matplotlib that focuses on statistical data visualization. It provides high-level functions, built-in themes, and automatic handling of datasets, allowing users to create informative and visually appealing plots with minimal code. Seaborn is widely used for exploring trends, relationships and distributions in data.




2 / 4
Below is a structured collection of all Seaborn topics, grouped into sections to help you navigate the complete tutorial from basics to advanced concepts.
## Getting Started
These articles introduce Seaborn fundamentals and basic plotting workflow.
- [Introduction to Seaborn](https://www.geeksforgeeks.org/python/introduction-to-seaborn-python/)
- [Plotting Graph Using Seaborn](https://www.geeksforgeeks.org/machine-learning/plotting-graph-using-seaborn-python/)
- [Using Seaborn with Matplotlib](https://www.geeksforgeeks.org/data-visualization/plotting-with-seaborn-and-matplotlib/)
## Customizing Seaborn Plots
This section explains how to control appearance and style in Seaborn. You will learn how to modify themes, adjust colors and tailor plot aesthetics to match your visualization needs.
- [Style and Color](https://www.geeksforgeeks.org/machine-learning/seaborn-style-and-color/)
- [Color Palette](https://www.geeksforgeeks.org/data-science/seaborn-color-palette/)
## Grids and Multi-Plot Layouts
These topics introduce Seaborn’s grid-based layouts that help compare multiple visualizations at once. They are useful for exploring data across categories, subgroups or variable combinations.
- [FacetGrid method](https://www.geeksforgeeks.org/data-visualization/python-seaborn-facetgrid-method/)
- [PairGrid method](https://www.geeksforgeeks.org/data-visualization/python-seaborn-pairgrid-method/)
## Relational Plots
This section focuses on visualizing relationships between numerical variables. You will find topics covering scatter plots, line plots and time-based visualizations that capture trends and variation.
- [Relational Plots I](https://www.geeksforgeeks.org/machine-learning/relational-plots-in-seaborn-part-i/)
- [Relational Plots II](https://www.geeksforgeeks.org/machine-learning/relational-plots-in-seaborn-part-ii/)
- [Scatterplot](https://www.geeksforgeeks.org/python/scatterplot-using-seaborn-in-python/)
- [Visualizing Relationships with Scatter Plots](https://www.geeksforgeeks.org/python/visualizing-relationship-between-variables-with-scatter-plots-in-seaborn/)
- [Scatter Plot with Regression Line](https://www.geeksforgeeks.org/python/how-to-make-scatter-plot-with-regression-line-using-seaborn-in-python/)
- [Scatter Plot with Marginal Histograms](https://www.geeksforgeeks.org/python/scatter-plot-with-marginal-histograms-in-python-with-seaborn/)
- [Line Plot with Seaborn](https://www.geeksforgeeks.org/python/seaborn-lineplot-method-in-python/)
- [Time Series Plot with Seaborn and Pandas](https://www.geeksforgeeks.org/python/creating-a-time-series-plot-with-seaborn-and-pandas/)
- [Time Series Plot with Rolling Average](https://www.geeksforgeeks.org/python/how-to-make-a-time-series-plot-with-rolling-average-in-python/)
## Categorical Plots
These articles explain how to visualize data grouped by categories or labels. You will learn how to interpret statistical summaries using bar charts, boxplots, violin plots and more.
- [Barplot](https://www.geeksforgeeks.org/python/barplot-using-seaborn-in-python/)
- [Countplot](https://www.geeksforgeeks.org/python/countplot-using-seaborn-in-python/)
- [Boxplot](https://www.geeksforgeeks.org/python/boxplot-using-seaborn-in-python/)
- [Violinplot](https://www.geeksforgeeks.org/python/violinplot-using-seaborn-in-python/)
- [Stripplot](https://www.geeksforgeeks.org/python/stripplot-using-seaborn-in-python/)
- [Swarmplot](https://www.geeksforgeeks.org/python/swarmplot-using-seaborn-in-python/)
- [Factorplot](https://www.geeksforgeeks.org/python/python-seaborn-factorplot-method/)
## Distribution Plots
This section explores ways to understand the distribution, spread, and density of your data. Topics include histograms, KDE plots, pairwise distributions and joint analyses.
- [Histograms](https://www.geeksforgeeks.org/python/how-to-make-histograms-with-density-plots-with-seaborn-histplot/)
- [Jointplot](https://www.geeksforgeeks.org/python/python-seaborn-jointplot-method/)
- [Pairplot](https://www.geeksforgeeks.org/data-visualization/python-seaborn-pairplot-method/)
- [KDE Plot](https://www.geeksforgeeks.org/data-science/seaborn-kdeplot-a-comprehensive-guide/)
## Regression Plots
These topics deal with modeling relationships using simple regression techniques. You will learn to display trends, fit regression lines and analyze variable interactions.
- [seaborn.lmplot()](https://www.geeksforgeeks.org/python/python-seaborn-lmplot-method/)
- [seaborn.regplot()](https://www.geeksforgeeks.org/python/python-seaborn-regplot-method/)
## Matrix Plots
This section covers visualizations such as heatmaps and correlation matrices. They are useful for identifying patterns, clusters and relationships across entire datasets.
- [Heatmap](https://www.geeksforgeeks.org/python/seaborn-heatmap-a-comprehensive-guide/)
- [Correlation Heatmap](https://www.geeksforgeeks.org/python/how-to-create-a-seaborn-correlation-heatmap-in-python/)
- [Triangle Correlation Heatmap](https://www.geeksforgeeks.org/python/how-to-create-a-triangle-correlation-heatmap-in-seaborn-python/)
- [ColorMaps in Heatmaps](https://www.geeksforgeeks.org/python/colormaps-in-seaborn-heatmaps/)
- [Add Frame to Heatmap](https://www.geeksforgeeks.org/python/how-to-add-a-frame-to-a-seaborn-heatmap-figure-in-python/)
- [Increase Annotation Size](https://www.geeksforgeeks.org/python/how-to-increase-the-size-of-the-annotations-of-a-seaborn-heatmap-in-python/)
- [Clustered Heatmap with Clustermap](https://www.geeksforgeeks.org/python/hierarchically-clustered-heatmap-in-python-with-seaborn-clustermap/)
- [Exploring Correlation](https://www.geeksforgeeks.org/data-analysis/exploring-correlation-in-python/)
## Additional Plots
These articles introduce special plot types and variations that deepen your visualization toolkit. They help you create focused visuals for specific analytical tasks.
- [Bubble Plot](https://www.geeksforgeeks.org/python/seaborn-bubble-plot/)
- [Residplot](https://www.geeksforgeeks.org/python/python-seaborn-residplot-method/)
- [Boxenplot](https://www.geeksforgeeks.org/python/python-seaborn-boxenplot-method/)
- [Pointplot](https://www.geeksforgeeks.org/python/python-seaborn-pointplot-method/)
- [Catplot](https://www.geeksforgeeks.org/machine-learning/python-seaborn-catplot/)
- [Ridgeline Plot](https://www.geeksforgeeks.org/python/how-to-make-ridgeline-plot-in-python-with-seaborn/)
## More Topics on Seaborn
This final section expands into customization, layout adjustments and integrated workflows. You will learn how to combine Seaborn with Pandas and Matplotlib for more flexible visualizations.
- [Change Axis Labels, Title and Figure Size](https://www.geeksforgeeks.org/python/change-axis-labels-set-title-and-figure-size-to-plots-with-seaborn/)
- [Place Legend Outside Plot](https://www.geeksforgeeks.org/python/how-to-place-legend-outside-the-plot-with-seaborn-in-python/)
- [Plot a Confidence Interval](https://www.geeksforgeeks.org/python/how-to-plot-a-confidence-interval-in-python/)
- [Rolling Average Plot](https://www.geeksforgeeks.org/python/how-to-make-a-time-series-plot-with-rolling-average-in-python/)
- [Regression Line per Group](https://www.geeksforgeeks.org/python/how-to-add-regression-line-per-group-with-seaborn-in-python/)
- [Visualization with Seaborn and Pandas](https://www.geeksforgeeks.org/data-visualization/data-visualization-with-python-seaborn/)
- [Visualization with Matplotlib and Seaborn](https://www.geeksforgeeks.org/data-visualization/data-visualisation-in-python-using-matplotlib-and-seaborn/)
- [Visualizing ML Dataset with Seaborn](https://www.geeksforgeeks.org/machine-learning/visualising-ml-dataset-through-seaborn-plots-and-matplotlib/) |
| Shard | 103 (laksa) |
| Root Hash | 12046344915360636903 |
| Unparsed URL | org,geeksforgeeks!www,/python/python-seaborn-tutorial/ s443 |