Pandas Bootstrap_plot(): Understand uncertainty

One of the key parts of data analysis is to use summary statistics to understand the trend in the data. Understanding the variability in such summary statistics can be extremely useful to put weight on such summary statistics. Bootstrapping, resampling data with replacement is an extremely useful tool to quantify uncertainty. It was originally developed… Continue reading Pandas Bootstrap_plot(): Understand uncertainty

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 Draw a Rectangle on a Plot in Matplotlib?

Add Rectangle with text annotation Matplotlib

When you make data visualization one might want to highlight a specific region of the plot by adding some annotation. In this post, we will learn how to add rectangle on top of a plot made with matplotlib in Python. We will first add a simple rectangle with specific color and then learn how to… Continue reading How To Draw a Rectangle on a Plot in Matplotlib?

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