Hands-On Data Visualization in Python — Seaborn Scatter Plot

Scatter plot is a graph that shows the relationship between two sets of continuous numerical data. For example, the relationship between a group of people's weight and height or their salary and years of working experience.
In this tutorial we are going to look at the way to use Python Seaborn library to build a Scatter Plot to show the relationship between…