什么时候使用 Violin Plot
You suspect the distribution is not one simple hump
Bimodality is the classic case — two populations quietly mixed into one group. A violin shows two bulges where a box plot shows one wide, featureless box.
You are comparing several groups and shape matters
Response times by server, salaries by role, test scores by school. One violin per group on a shared axis, and the differences in spread and skew are visible without reading a single number.
You have enough data to justify a density estimate
Violins earn their keep from a few hundred observations per group upward, where a histogram's bin edges start to feel arbitrary and a smooth curve is genuinely the more honest summary.
Your audience will read a shape faster than a statistic
Nobody needs the term 'kernel density estimate' explained to see that one group is fat in the middle and another is spread thin. The outline does the teaching.