Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed Intro to Seaborn!

Instruction

Relational Plots

Resources Relational Plots tutorial The Seaborn tutorial contains excellent examples that explore statistical relationships between data. Scatter Plot Scatter Plot documentation The scatter plot visualizes a relationship between two variables on the x-axis and y-axis. It is good for finding correlations within the data. Line Plot Line Plot documentation The line plot represents ...