Selecting Seaborn Plots

Intermediate Data Visualization with Seaborn

Chris Moffitt

Instructor

Seaborn plot map

Intermediate Data Visualization with Seaborn

Univariate Distribution Analysis

  • displot() is the best place to start for this analysis
  • rugplot(), kdeplot() and ecdfplot() can be useful alternatives

Univariate map

Intermediate Data Visualization with Seaborn

Regression Analysis

  • lmplot() performs regression analysis and supports facetting

Regression map

Intermediate Data Visualization with Seaborn

Categorical Plots

  • Explore data with the categorical plots and facet with catplot Categorical Plots
Intermediate Data Visualization with Seaborn

pairplot() and jointplot()

  • Perform regression analysis with lmplot
  • Analyze distributions with displot pair and joint plots
Intermediate Data Visualization with Seaborn

Thank You!

Intermediate Data Visualization with Seaborn

Preparing Video For Download...