How To Manually Specify Palette Colors in Seaborn

How to specify your own color pallete Seaborn Python?

When we make a plot with Seaborn, say a scatterplot using Seaborn’s scatterplot and color the groups of the data using a grouping variable, Seaborn chooses suitable colors automatically. Sometimes you might like to change the default colors to colors of your choice. In this post, we will see how to manually specify colors to… Continue reading How To Manually Specify Palette Colors in Seaborn

How to Customize Titles in Multi-Panel plots with Seaborn?

Customize Facetgrid plot titles in Seaborn displot Python

Multi-panel plots or small multiples are a great way visualize the relationship between two variables with respect ot the values of other variables. Seaborn offers a few different ways to make a multi-panel plots, with FacetGrid is the class behind multi-panel plots in Seaborn. In this post, we will see how can we customize the… Continue reading How to Customize Titles in Multi-Panel plots with Seaborn?

Grouped Boxplot with Jittered Points with Seaborn Python

Grouped Boxplot with Jittered Data Points Seaborn

Grouped boxplots help us visualize the relationship between three variables, two categorical variables and one quantitative variable. When we make a boxplot, it is always a good idea to add the original data points on top of the boxplot, when possible. In this post, we will learn how to make grouped boxplots with jittered data… Continue reading Grouped Boxplot with Jittered Points with Seaborn Python

How To Change Edge Color on Seaborn Scatter Plot?

Seaborn Scatterplot: Change edgecolor and line width

Seaborn’s scatterplot function allows us to make compelling scatter plots easily. In this post we will learn how to customize edge color of a scatter plot made with Seaborn. By default, Seaborn’s scatter plot function colors the markers edge color to be white. In this post, we will see how to change the default edge… Continue reading How To Change Edge Color on Seaborn Scatter Plot?

How To Make Lower Triangular Heatmap with Python?

Lower Triangular Heatmap with color palette in Python

Heatmaps are a great way to quickly visualize the actual data coded as colors. Heatmaps of correlation matrix is useful to understand the relationship between multiple features or variable. However, since the correlation matrix is symmetric, it is more useful to make heatmap of upper or lower triangular part of correlation matrix as having both… Continue reading How To Make Lower Triangular Heatmap with Python?

Exit mobile version