Data Visualization 101: How to Design Charts and Graphs

Visage
VisageProduct Marketing Manager at Visage em Visage
+
DATA VISUALIZATION 101:
HOW TO DESIGN CHARTS
AND GRAPHS
TABLE OF
CONTENTS
INTRO
Bar Chart
Pie Chart
Line Chart
Area Chart
Scatter Plot
Bubble Chart
Heat Map
6
9
11
13
15
17
19
1
FINDING THE STORY IN
YOUR DATA
KNOW YOUR DATA
GUIDE TO CHART TYPES
10 DATA DESIGN
DO’S AND DONT’S
2
3
5
21
If your data is misrepresented or presented
ineffectively, key insights and understanding
are lost, which hurts both your message and
your reputation. The good news is that you
don’t need a PhD in statistics to crack the data
visualization code. This guide will walk you
through the most common charts and
visualizations, help you choose the right
presentation for your data, and give you
practical design tips and tricks to make sure
you avoid rookie mistakes. It’s everything you
need to help your data make a big impact.
What’s the ideal distance
between columns in a bar chart?
Your data is only as good as
your ability to understand and
communicate it, which is why
choosing the right visualization
is essential.
You’re about to find out.
1
FINDING THE STORY
IN YOUR DATA
Information can be visualized in a number of ways, each of which can
provide a specific insight. When you start to work with your data, it’s
important to identify and understand the story you are trying to tell and
the relationship you are looking to show. Knowing this information will
help you select the proper visualization to best deliver your message.
When analyzing data, search for patterns or interesting insights that can
be a good starting place for finding your story, such as:
TRENDS CORRELATIONS OUTLIERS
Example:
Ice cream sales
over time
Example:
Ice cream sales vs.
temperature
Example:
Ice cream sales in an
unusual region 2
CONTINUOUS
DISCRETE
CATEGORICAL
QUANTITATIVE
Before understanding visualizations, you
must understand the types of data that
can be visualized and their relationships
to each other. Here are some of the most
common you are likely to encounter.
Data that can be sorted according to group or
category. Example: Types of products sold.
Numerical data that has a finite number of
possible values. Example: Number of
employees in the office.
Data that is measured and has a value within a
range. Example: Rainfall in a year.
Data that can be counted or measured;
all values are numerical.
KNOW YOUR
DATA
DATA TYPES
3
PART-TO-WHOLE
RELATIONSHIPS
This shows a subset of data compared to the
larger whole. Example: Percentage of
customers purchasing specific products.
DISTRIBUTION
This shows data distribution, often around a
central value. Example: Heights of players on a
basketball team.
TIME-SERIES
This tracks changes in values of a consistent
metric over time. Example: Monthly sales.
RANKING
This shows how two or more values compare
to each other in relative magnitude. Example:
Historic weather patterns, ranked from the
hottest months to the coldest.
DEVIATION
This examines how data points relate to each
other, particularly how far any given data point
differs from the mean. Example: Amusement
park tickets sold on a rainy day vs. a regular day.
CORRELATION
This is data with two or more variables that may
demonstrate a positive or negative correlation
to each other. Example: Salaries according to
education level.
Now that you’ve got a handle on the most common data
types and relationships you’ll most likely have to work
with, let’s dive into the different ways you can visualize
that data to get your point across.
NOMINAL COMPARISON
This is a simple comparison of the quantitative
values of subcategories. Example: Number of
visitors to various websites.
DATA RELATIONSHIPS
4
GUIDE TO
CHART TYPES
In this section, we’ll cover the uses, variations,
and best practices for some of the most common
data visualizations:
BAR CHART
PIE CHART
LINE CHART
AREA CHART
SCATTER PLOT
BUBBLE CHART
HEAT MAP
5
CONTENT PUBLISHED, BY CATEGORY
VARIATIONS OF BAR CHARTS
Bar charts are very versatile. They are best used
to show change over time, compare different
categories, or compare parts of a whole.
BAR CHART
VERTICAL
(COLUMN CHART)
Best used for chronological data (time-series
should always run left to right), or when
visualizing negative values below the x-axis.
6
HORIZONTAL
Best used for data with long category labels.
PAGE VIEWS, BY MONTH
100% STACKED
Best used when the total value of each category
is unimportant and percentage distribution of
subcategories is the primary message.
VARIATIONS OF BAR CHARTS (CONT.)
BAR CHART
7
STACKED
Best used when there is a need to compare
multiple part-to-whole relationships. These can
use discrete or continuous data, oriented either
vertically or horizontally.
MONTHLY TRAFFIC, BY SOURCE PERCENTAGE OF CONTENT PUBLISHED, BY
MONTH
DESIGN BEST PRACTICES
START THE Y-AXIS VALUE AT 0
Starting at a value above zero truncates the bars
and doesn’t accurately reflect the full value.
USE HORIZONTAL LABELS
Avoid steep diagonal or vertical type, as it can
be difficult to read.
ORDER DATA APPROPRIATELY
Order categories alphabetically, sequentially, or
by value.
SPACE BARS APPROPRIATELY
Space between bars should be ½ bar width.
USE CONSISTENT COLORS
Use one color for bar charts. You may use an
accent color to highlight a significant data point.
BAR CHART
8
VARIATIONS OF PIE CHARTS
THE CASE AGAINST
THE PIE CHART
Pie charts are best used for making part-to-whole
comparisons with discrete or continuous data. They
are most impactful with a small data set.
The pie chart is one of the most popular
chart types. However, some critics, such
as data visualization expert Stephen Few,
are not fans. They argue that we are really
only able to gauge the size of pie slices
if they are in familiar percentages (25%,
50%, 75%, 100%) and positions, because
they are common angles. We interpret
other angles inconsistently, making it
difficult to compare relative sizes and
therefore less effective.
STANDARD
Used to show part-to-whole relationships.
DONUT
Stylistic variation that enables the inclusion of a
total value or design element in the center.
PIE CHART
9
DESIGN BEST PRACTICES
VISUALIZE NO MORE THAN
5 CATEGORIES PER CHART
It is difficult to differentiate between small
values; depicting too many slices decreases the
impact of the visualization. If needed, you can
group smaller values into an “other” or
“miscellaneous” category, but make sure it does
not hide interesting or significant information.
DON’T USE MULTIPLE PIE CHARTS
FOR COMPARISON
Slice sizes are very difficult to compare
side-by-side. Use a stacked bar chart instead.
ORDER SLICES
CORRECTLY
There are two ways to
order sections, both
of which are meant to
aid comprehension:
OPTION 1
Place the largest section at
12 o’clock, going clockwise.
Place the second largest
section at 12 o’clock,
going counterclockwise. The
remaining sections can be
placed below, continuing
counterclockwise.
OPTION 2
Start the largest section at
12 o’clock, going clockwise.
Place remaining sections in
descending order, going
clockwise.
MAKE SURE ALL DATA ADDS UP TO 100%
Verify that values total 100% and that pie slices
are sized proportionate to their corresponding
value.
PIE CHART
10
1
5
4
3
2 1
2
3
4
5
Line charts are used to show time-series relationships
with continuous data. They help show trend, acceleration,
deceleration, and volatility.
LINE CHART
11
DON’T PLOT MORE THAN 4 LINES
If you need to display more, break them out into
separate charts for better comparison.
USE SOLID LINES ONLY
Dashed and dotted lines can be distracting.
USE THE RIGHT HEIGHT
Plot all data points so that the line chart
takes up approximately two-thirds of the y-axis’
total scale.
INCLUDE A ZERO BASELINE IF POSSIBLE
Although a line chart does not have to start at a
zero baseline, it should be included if possible.
If relatively small fluctuations in data are
meaningful (e.g., in stock market data), you may
truncate the scale to showcase these variances.
LABEL THE LINES DIRECTLY
This lets readers quickly identify lines and
corresponding labels instead of referencing
a legend.
LINE CHART
DESIGN BEST PRACTICES
12
AREA CHART STACKED AREA 100% STACKED AREA
Area charts depict a time-series relationship, but they are
different than line charts in that they can represent volume.
Best used to show or compare a quantitative
progression over time.
Best used to visualize part-to-whole
relationships, helping show how each
category contributes to the cumulative total.
Best used to show distribution of categories as
part of a whole, where the cumulative total is
unimportant.
AREA CHART
VARIATIONS OF AREA CHARTS
13
DON’T DISPLAY MORE THAN
4 DATA CATEGORIES
Too many will result in a cluttered visual that is
difficult to decipher.
MAKE IT EASY TO READ
In stacked area charts, arrange data to position
categories with highly variable data on the top
of the chart and low variability on the bottom.
START Y-AXIS VALUE AT 0
Starting the axis above zero truncates the
visualization of values.
USE TRANSPARENT COLORS
In standard area charts, ensure data isn’t
obscured in the background by ordering
thoughtfully and using transparency.
DON’T USE AREA CHARTS TO
DISPLAY DISCRETE DATA
The connected lines imply intermediate values,
which only exist with continuous data.
AREA CHART
DESIGN BEST PRACTICES
14
Scatter plots show the relationship between items
based on two sets of variables. They are best used to
show correlation in a large amount of data.
SCATTER PLOT
15
START Y-AXIS VALUE AT 0
Starting the axis above zero truncates the
visualization of values.
USE TREND LINES
These help draw correlation between the
variables to show trends.
DON’T COMPARE MORE THAN
2 TREND LINES
Too many lines make data difficult to interpret.
INCLUDE MORE VARIABLES
Use size and dot color to encode additional
data variables.
SCATTER PLOT
DESIGN BEST PRACTICES
16
BUBBLE PLOT BUBBLE MAP
Bubble charts are good for displaying nominal
comparisons or ranking relationships.
This is a scatter plot with bubbles, best used to
display an additional variable.
Best used for visualizing values for specific
geographic regions.
BUBBLE CHART
VARIATIONS OF
BUBBLE CHARTS
17
SIZE BUBBLES APPROPRIATELY DON’T USE ODD SHAPESMAKE SURE LABELS ARE VISIBLE
Bubbles should be scaled according to area,
not diameter.
Avoid adding too much detail or using shapes
that are not entirely circular; this can lead to
inaccuracies.
All labels should be unobstructed and easily
identified with the corresponding bubble.
DESIGN BEST PRACTICES
BUBBLE CHART
18
Heat maps display categorical data, using intensity
of color to represent values of geographic areas or
data tables.
HEAT MAP
19
USE A SIMPLE MAP OUTLINE SELECT COLORS APPROPRIATELY
USE PATTERNS SPARINGLY CHOOSE APPROPRIATE DATA RANGES
These lines are meant to frame the data, not
distract.
Some colors stand out more than others, giving
unnecessary weight to that data. Instead, use a
single color with varying shade or a spectrum
between two analogous colors to show
intensity. Also remember to intuitively code
color intensity according to values.
A pattern overlay that indicates a second
variable is acceptable, but using multiple is
overwhelming and distracting.
Select 3-5 numerical ranges that enable fairly
even distribution of data between them. Use +/-
signs to extend high and low ranges.
DESIGN BEST PRACTICES
FL
TX
NM
AZ
AK
CA
NV
UT
CO
OR
WA
ID
HI
OK
MT
WY
ND
SD
NE
KS
MN
IA
MO
AR
LA
MS AL GA
SC
IL
WI
MI
IN
OH
TN
KY
NC
WV VA
PA
NY
ME
VT NH
RI
CT
NJ
DE
MD
MA
DC
HEAT MAP
20
1 | DO USE ONE COLOR TO
REPRESENT EACH CATEGORY.
2 | DO ORDER DATA SETS USING
LOGICAL HEIRARCHY.
3 | DO USE CALLOUTS TO
HIGHLIGHT IMPORTANT OR
INTERESTING INFORMATION.
4 | DO VISUALIZE DATA IN A WAY
THAT IS EASY FOR READERS TO
COMPARE VALUES.
5 | DO USE ICONS TO ENHANCE
COMPREHENSION AND REDUCE
UNNECESSARY LABELING.
6 | DON’T USE HIGH CONTRAST
COLOR COMBINATIONS SUCH AS
RED/GREEN OR BLUE/YELLOW.
7 | DON’T USE 3D CHARTS. THEY
CAN SKEW PERCEPTION OF THE
VISUALIZATION.
8 | DON’T ADD CHART JUNK.
UNNECESSARY ILLUSTRATIONS,
DROP SHADOWS, OR
ORNAMENTATIONS DISTRACT
FROM THE DATA.
9 | DON’T USE MORE THAN 6
COLORS IN A SINGLE LAYOUT.
10 | DON’T USE DISTRACTING
FONTS OR ELEMENTS (SUCH AS
BOLD, ITALIC, OR UNDERLINED
TEXT).
Designing your data doesn’t have to be
overwhelming. With a basic understanding of
how different data sets should be visualized,
along with a few fundamental design tips and
best practices, you can create more accurate,
more effective data visualizations. Follow these
10 tips to ensure your design does your data
justice.
10 DATA DESIGN
DOS AND
DON’TS
21
HELP HUBSPOT IMPROVE BY
RATING OUR CONTENT.
HubSpot is the world’s leading inbound marketing and sales platform. Over 10,000 customers in
65 countries use HubSpot’s award-winning software, services, and support to create an inbound
experience that will attract, engage, and delight customers. To find out how HubSpot can grow
your business, watch this video overview, get a demo, or schedule a free inbound marketing
assessment with one of our consultants.
SOURCES: Infographics: The Power of Visual Storytelling by Ross Crooks, Jason Lankow and Josh Ritchie (Wiley 2012); The Wall Street Journal Guide to Information
Graphics by Dona Wong (Dow Jones & Company 2010); Visualize This by Nathan Yau (Wiley 2011)
Visage was created because we believe that good design should be available to everyone, not
just organizations that can afford design agency premiums. Our unique web-based software
enables non-designers to create beautiful, on-brand data visualizations and visual
content. Learn more and schedule a demo at visage.co.
A COLLABORATION BETWEEN:
ALL CHARTS AND GRAPHS THAT APPEAR IN THIS BOOK WERE CREATED WITH VISAGE.
1 de 25

Recomendados

Data Visualization Design Best Practices Workshop por
Data Visualization Design Best Practices WorkshopData Visualization Design Best Practices Workshop
Data Visualization Design Best Practices WorkshopJSI
3.6K visualizações47 slides
Data Visualization - A Brief Overview por
Data Visualization - A Brief OverviewData Visualization - A Brief Overview
Data Visualization - A Brief OverviewRotary Club of North Raleigh
2.6K visualizações38 slides
Brief introduction to data visualization por
Brief introduction to data visualizationBrief introduction to data visualization
Brief introduction to data visualizationZach Gemignani
16K visualizações24 slides
Introduction to Data Visualization por
Introduction to Data VisualizationIntroduction to Data Visualization
Introduction to Data VisualizationStephen Tracy
11.2K visualizações62 slides
Data visualization por
Data visualizationData visualization
Data visualizationJan Willem Tulp
55.5K visualizações51 slides
Data Visualization por
Data VisualizationData Visualization
Data VisualizationMarco Torchiano
901 visualizações107 slides

Mais conteúdo relacionado

Mais procurados

Telling stories with data slideshare por
Telling stories with data   slideshareTelling stories with data   slideshare
Telling stories with data slideshareCathie Howe
2.9K visualizações32 slides
Storytelling with Data por
Storytelling with Data Storytelling with Data
Storytelling with Data Angela Cornelius
4.1K visualizações25 slides
Storytelling with data and data visualization por
Storytelling with data and data visualizationStorytelling with data and data visualization
Storytelling with data and data visualizationFrehiwot Mulugeta
1.6K visualizações20 slides
Data visualization por
Data visualizationData visualization
Data visualizationSubarna Natarajan
359 visualizações16 slides
Data Visualization in Data Science por
Data Visualization in Data ScienceData Visualization in Data Science
Data Visualization in Data ScienceMaloy Manna, PMP®
3.3K visualizações34 slides
Data visualisation & analytics with Tableau por
Data visualisation & analytics with Tableau Data visualisation & analytics with Tableau
Data visualisation & analytics with Tableau Outreach Digital
5.2K visualizações31 slides

Mais procurados(20)

Telling stories with data slideshare por Cathie Howe
Telling stories with data   slideshareTelling stories with data   slideshare
Telling stories with data slideshare
Cathie Howe2.9K visualizações
Storytelling with Data por Angela Cornelius
Storytelling with Data Storytelling with Data
Storytelling with Data
Angela Cornelius4.1K visualizações
Storytelling with data and data visualization por Frehiwot Mulugeta
Storytelling with data and data visualizationStorytelling with data and data visualization
Storytelling with data and data visualization
Frehiwot Mulugeta1.6K visualizações
Data visualization por Subarna Natarajan
Data visualizationData visualization
Data visualization
Subarna Natarajan359 visualizações
Data Visualization in Data Science por Maloy Manna, PMP®
Data Visualization in Data ScienceData Visualization in Data Science
Data Visualization in Data Science
Maloy Manna, PMP®3.3K visualizações
Data visualisation & analytics with Tableau por Outreach Digital
Data visualisation & analytics with Tableau Data visualisation & analytics with Tableau
Data visualisation & analytics with Tableau
Outreach Digital5.2K visualizações
Data Visualization With Tableau | Edureka por Edureka!
Data Visualization With Tableau | EdurekaData Visualization With Tableau | Edureka
Data Visualization With Tableau | Edureka
Edureka!1.4K visualizações
Data visualization introduction por ManokamnaKochar1
Data visualization introductionData visualization introduction
Data visualization introduction
ManokamnaKochar11.6K visualizações
Data Storytelling por Joud Khattab
Data StorytellingData Storytelling
Data Storytelling
Joud Khattab6.1K visualizações
Exploratory data analysis por Gramener
Exploratory data analysisExploratory data analysis
Exploratory data analysis
Gramener7.6K visualizações
Tableau PPT por sterlingit
Tableau PPTTableau PPT
Tableau PPT
sterlingit4.9K visualizações
Exploratory data analysis data visualization por Dr. Hamdan Al-Sabri
Exploratory data analysis data visualizationExploratory data analysis data visualization
Exploratory data analysis data visualization
Dr. Hamdan Al-Sabri5.1K visualizações
10 Principles for Data Storytelling por Damian Radcliffe
10 Principles for Data Storytelling10 Principles for Data Storytelling
10 Principles for Data Storytelling
Damian Radcliffe2.4K visualizações
Tableau Visual analytics complete deck 2 por Arun K
Tableau Visual analytics complete deck 2Tableau Visual analytics complete deck 2
Tableau Visual analytics complete deck 2
Arun K1.1K visualizações
Tableau por PRATIK PATAWARI
TableauTableau
Tableau
PRATIK PATAWARI146 visualizações
Data stories - how to combine the power storytelling with effective data visu... por Coincidencity
Data stories - how to combine the power storytelling with effective data visu...Data stories - how to combine the power storytelling with effective data visu...
Data stories - how to combine the power storytelling with effective data visu...
Coincidencity27.8K visualizações
Data Visualization: Impact, Intrigue, Value Add for APLIC 2014 por Amanda Makulec
Data Visualization: Impact, Intrigue, Value Add for APLIC 2014Data Visualization: Impact, Intrigue, Value Add for APLIC 2014
Data Visualization: Impact, Intrigue, Value Add for APLIC 2014
Amanda Makulec1.1K visualizações
"Introduction to Data Visualization" Workshop for General Assembly by Hunter ... por Hunter Whitney
"Introduction to Data Visualization" Workshop for General Assembly by Hunter ..."Introduction to Data Visualization" Workshop for General Assembly by Hunter ...
"Introduction to Data Visualization" Workshop for General Assembly by Hunter ...
Hunter Whitney3.2K visualizações

Similar a Data Visualization 101: How to Design Charts and Graphs

Guía sobre como diseñar graficos para tus informes por
Guía sobre como diseñar graficos para tus informesGuía sobre como diseñar graficos para tus informes
Guía sobre como diseñar graficos para tus informesGroupM Spain
917 visualizações25 slides
Data Visualization Technique - How to Design Charts and Graphs por
Data Visualization Technique - How to Design Charts and GraphsData Visualization Technique - How to Design Charts and Graphs
Data Visualization Technique - How to Design Charts and GraphsIntegrated Systems Management, Inc.
6.2K visualizações24 slides
Writing Figures, grap por
Writing Figures, grapWriting Figures, grap
Writing Figures, grapjuvinmiscala
887 visualizações25 slides
Charissa Kristine B por
Charissa Kristine BCharissa Kristine B
Charissa Kristine Bjuvinmiscala
343 visualizações25 slides
Making sense of data - Learning Lab 2021 por
Making sense of data - Learning Lab 2021Making sense of data - Learning Lab 2021
Making sense of data - Learning Lab 2021Improvement Skills Consulting Ltd.
240 visualizações9 slides
Bigdata por
BigdataBigdata
Bigdatasakthibalabalamuruga
66 visualizações23 slides

Similar a Data Visualization 101: How to Design Charts and Graphs(20)

Guía sobre como diseñar graficos para tus informes por GroupM Spain
Guía sobre como diseñar graficos para tus informesGuía sobre como diseñar graficos para tus informes
Guía sobre como diseñar graficos para tus informes
GroupM Spain917 visualizações
Writing Figures, grap por juvinmiscala
Writing Figures, grapWriting Figures, grap
Writing Figures, grap
juvinmiscala887 visualizações
Charissa Kristine B por juvinmiscala
Charissa Kristine BCharissa Kristine B
Charissa Kristine B
juvinmiscala343 visualizações
Different types of charts por Zakaria Salim
Different types of chartsDifferent types of charts
Different types of charts
Zakaria Salim10.1K visualizações
Data mining por DEEPIKA T
Data miningData mining
Data mining
DEEPIKA T34 visualizações
Tables and-figures-business-research por rowenahurley1
Tables and-figures-business-researchTables and-figures-business-research
Tables and-figures-business-research
rowenahurley1281 visualizações
How to visualize web analytics data and choose a graph? por Janvi Arora
How to visualize web analytics data and choose a graph?How to visualize web analytics data and choose a graph?
How to visualize web analytics data and choose a graph?
Janvi Arora98 visualizações
LIB300 Week 6 Using Visuals por Dr. Russell Rodrigo
LIB300 Week 6 Using VisualsLIB300 Week 6 Using Visuals
LIB300 Week 6 Using Visuals
Dr. Russell Rodrigo1.2K visualizações
Geographical Skills por clemaitre
Geographical SkillsGeographical Skills
Geographical Skills
clemaitre22.1K visualizações
LIB300_Using Visuals_week 8 por SvetlanaPozhidaeva1
LIB300_Using Visuals_week 8LIB300_Using Visuals_week 8
LIB300_Using Visuals_week 8
SvetlanaPozhidaeva1606 visualizações
12 ways to visalize data por Sisense
12 ways to visalize data12 ways to visalize data
12 ways to visalize data
Sisense248 visualizações
LIB300 Using Visuals week 6 por SvetlanaPozhidaeva1
LIB300 Using Visuals week 6LIB300 Using Visuals week 6
LIB300 Using Visuals week 6
SvetlanaPozhidaeva1969 visualizações
Vsual analysis.pptx por DPBarboa
Vsual analysis.pptxVsual analysis.pptx
Vsual analysis.pptx
DPBarboa6 visualizações
From data to diagrams: an introduction to basic graphs and charts por School of Data
From data to diagrams: an introduction to basic graphs and chartsFrom data to diagrams: an introduction to basic graphs and charts
From data to diagrams: an introduction to basic graphs and charts
School of Data1.2K visualizações
Graphicalrepresntationofdatausingstatisticaltools2019_210902_105156.pdf por Himakshi7
Graphicalrepresntationofdatausingstatisticaltools2019_210902_105156.pdfGraphicalrepresntationofdatausingstatisticaltools2019_210902_105156.pdf
Graphicalrepresntationofdatausingstatisticaltools2019_210902_105156.pdf
Himakshi778 visualizações

Último

Ukraine Infographic_22NOV2023_v2.pdf por
Ukraine Infographic_22NOV2023_v2.pdfUkraine Infographic_22NOV2023_v2.pdf
Ukraine Infographic_22NOV2023_v2.pdfAnastosiyaGurin
1.3K visualizações3 slides
Advanced_Recommendation_Systems_Presentation.pptx por
Advanced_Recommendation_Systems_Presentation.pptxAdvanced_Recommendation_Systems_Presentation.pptx
Advanced_Recommendation_Systems_Presentation.pptxneeharikasingh29
5 visualizações9 slides
CRIJ4385_Death Penalty_F23.pptx por
CRIJ4385_Death Penalty_F23.pptxCRIJ4385_Death Penalty_F23.pptx
CRIJ4385_Death Penalty_F23.pptxyvettemm100
6 visualizações24 slides
Vikas 500 BIG DATA TECHNOLOGIES LAB.pdf por
Vikas 500 BIG DATA TECHNOLOGIES LAB.pdfVikas 500 BIG DATA TECHNOLOGIES LAB.pdf
Vikas 500 BIG DATA TECHNOLOGIES LAB.pdfvikas12611618
8 visualizações30 slides
[DSC Europe 23] Zsolt Feleki - Machine Translation should we trust it.pptx por
[DSC Europe 23] Zsolt Feleki - Machine Translation should we trust it.pptx[DSC Europe 23] Zsolt Feleki - Machine Translation should we trust it.pptx
[DSC Europe 23] Zsolt Feleki - Machine Translation should we trust it.pptxDataScienceConferenc1
5 visualizações12 slides
Binder1.pdf por
Binder1.pdfBinder1.pdf
Binder1.pdfEstherSita2
10 visualizações21 slides

Último(20)

Ukraine Infographic_22NOV2023_v2.pdf por AnastosiyaGurin
Ukraine Infographic_22NOV2023_v2.pdfUkraine Infographic_22NOV2023_v2.pdf
Ukraine Infographic_22NOV2023_v2.pdf
AnastosiyaGurin1.3K visualizações
Advanced_Recommendation_Systems_Presentation.pptx por neeharikasingh29
Advanced_Recommendation_Systems_Presentation.pptxAdvanced_Recommendation_Systems_Presentation.pptx
Advanced_Recommendation_Systems_Presentation.pptx
neeharikasingh295 visualizações
CRIJ4385_Death Penalty_F23.pptx por yvettemm100
CRIJ4385_Death Penalty_F23.pptxCRIJ4385_Death Penalty_F23.pptx
CRIJ4385_Death Penalty_F23.pptx
yvettemm1006 visualizações
Vikas 500 BIG DATA TECHNOLOGIES LAB.pdf por vikas12611618
Vikas 500 BIG DATA TECHNOLOGIES LAB.pdfVikas 500 BIG DATA TECHNOLOGIES LAB.pdf
Vikas 500 BIG DATA TECHNOLOGIES LAB.pdf
vikas126116188 visualizações
[DSC Europe 23] Zsolt Feleki - Machine Translation should we trust it.pptx por DataScienceConferenc1
[DSC Europe 23] Zsolt Feleki - Machine Translation should we trust it.pptx[DSC Europe 23] Zsolt Feleki - Machine Translation should we trust it.pptx
[DSC Europe 23] Zsolt Feleki - Machine Translation should we trust it.pptx
DataScienceConferenc15 visualizações
Binder1.pdf por EstherSita2
Binder1.pdfBinder1.pdf
Binder1.pdf
EstherSita210 visualizações
Organic Shopping in Google Analytics 4.pdf por GA4 Tutorials
Organic Shopping in Google Analytics 4.pdfOrganic Shopping in Google Analytics 4.pdf
Organic Shopping in Google Analytics 4.pdf
GA4 Tutorials11 visualizações
Cross-network in Google Analytics 4.pdf por GA4 Tutorials
Cross-network in Google Analytics 4.pdfCross-network in Google Analytics 4.pdf
Cross-network in Google Analytics 4.pdf
GA4 Tutorials6 visualizações
UNEP FI CRS Climate Risk Results.pptx por pekka28
UNEP FI CRS Climate Risk Results.pptxUNEP FI CRS Climate Risk Results.pptx
UNEP FI CRS Climate Risk Results.pptx
pekka2811 visualizações
SUPER STORE SQL PROJECT.pptx por khan888620
SUPER STORE SQL PROJECT.pptxSUPER STORE SQL PROJECT.pptx
SUPER STORE SQL PROJECT.pptx
khan88862012 visualizações
How Leaders See Data? (Level 1) por Narendra Narendra
How Leaders See Data? (Level 1)How Leaders See Data? (Level 1)
How Leaders See Data? (Level 1)
Narendra Narendra13 visualizações
[DSC Europe 23] Milos Grubjesic Empowering Business with Pepsico s Advanced M... por DataScienceConferenc1
[DSC Europe 23] Milos Grubjesic Empowering Business with Pepsico s Advanced M...[DSC Europe 23] Milos Grubjesic Empowering Business with Pepsico s Advanced M...
[DSC Europe 23] Milos Grubjesic Empowering Business with Pepsico s Advanced M...
DataScienceConferenc15 visualizações
Chapter 3b- Process Communication (1) (1)(1) (1).pptx por ayeshabaig2004
Chapter 3b- Process Communication (1) (1)(1) (1).pptxChapter 3b- Process Communication (1) (1)(1) (1).pptx
Chapter 3b- Process Communication (1) (1)(1) (1).pptx
ayeshabaig20045 visualizações
Survey on Factuality in LLM's.pptx por NeethaSherra1
Survey on Factuality in LLM's.pptxSurvey on Factuality in LLM's.pptx
Survey on Factuality in LLM's.pptx
NeethaSherra15 visualizações
[DSC Europe 23] Spela Poklukar & Tea Brasanac - Retrieval Augmented Generation por DataScienceConferenc1
[DSC Europe 23] Spela Poklukar & Tea Brasanac - Retrieval Augmented Generation[DSC Europe 23] Spela Poklukar & Tea Brasanac - Retrieval Augmented Generation
[DSC Europe 23] Spela Poklukar & Tea Brasanac - Retrieval Augmented Generation
DataScienceConferenc17 visualizações
RIO GRANDE SUPPLY COMPANY INC, JAYSON.docx por JaysonGarabilesEspej
RIO GRANDE SUPPLY COMPANY INC, JAYSON.docxRIO GRANDE SUPPLY COMPANY INC, JAYSON.docx
RIO GRANDE SUPPLY COMPANY INC, JAYSON.docx
JaysonGarabilesEspej6 visualizações
Short Story Assignment by Kelly Nguyen por kellynguyen01
Short Story Assignment by Kelly NguyenShort Story Assignment by Kelly Nguyen
Short Story Assignment by Kelly Nguyen
kellynguyen0119 visualizações
TGP 2.docx por sandi636490
TGP 2.docxTGP 2.docx
TGP 2.docx
sandi63649010 visualizações

Data Visualization 101: How to Design Charts and Graphs

  • 1. + DATA VISUALIZATION 101: HOW TO DESIGN CHARTS AND GRAPHS
  • 2. TABLE OF CONTENTS INTRO Bar Chart Pie Chart Line Chart Area Chart Scatter Plot Bubble Chart Heat Map 6 9 11 13 15 17 19 1 FINDING THE STORY IN YOUR DATA KNOW YOUR DATA GUIDE TO CHART TYPES 10 DATA DESIGN DO’S AND DONT’S 2 3 5 21
  • 3. If your data is misrepresented or presented ineffectively, key insights and understanding are lost, which hurts both your message and your reputation. The good news is that you don’t need a PhD in statistics to crack the data visualization code. This guide will walk you through the most common charts and visualizations, help you choose the right presentation for your data, and give you practical design tips and tricks to make sure you avoid rookie mistakes. It’s everything you need to help your data make a big impact. What’s the ideal distance between columns in a bar chart? Your data is only as good as your ability to understand and communicate it, which is why choosing the right visualization is essential. You’re about to find out. 1
  • 4. FINDING THE STORY IN YOUR DATA Information can be visualized in a number of ways, each of which can provide a specific insight. When you start to work with your data, it’s important to identify and understand the story you are trying to tell and the relationship you are looking to show. Knowing this information will help you select the proper visualization to best deliver your message. When analyzing data, search for patterns or interesting insights that can be a good starting place for finding your story, such as: TRENDS CORRELATIONS OUTLIERS Example: Ice cream sales over time Example: Ice cream sales vs. temperature Example: Ice cream sales in an unusual region 2
  • 5. CONTINUOUS DISCRETE CATEGORICAL QUANTITATIVE Before understanding visualizations, you must understand the types of data that can be visualized and their relationships to each other. Here are some of the most common you are likely to encounter. Data that can be sorted according to group or category. Example: Types of products sold. Numerical data that has a finite number of possible values. Example: Number of employees in the office. Data that is measured and has a value within a range. Example: Rainfall in a year. Data that can be counted or measured; all values are numerical. KNOW YOUR DATA DATA TYPES 3
  • 6. PART-TO-WHOLE RELATIONSHIPS This shows a subset of data compared to the larger whole. Example: Percentage of customers purchasing specific products. DISTRIBUTION This shows data distribution, often around a central value. Example: Heights of players on a basketball team. TIME-SERIES This tracks changes in values of a consistent metric over time. Example: Monthly sales. RANKING This shows how two or more values compare to each other in relative magnitude. Example: Historic weather patterns, ranked from the hottest months to the coldest. DEVIATION This examines how data points relate to each other, particularly how far any given data point differs from the mean. Example: Amusement park tickets sold on a rainy day vs. a regular day. CORRELATION This is data with two or more variables that may demonstrate a positive or negative correlation to each other. Example: Salaries according to education level. Now that you’ve got a handle on the most common data types and relationships you’ll most likely have to work with, let’s dive into the different ways you can visualize that data to get your point across. NOMINAL COMPARISON This is a simple comparison of the quantitative values of subcategories. Example: Number of visitors to various websites. DATA RELATIONSHIPS 4
  • 7. GUIDE TO CHART TYPES In this section, we’ll cover the uses, variations, and best practices for some of the most common data visualizations: BAR CHART PIE CHART LINE CHART AREA CHART SCATTER PLOT BUBBLE CHART HEAT MAP 5
  • 8. CONTENT PUBLISHED, BY CATEGORY VARIATIONS OF BAR CHARTS Bar charts are very versatile. They are best used to show change over time, compare different categories, or compare parts of a whole. BAR CHART VERTICAL (COLUMN CHART) Best used for chronological data (time-series should always run left to right), or when visualizing negative values below the x-axis. 6 HORIZONTAL Best used for data with long category labels. PAGE VIEWS, BY MONTH
  • 9. 100% STACKED Best used when the total value of each category is unimportant and percentage distribution of subcategories is the primary message. VARIATIONS OF BAR CHARTS (CONT.) BAR CHART 7 STACKED Best used when there is a need to compare multiple part-to-whole relationships. These can use discrete or continuous data, oriented either vertically or horizontally. MONTHLY TRAFFIC, BY SOURCE PERCENTAGE OF CONTENT PUBLISHED, BY MONTH
  • 10. DESIGN BEST PRACTICES START THE Y-AXIS VALUE AT 0 Starting at a value above zero truncates the bars and doesn’t accurately reflect the full value. USE HORIZONTAL LABELS Avoid steep diagonal or vertical type, as it can be difficult to read. ORDER DATA APPROPRIATELY Order categories alphabetically, sequentially, or by value. SPACE BARS APPROPRIATELY Space between bars should be ½ bar width. USE CONSISTENT COLORS Use one color for bar charts. You may use an accent color to highlight a significant data point. BAR CHART 8
  • 11. VARIATIONS OF PIE CHARTS THE CASE AGAINST THE PIE CHART Pie charts are best used for making part-to-whole comparisons with discrete or continuous data. They are most impactful with a small data set. The pie chart is one of the most popular chart types. However, some critics, such as data visualization expert Stephen Few, are not fans. They argue that we are really only able to gauge the size of pie slices if they are in familiar percentages (25%, 50%, 75%, 100%) and positions, because they are common angles. We interpret other angles inconsistently, making it difficult to compare relative sizes and therefore less effective. STANDARD Used to show part-to-whole relationships. DONUT Stylistic variation that enables the inclusion of a total value or design element in the center. PIE CHART 9
  • 12. DESIGN BEST PRACTICES VISUALIZE NO MORE THAN 5 CATEGORIES PER CHART It is difficult to differentiate between small values; depicting too many slices decreases the impact of the visualization. If needed, you can group smaller values into an “other” or “miscellaneous” category, but make sure it does not hide interesting or significant information. DON’T USE MULTIPLE PIE CHARTS FOR COMPARISON Slice sizes are very difficult to compare side-by-side. Use a stacked bar chart instead. ORDER SLICES CORRECTLY There are two ways to order sections, both of which are meant to aid comprehension: OPTION 1 Place the largest section at 12 o’clock, going clockwise. Place the second largest section at 12 o’clock, going counterclockwise. The remaining sections can be placed below, continuing counterclockwise. OPTION 2 Start the largest section at 12 o’clock, going clockwise. Place remaining sections in descending order, going clockwise. MAKE SURE ALL DATA ADDS UP TO 100% Verify that values total 100% and that pie slices are sized proportionate to their corresponding value. PIE CHART 10 1 5 4 3 2 1 2 3 4 5
  • 13. Line charts are used to show time-series relationships with continuous data. They help show trend, acceleration, deceleration, and volatility. LINE CHART 11
  • 14. DON’T PLOT MORE THAN 4 LINES If you need to display more, break them out into separate charts for better comparison. USE SOLID LINES ONLY Dashed and dotted lines can be distracting. USE THE RIGHT HEIGHT Plot all data points so that the line chart takes up approximately two-thirds of the y-axis’ total scale. INCLUDE A ZERO BASELINE IF POSSIBLE Although a line chart does not have to start at a zero baseline, it should be included if possible. If relatively small fluctuations in data are meaningful (e.g., in stock market data), you may truncate the scale to showcase these variances. LABEL THE LINES DIRECTLY This lets readers quickly identify lines and corresponding labels instead of referencing a legend. LINE CHART DESIGN BEST PRACTICES 12
  • 15. AREA CHART STACKED AREA 100% STACKED AREA Area charts depict a time-series relationship, but they are different than line charts in that they can represent volume. Best used to show or compare a quantitative progression over time. Best used to visualize part-to-whole relationships, helping show how each category contributes to the cumulative total. Best used to show distribution of categories as part of a whole, where the cumulative total is unimportant. AREA CHART VARIATIONS OF AREA CHARTS 13
  • 16. DON’T DISPLAY MORE THAN 4 DATA CATEGORIES Too many will result in a cluttered visual that is difficult to decipher. MAKE IT EASY TO READ In stacked area charts, arrange data to position categories with highly variable data on the top of the chart and low variability on the bottom. START Y-AXIS VALUE AT 0 Starting the axis above zero truncates the visualization of values. USE TRANSPARENT COLORS In standard area charts, ensure data isn’t obscured in the background by ordering thoughtfully and using transparency. DON’T USE AREA CHARTS TO DISPLAY DISCRETE DATA The connected lines imply intermediate values, which only exist with continuous data. AREA CHART DESIGN BEST PRACTICES 14
  • 17. Scatter plots show the relationship between items based on two sets of variables. They are best used to show correlation in a large amount of data. SCATTER PLOT 15
  • 18. START Y-AXIS VALUE AT 0 Starting the axis above zero truncates the visualization of values. USE TREND LINES These help draw correlation between the variables to show trends. DON’T COMPARE MORE THAN 2 TREND LINES Too many lines make data difficult to interpret. INCLUDE MORE VARIABLES Use size and dot color to encode additional data variables. SCATTER PLOT DESIGN BEST PRACTICES 16
  • 19. BUBBLE PLOT BUBBLE MAP Bubble charts are good for displaying nominal comparisons or ranking relationships. This is a scatter plot with bubbles, best used to display an additional variable. Best used for visualizing values for specific geographic regions. BUBBLE CHART VARIATIONS OF BUBBLE CHARTS 17
  • 20. SIZE BUBBLES APPROPRIATELY DON’T USE ODD SHAPESMAKE SURE LABELS ARE VISIBLE Bubbles should be scaled according to area, not diameter. Avoid adding too much detail or using shapes that are not entirely circular; this can lead to inaccuracies. All labels should be unobstructed and easily identified with the corresponding bubble. DESIGN BEST PRACTICES BUBBLE CHART 18
  • 21. Heat maps display categorical data, using intensity of color to represent values of geographic areas or data tables. HEAT MAP 19
  • 22. USE A SIMPLE MAP OUTLINE SELECT COLORS APPROPRIATELY USE PATTERNS SPARINGLY CHOOSE APPROPRIATE DATA RANGES These lines are meant to frame the data, not distract. Some colors stand out more than others, giving unnecessary weight to that data. Instead, use a single color with varying shade or a spectrum between two analogous colors to show intensity. Also remember to intuitively code color intensity according to values. A pattern overlay that indicates a second variable is acceptable, but using multiple is overwhelming and distracting. Select 3-5 numerical ranges that enable fairly even distribution of data between them. Use +/- signs to extend high and low ranges. DESIGN BEST PRACTICES FL TX NM AZ AK CA NV UT CO OR WA ID HI OK MT WY ND SD NE KS MN IA MO AR LA MS AL GA SC IL WI MI IN OH TN KY NC WV VA PA NY ME VT NH RI CT NJ DE MD MA DC HEAT MAP 20
  • 23. 1 | DO USE ONE COLOR TO REPRESENT EACH CATEGORY. 2 | DO ORDER DATA SETS USING LOGICAL HEIRARCHY. 3 | DO USE CALLOUTS TO HIGHLIGHT IMPORTANT OR INTERESTING INFORMATION. 4 | DO VISUALIZE DATA IN A WAY THAT IS EASY FOR READERS TO COMPARE VALUES. 5 | DO USE ICONS TO ENHANCE COMPREHENSION AND REDUCE UNNECESSARY LABELING. 6 | DON’T USE HIGH CONTRAST COLOR COMBINATIONS SUCH AS RED/GREEN OR BLUE/YELLOW. 7 | DON’T USE 3D CHARTS. THEY CAN SKEW PERCEPTION OF THE VISUALIZATION. 8 | DON’T ADD CHART JUNK. UNNECESSARY ILLUSTRATIONS, DROP SHADOWS, OR ORNAMENTATIONS DISTRACT FROM THE DATA. 9 | DON’T USE MORE THAN 6 COLORS IN A SINGLE LAYOUT. 10 | DON’T USE DISTRACTING FONTS OR ELEMENTS (SUCH AS BOLD, ITALIC, OR UNDERLINED TEXT). Designing your data doesn’t have to be overwhelming. With a basic understanding of how different data sets should be visualized, along with a few fundamental design tips and best practices, you can create more accurate, more effective data visualizations. Follow these 10 tips to ensure your design does your data justice. 10 DATA DESIGN DOS AND DON’TS 21
  • 24. HELP HUBSPOT IMPROVE BY RATING OUR CONTENT.
  • 25. HubSpot is the world’s leading inbound marketing and sales platform. Over 10,000 customers in 65 countries use HubSpot’s award-winning software, services, and support to create an inbound experience that will attract, engage, and delight customers. To find out how HubSpot can grow your business, watch this video overview, get a demo, or schedule a free inbound marketing assessment with one of our consultants. SOURCES: Infographics: The Power of Visual Storytelling by Ross Crooks, Jason Lankow and Josh Ritchie (Wiley 2012); The Wall Street Journal Guide to Information Graphics by Dona Wong (Dow Jones & Company 2010); Visualize This by Nathan Yau (Wiley 2011) Visage was created because we believe that good design should be available to everyone, not just organizations that can afford design agency premiums. Our unique web-based software enables non-designers to create beautiful, on-brand data visualizations and visual content. Learn more and schedule a demo at visage.co. A COLLABORATION BETWEEN: ALL CHARTS AND GRAPHS THAT APPEAR IN THIS BOOK WERE CREATED WITH VISAGE.