Is there any way to get just the mini boxplot from a seaborn violinplot?
问题 I'm trying to draw a very long series of boxplots. I like the aesthetic of the miniature boxplots drawn inside violinplot (controlled via the "inner" parameter to seaborn.violinplot). Does anyone know of an easy way to draw just this mini boxplot without the rest of the violinplot? Thanks! 回答1: The violins are PolyCollection objects. You could remove all PolyCollection s from the axes. This would make sense if the axes only contain the violin plots and not any other PolyCollection s in