This is a graph that I got from Minitab that I would like to replicate this on Seaborn for better quality.
Boxplot from Minitab
My data looks like this:
I tried using a FacetGrid and then mapping with sns.boxplot but that wasn't working. Should I try to use groupby on the Layer thickness instead? I am a beginner in data viz using python and any help on this would be great.