What data pairing is required for a basic categorical bar chart?
Only category labels, with no numerical values.
Two lists of unrelated lengths that Matplotlib pairs randomly.
Only image files, one for each bar.
A category list and a corresponding numerical value for each category.