Data Visualization: How Do We Choose the Right One?
In your daily work life, you will likely have to (but not limited to) prepare presentations, understand performance trends, or analyze data to find operational insights. Before creating your master piece, you will have to create visuals from various kinds of data points – date period, categories, amount, and monetary value are some common examples. But the question is, how will you know if the visualization that you have chosen is the most effective and best represents your data set?
In data analysis, data visualizations are no doubt essential for their capability to summarize large amounts of data into a graphical representation. However, to create what is considered a “good” visualization requires a certain amount of strategic planning and design thinking based on your audience and the story you want to tell. We will be exploring 4 questions that will help you select the best visualizations.
Do you want to understand the relationship between data points?
- Scatter Plot: relationship between 2 numerical data sets
- Bubble Plot: relationship between 3 numerical data sets
- Heat Map: relationship between categorical and numerical data sets
Histogram: distribution of 2 numerical data sets
Box Plot: distribution using statistical summary (mean, quartile, max, min)
The types of charts introduced here are just the commonly used ones, where there a still many more that are used for more specific purposes. Each kind of visualization has their own strong points and the use cases they can apply to. You can now clearly see how the problem statement or question affects the method that the data should be displayed as well as the message that is passed on to the audience. Keep these questions in mind the next time you have to create a visualization!
References: