seaborn dot plot hue code example
Example: seaborn dot plot hue
sns.scatterplot(x = "column/array", y = "column", data = dataframe, hue = "column")
sns.scatterplot(x = "column/array", y = "column", data = dataframe, hue = "column")