Simple Scatter Plot with Matplotlib in Python

Matplotlib: Scatter Plot with Labels

Matplotlib is one of the most popular plotting libraries in Python. As the name kind of hints, Matplotlib is bases on MATLAB style interface offers powerful functions to make versatile plots with Python. In this post, we will see examples of simple scatter plot with Matplotlib’s module pyplot. Let us first load the libraries needed.… Continue reading Simple Scatter Plot with Matplotlib in Python

Scatter Plot with Regression Line using Altair in Python

Altair Scatter plot with regression line

Adding regression line to scatter plot is a great way to understand the relationship between two numeric variables. In this post, we will see an example of using Altair to make a scatter plot with regression line using real world dataset. Let us load the packages we need. We will load Altair package and load… Continue reading Scatter Plot with Regression Line using Altair in Python

How To Make Histogram with Median Line using Altair in Python?

Histogram with Median Line with Altair

In this post we will learn how to make a histogram with a median line using Altair in Python. This is also a great example illustrating the power of Altair’s grammar of graphics. Let us load the packages needed to make histogram with a median or mean line using Altair. Let us generate data to… Continue reading How To Make Histogram with Median Line using Altair in Python?

How To Change Axis Label, Set Title and Subtitle in ggplot2

Add Subtitle to a plot with ggplot2

One of the key ingredients of a good plot is providing enough information on the plot to help convey the message in the plot. In this post we will examples of how to change x-axis and y-axis labels in a plot made with ggplot2 in R. And then we will see how to change axis… Continue reading How To Change Axis Label, Set Title and Subtitle in ggplot2

How To Make Boxplots with Seaborn in Python?

Boxplot with Catplot Seaborn Python

Boxplot is a way to visualize quantitative/numeric variable, in a concise way using quartiles of a data distribution. Here, we will see examples of making simple boxplots using Seaborn in Python. Let us first load packages needed for making boxplot. We will use weather data from Seattle from vega-dataset. We will directly load the data… Continue reading How To Make Boxplots with Seaborn in Python?

Exit mobile version