5 minutes

10 Good and Bad Examples of Data Visualization (2023)

Makes sure you avoid these common mistakes when visualizing data as well as some best practices to follow.

As someone who’s been doing data visualization for over 10 years, I’ve come across so many mistakes people make. The most common errors include:

  • Using the wrong graphs/charts for their particular purpose
  • Not making the best use out of colors.
  • Creating misleading graphs/charts
  • Trying to incorporate too much information in one graph

Whether you're building a dashboard, presentation, or more, it's important to be wise with your data visualization choices.

Here are some examples of each so you can learn to avoid them.

Using the wrong graphs/charts:

“Which graphs should I be using?”

As a general rule of thumb:

  • Bar charts are for showing the relationship between 1 categorical variable (e.g. color, car model, gender) against 1 numerical variable (height, test scores, IQ and other measurements).
  • Pie charts are for the same thing, but aren’t very good for data that contains more than 2-3 categories. E.g. it’s fine for gender since it only has male, female and other, but it’s terrible for listing all car models.
  • Scatterplots are for finding correlations between 2 numerical variables.
  • Time series are for showing changes over time (time vs. numerical variable).

There’s many more than this, but those are the main ones. To learn about this in greater detail, read our post about data visualization techniques.

Get your point across.
Polymer allows you to make interactive dashboards and data visualizations in seconds - perfect for data storytelling.
Try For Free

Bad Example #1: Presenting Qualitative Data

Not all data can be visualized into graphs or charts. For instance, data pertaining to employee details: including first & last name, email address, ethnicity, job title etc.

The biggest mistake would be to present the raw data like this:

raw employee data

Just because a dataset contains a bunch of qualitative data like "name" and "email address" doesn't mean it can't be visualized.

There are two ways to visualize it:

  1. Card View
  2. Gallery View

Card view is good for visualizing raw data:

visualizing qualtiative data

Gallery view is good for visualizing data with images (for instance: employee headshot photos). An example of gallery view is FlixGem.

Both of these visualizations aren't just to make things "look nicer." But they allow you to easily filter through the data with interactive tags. This is important for both data analysis and presentation.

How to create visualizations for qualitative data:

It might look complicated to create, but existing tools make your job dead simple:

  1. Upload your data to Polymer Search.
  2. Launch Polymer App
  3. Choose the desired layout: Grid view, card view or gallery view

Bad example #2: Pie chart with too many categories

pie chart example (bad)

Pie charts are best used when there are 2-3 items that make up a whole. Any more than that, and it’s difficult for the human eye to distinguish between the parts of a circle.

Notice how it’s hard to distinguish the size of these parts. 

Is “China” bigger than “Other”? 

It’s hard for our eyes to tell the difference. Instead, replace this with a bar chart:

Good example: Proper Bar Chart

bar chart example

Notice how “China” and “Other” are far apart, but we can easily distinguish that one is larger than the other? That’s because our eyes are more sensitive to length of bars than parts of a circle. 

Bar charts will be your go-to chart for data visualization.

Bad example #3: Multi-colored bar charts

bar chart example bad colors

It might look pretty, and you might be wondering “what’s wrong with it?”

The more colors you use, the less comprehensible the visualization will be. More colors = more categories the brain must process. 

data visualization colors

On top of that, there’s a better way to handle colors:

Good example: Proper color design

Colors allow us to highlight whatever information we want. 

If we wanted to highlight the country with the biggest CO2 emissions, we can use red vs. grey:

bar chart example good

Notice how China immediately sticks out and we get the point across.

Other times, it’s a good idea to use multiple shades of the same color.

Another Good example: Proper pie chart  

pie chart example

Pie charts are best used when there are 2-3 items that make up a whole. Any more than that, and it’s difficult for the human eye to distinguish between the parts of a circle.

Bad example #4: Horizontal bar charts

Horizontal bar charts suffer from the same issue as pie charts: once there are too many categories, you run out of space to include text and it becomes hard to digest:

horizontal bar chart example bad

Instead, it’s better to use vertical bar charts (by switching the axes around):

Good example: Vertical bar charts

vertical bar chart example

This gives unlimited space for including text and is easier for the brain to digest.

Bad Example #5: Too much information

Here’s an example of someone trying to include too much information on one chart: 

too much information on a bubble chart

Including too much information ruins the point of data visualization in the first place. The purpose of data visualization is to allow the audience to easily digest the information and this graph does the opposite of that.

Instead, take the time to rearrange your data and create multiple graphs to convey your point.

Bad example #6: 3D graphs

bad 3d graph

Studies have shown that 3D rendering can negatively affect graph comprehension. It might be tempting to be creative and ‘3D’ your graphs, but there are better ways to get creative.

Bad example #7: Charts that don’t start at zero (misleading)

Sometimes it’s okay to break this rule, but in general:

  • Bar charts should always start at 0, because our eyes are very sensitive to the size of bars.
  • Scatterplots and time series should almost always start at 0.
  • Line graphs can sometimes break this rule.
misleading bar chart

Since the y-axis doesn’t start at 0, it’s easy to fool someone that product 2 is failing, but in actuality:

The same applies to other graphs like time series:

misleading time series gold price

Since the y-axis doesn’t start at 0, it’s easy to fool someone that the price of something is exponentially rising where in actuality, the increase is only about 10-20%.

Bad Example #8: Tables With no Context

Spreadsheets and pivot tables with no context are meaningless.

Look at this pivot table:

It's a pivot table showing which product line and gender are generating the most income. Even though it's ordered from highest to lowest income generated, what exactly do these numbers mean? How high is $1580?

These numbers are meaningless without context.

Good Example: Table with Context

Instead of just giving a raw number, it's highly recommended to provide a mean deviation, that is, how far a number is from the average:

table with context

Now we can look and go "Oh $1580 is 23% above the mean."

Creating these might be off-putting to some people since it takes more time and effort, but a tool like Polymer Search does all of this automatically for you - and creates pivot tables faster than Excel.

Good Data Visualization Examples

Data visualization can be incredibly powerful when done correctly. Not only does it make complex data more understandable, but it can also reveal patterns, correlations, and insights that might not be visible otherwise. Here are a few examples of good data visualization practices:

  1. Interactive Dashboards: With advancements in technology, it's now possible to create dynamic and interactive dashboards. These allow users to drill down into specific data points, zoom into regions of interest, or toggle between different data sets. This gives users a more immersive experience and helps them understand the data at a deeper level.
  2. Use of Color: Color can be a powerful tool when visualizing data. For instance, a heat map that uses a gradient of colors to show the density of data points can quickly highlight areas of interest or concern. But remember, always consider those who are color-blind and choose palettes that are universally understandable.
  3. Storytelling with Data: Instead of simply presenting numbers and charts, some visualizations tell a story. This can be a sequence of events, a comparison of scenarios, or even a progression over time. When data tells a story, it becomes much more memorable and impactful.

Bad Data Visualization Examples

While there are many ways to effectively visualize data, there are also common pitfalls that can render a visualization confusing or even misleading. Here are some examples of what to avoid:

  1. 3D Pie Charts: While they might look fancy, 3D pie charts can distort the perception of data. The angles and perspective can make some sections look larger than they actually are, leading to misinterpretations.
  2. Overloading with Data: It's tempting to include as much data as possible in a single visualization, but this can lead to clutter and confusion. It's crucial to be selective and only include the most relevant data points.
  3. Ignoring Scale: Not starting the y-axis at zero or using inconsistent scales can make differences seem more pronounced than they actually are. This can be misleading and should be avoided.

In the context of the current content, it's also essential to emphasize the importance of choosing the right type of chart or graph for the data. For example, while bar charts and pie charts have their place, they aren't always the best choice. It's crucial to understand the nature of the data and the message you want to convey before selecting a visualization method.

Overall

Once you learn the many data visualization techniques, know when to use each graph and become aware of all the good and bad practices, you’ll be a pro data analyst in no time!

There are many ways to enhance your visualization skills - with Polymer Search you’ll be able to instantly generate interactive graphs/charts/pivot tables in a matter of seconds. You simply upload your data and the AI will automatically turn it into an interactive spreadsheet and provide quick and easy data visualization tools that are available in no other tool.

interactive spreadsheet

You’ll also be able to create your own web app in a couple of minutes with no coding experience required. Simply upload your dataset and Polymer will automatically transform it into a web application where you can share all your visualizations.

It’s braindead easy to use!

Sign up to Polymer Search today and get a free trial.

Posted on
August 10, 2023
under Blog
August 10, 2023
Written by
Rand Owens
Founding team member at Motive (Formerly KeepTruckin) and passionate about all things Marketing, RevOps, and Go-To-Market. VP of Marketing @ Polymer Search.

Start using Polymer right now. Free for 14 days.

See for yourself how fast and easy it is to create visualizations, build dashboards, and unmask valuable insights in your data.

Start for free