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, … [Read more...] about How To Change Edge Color on Seaborn Scatter Plot?
Seaborn Scatterplot
How To Make Scatter Plots with Seaborn scatterplot in Python?
Scatter plots are one of the most powerful ways to visualize the relationship between two quantitative variables. With Python’s Seaborn library, you can easily enhance scatter plots by adding more dimensions using color, shape, and size. In this tutorial, you’ll learn 9 tips … [Read more...] about How To Make Scatter Plots with Seaborn scatterplot in Python?

