Python Data Analysis Tips - StripPointPlot in Seaborn, Combine strip and point plots on a FacetGrid
- Brandyn Ewanek
- Jan 12, 2023
- 1 min read
Updated: Aug 21, 2023

In Python Seaborn is a powerful analytical tool. Also flexible in that it is fairly easy to combine multiple plots into one. Here we combine Seaborn's stripplot and pointplot together on Seaborn's FacetGrid to create a StripPointPlot with a beautiful effect for our data analysis in Python.
This alsoo turned into a good example of how to plot different scale distributions together in one plot. To do this we used a machine learning library Sklearn's StandardScaler.
Follow Data Science Teacher Brandyn
dataGroups:

Comments