4 The Method
The following 7-step method is a useful framework for building a visualization that answers a specific question.
Make a list of your constraints
- Who is your audience? Is this graphic for you, for a report, or for publishing?
- Do you have a color scheme or font you are required to use for branding?
- What graph types are compatible with your dataset? Is there a field standard?
Define a few research questions, then narrow it down to one.
Clean and transform your dataset, if needed.
Perform an exploratory data analysis and identify which data answers your questions.
- This includes statistical summaries, rough visualizations, and filtering.
Start with an ugly graph and play around with scales, faceting, and graph types.
Fine tune your graphic to maximize the data-ink ratio, fit to your constraints, and make it look nice.
- Consider the color, font, and positioning. Do they softly draw your attention to the relevant data?
- Add short meaningful labels that do not over explain.
- Layer any additional augmentations that color, font, position, and labels don’t address.
Repeat steps 3-7 until you are satisfied, but remember that like art or writing, you can always improve.