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 Scatter Plots with Seaborn scatterplot in Python?

Color and Shape by variables: Seaborn scatterplot()

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 to make your Seaborn scatter plots publication-ready. We’ll use the popular Palmer… Continue reading How To Make Scatter Plots with Seaborn scatterplot in Python?

Exit mobile version