How to overlay swarmplot and boxplot for groupdata on seaborn
I created a grouped dataset using pandas dataframe. I then set one column as hue, another as the x axis, and another as the y. I wanted to overlay a swarm plot and a boxplot. However, while the boxplots are separated by hue, the swarmplots are directly on top of each other.