Introduction to Data Visualization with Matplotlib
Ariel Rokem
Data Scientist
seaborn.relplot(x="horsepower", y="mpg", hue="origin", size="weight",
sizes=(40, 400), alpha=.5, palette="muted",
height=6, data=mpg)
Introduction to Data Visualization with Matplotlib