Skip to content

Issue on Day 25 #74

Description

@kushalsha40

There is the issue in the code syntax of scatterplot it must be

color_dict={1:'red',3:'green',2:'blue'}
sns.scatterplot(
data=df,
x='Alcohol',
y='Malic acid',
hue='Class label',
palette=color_dict
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions