Concept Flow - Categorical scatter with jitter
Start with categorical data
Assign numeric positions to categories
Add small random noise (jitter) to positions
Plot points at jittered positions
Display scatter plot with spread points
We convert categories to numbers, add small random shifts to avoid overlap, then plot points spread out for clarity.