Concept Flow - Categorical plots (boxplot, violinplot)
Start with categorical data
Choose plot type: boxplot or violinplot
Calculate statistics per category
Draw plot elements
Show distribution and summary
End
This flow shows how categorical data is used to create boxplots or violinplots by calculating statistics and then drawing the plot to visualize category distributions.