SlideShare uma empresa Scribd logo
1 de 67
Baixar para ler offline
Rami Sayar - @ramisayar
Technical Evangelist
Microsoft Canada
• Quick Introduction to Data Visualization
• Five Data Visualization Principles & Best Practices to Follow
• How Successful Visualizations are Designed
• Tips and Mistakes Learned with D3.js
• Working knowledge of JavaScript, D3.js and HTML5.
• Basic understanding of statistics.
FITC - @RAMISAYAR
Data visualization helps people understand data through visual display.
Communicating
knowledge clearly and
efficiently.
Displaying data to
understand cause and
effect.
“The purpose of visualization is insight, not pictures”
Ben Schneiderman
A.K.A. It’s not about aesthetics.
“#DataVisualization is not about creating
infographics for your marketing department.
- @RamiSayar #bigdata #dataviz”
I dare you to tweet that.
Off course, I have
to show you an
infographic!
Sorta…
LINK:
http://blogs.microsoft.com/work/2014/02/12/big-
data-and-the-digital-universe
Booming Field – Potentially Creating 1.9 Million Jobs.
Let’s start with this + some sample D3.js code.
The context in which data is visually placed impacts the knowledge that can
be gleaned or communicated.
Example: ‘Stop-and-Frisk’ Is All but Gone From New York by Mike Bostock
• Controversial policing tactic that involved stopping and frisking people for
what police deemed “suspicious behavior”.
• Report data composed of detailed info such as location, time, etc...
Example: ‘Stop-and-Frisk’ Is All but Gone From New York by Mike Bostock
Data Visualization Attempt 1:
Data Visualization Attempt 2
Data Visualization Attempt 3
Data Visualization Attempt 4
Example: Take Care of your Choropleth Maps by Gregor Aisch
Guardian data blog published a US poverty map…
Example: Take Care of your Choropleth
Maps by Gregor Aisch
Don’t mess around with your class limits.
Example: Take Care of your Choropleth
Maps by Gregor Aisch
Don’t mess around with your class
colors.
Example: Take Care of your Choropleth Maps by Gregor Aisch
• Place data in comparison for context, e.g. class count.
Mapping with D3.js
• D3.js includes routines for handling geographic information.
• GeoJSON is the geographic data file of choice. Fairly
complicated process to convert primary mapping information
to GeoJSON.
• Instead use: johan/world.geo.json
• TopoJSON is an extension of GeoJSON that encodes topology
instead of geometrics -> smaller data files.
Mapping with D3.js
• D3.js includes routines for handling geographic information.
• GeoJSON is the geographic data file of choice. Fairly
complicated process to convert primary mapping information
to GeoJSON.
• Use: johan/world.geo.json
• TopoJSON is an extension of GeoJSON that encodes topology
instead of geometrics -> smaller data files.
• Use: mbostock/world-atlas
• Use: mbostock/us-atlas
Mapping with D3.js
Demo: Area Choropleth
Demo: U.S. TopoJSON
• The context in which data is visually placed impacts the
knowledge that can be gleaned or communicated.
• Enforce the right comparisons for the context.
• Many problems are multivariate (i.e. multiple variables) and
that needs to be recognized in the data visualization.
The knowledge communicated through visualizations must match the
underlying data.
Because I know that’s what some of you are thinking…
• Fairly obvious point but most people miss this surprisingly… or
they do it knowingly…
Example: Truncated Y-Axis from How to Lie with Data
Visualization by Ravi Parikh
Example: Cumulative Graphs from How to Lie with Data
Visualization by Ravi Parikh
Example: Effects of Temporal Aggregation from Modern Visual
Evidence by Gregory Joseph, discovered in Visual Explanations by
Edward Tufte.
Quarterly Revenue Revenue by Fiscal Year (July 1 to June 30) Revenue by Calendar Year
Demo: Crossfilter
Crossfilter is a JavaScript library for exploring large multivariate
datasets in the browser. Crossfilter supports extremely fast
(<30ms) interaction with coordinated views, even with datasets
containing a million or more records.
• The knowledge communicated through visualizations must
match the underlying data.
• Follow convention in how you model your data and axis.
• The objective of data visualization is communicate information
to the viewer, misleading by deception or confusion (even
accidentally) will not serve your purpose.
Although devices present data in two dimensions, this desolate flatland can
be escaped.
Example: Using Three Dimensions to Show Skyline Changes.
The Bloomberg Years: Reshaping New York by NYTimes
Demo
Example: Visualizing Friendships by Paul Butler
Example: Using Three Dimensions to Convey Geographic
Information at a Global Scale
Using three dimensions incorrectly adds no value or obfuscates the data visualization.
Example: The Ebb and Flow of Movies: Box Office Receipts by NYTimes.
Yes I know, it’s
meant to be interactive.
Link: UK Temperature History
Yes I know, it’s
meant to be interactive.
Aggregating details can reveal the knowledge present in data.
On occasion, showing all the data points in one big visualization can
communicate knowledge clearly.
Example: House Hunting All Day, Every Day by Trulia Trends
Example: Will it Shuffle? By Mike Bostock
Run SHUFFLE DEMO.
Example: Life Expectancy by Nathan Yau
Layering and parallelizing data visualizations can reveal insights but be
careful not to form haystacks.
• Layering data on a common X Axis maximizes visualization of
coincidence and anomalies. Best use for time series data.
• Use Color and Transparency.
• Parallelizing data is as powerful as layering data to show
significant differences between multiple data sets.
How Likely Is It That Birth Control Could
Let You Down? By Gregor Aisch and Bill
Marsh.
Example: Introduction to Cubism by Mike Bostock
CPU Usage
Example: Introduction to Cubism by Mike Bostock
Network (10s)
Example: Introduction to Cubism by Mike Bostock
Network (5m)
Demo Cubism Sample from github.com/xaranke/cubism-intro
Books
• Anything by Edward Tufte
• Knowledge/Information is
Beautiful
• Designing News by Franchi
Conferences
• Visualized in NYC
Websites
• InformationisBeautiful.net
• FlowingData.com
• Visualizing.org
• Information Aesthetics
• VisualComplexity.com
• Mike Bostock
• D3.js Gallery
• Driven-by-data.net
• Edward Tufte - Data Scientist & Professor of PoliSci, Statistics,
CS at Yale + Princeton for 33 years - @EdwardTufte
• Mike Bostock – Graphics Editor at NYTimes + Creator of D3.js
@mbostock
• Jonathan Corum - Information Designer and NYTimes Science
Graphics Editor - @13pt
• Bret Victor – Purveyor of Impossible Dreams - @worrydream
• Gregor Aisch – Graphics Editor at NYTimes + Creator of
kartograph.js & datawrapper.js - @driven_by_data
• Introduction to Data Visualization
• Five Data Visualization Principles & Best Practices to Follow
• Context is king.
• Visualizations must match the data.
• Escape flatland when useful.
• Aggregating details can reveal the knowledge present in data.
• Layering and parallelizing data visualizations can reveal insights but be
careful not to form haystacks.
• How Successful Visualizations are Designed
FITC - @RAMISAYAR
Follow @ramisayar
FITC - @RAMISAYAR
©2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Office, Azure, System Center, Dynamics and other product names are or may be registered trademarks and/or trademarks in the
U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft
must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after
the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Mais conteúdo relacionado

Mais procurados

Creating Graphics
Creating GraphicsCreating Graphics
Creating Graphics
ProfReyman
 
9 Visualization In E Social Science
9 Visualization In E Social Science9 Visualization In E Social Science
9 Visualization In E Social Science
Webometrics Class
 

Mais procurados (20)

Creating Graphics
Creating GraphicsCreating Graphics
Creating Graphics
 
Design process
Design processDesign process
Design process
 
Uses of maps and illustrations in newspaper
Uses of maps and illustrations in newspaperUses of maps and illustrations in newspaper
Uses of maps and illustrations in newspaper
 
Gis
GisGis
Gis
 
Data visualisation
Data visualisationData visualisation
Data visualisation
 
2016 urisa track: ring pattern of older adult population in urban areas by y...
2016 urisa track:  ring pattern of older adult population in urban areas by y...2016 urisa track:  ring pattern of older adult population in urban areas by y...
2016 urisa track: ring pattern of older adult population in urban areas by y...
 
The Inquisitive Data Scientist: Facilitating Well-Informed Data Science throu...
The Inquisitive Data Scientist: Facilitating Well-Informed Data Science throu...The Inquisitive Data Scientist: Facilitating Well-Informed Data Science throu...
The Inquisitive Data Scientist: Facilitating Well-Informed Data Science throu...
 
Ahlqvist gls11
Ahlqvist gls11Ahlqvist gls11
Ahlqvist gls11
 
Three dimensional (3D) GIS
Three dimensional (3D) GISThree dimensional (3D) GIS
Three dimensional (3D) GIS
 
Spatial is (not) special - Adventures in location-based data
Spatial is (not) special - Adventures in location-based dataSpatial is (not) special - Adventures in location-based data
Spatial is (not) special - Adventures in location-based data
 
9 Visualization In E Social Science
9 Visualization In E Social Science9 Visualization In E Social Science
9 Visualization In E Social Science
 
Spatial analysis and Analysis Tools
Spatial analysis and Analysis ToolsSpatial analysis and Analysis Tools
Spatial analysis and Analysis Tools
 
100% training accuracy without overfitting
100% training accuracy without overfitting100% training accuracy without overfitting
100% training accuracy without overfitting
 
Cyril Connolly, Lecturer, IADT, Dun Laoghaire: Visualising Road Accident Data
Cyril Connolly, Lecturer, IADT, Dun Laoghaire: Visualising Road Accident Data Cyril Connolly, Lecturer, IADT, Dun Laoghaire: Visualising Road Accident Data
Cyril Connolly, Lecturer, IADT, Dun Laoghaire: Visualising Road Accident Data
 
Succeeding with GIS: Keynote at GISRUK 2019
Succeeding with GIS: Keynote at GISRUK 2019Succeeding with GIS: Keynote at GISRUK 2019
Succeeding with GIS: Keynote at GISRUK 2019
 
A Tour through the Data Vizualization Zoo - Communications of the ACM
A Tour through the Data Vizualization Zoo - Communications of the ACMA Tour through the Data Vizualization Zoo - Communications of the ACM
A Tour through the Data Vizualization Zoo - Communications of the ACM
 
GIS.INTRODUCTION TO GIS PACKAGES &GEOGRAPHIIC ANALYSIS
GIS.INTRODUCTION TO GIS PACKAGES &GEOGRAPHIIC ANALYSISGIS.INTRODUCTION TO GIS PACKAGES &GEOGRAPHIIC ANALYSIS
GIS.INTRODUCTION TO GIS PACKAGES &GEOGRAPHIIC ANALYSIS
 
Intro to Internet Mapping (epan 2011)
Intro to Internet Mapping (epan 2011)Intro to Internet Mapping (epan 2011)
Intro to Internet Mapping (epan 2011)
 
Creating Compelling Infographics
Creating Compelling InfographicsCreating Compelling Infographics
Creating Compelling Infographics
 
"Tears"
"Tears" "Tears"
"Tears"
 

Semelhante a FITC - Data Visualization in Practice

20151016 Data Science For Project Managers
20151016 Data Science For Project Managers20151016 Data Science For Project Managers
20151016 Data Science For Project Managers
Tze-Yiu Yong
 
International Conference on Smart Computing and Electronic Ent.docx
International Conference on Smart Computing and Electronic Ent.docxInternational Conference on Smart Computing and Electronic Ent.docx
International Conference on Smart Computing and Electronic Ent.docx
vrickens
 
International Conference on Smart Computing and Electronic Ent.docx
International Conference on Smart Computing and Electronic Ent.docxInternational Conference on Smart Computing and Electronic Ent.docx
International Conference on Smart Computing and Electronic Ent.docx
doylymaura
 

Semelhante a FITC - Data Visualization in Practice (20)

BigData Visualization and Usecase@TDGA-Stelligence-11july2019-share
BigData Visualization and Usecase@TDGA-Stelligence-11july2019-shareBigData Visualization and Usecase@TDGA-Stelligence-11july2019-share
BigData Visualization and Usecase@TDGA-Stelligence-11july2019-share
 
Data science unit1
Data science unit1Data science unit1
Data science unit1
 
chapter 6 data visualization ppt.pptx
chapter 6 data visualization ppt.pptxchapter 6 data visualization ppt.pptx
chapter 6 data visualization ppt.pptx
 
Big data v4.0
Big data v4.0Big data v4.0
Big data v4.0
 
Data science.chapter-1,2,3
Data science.chapter-1,2,3Data science.chapter-1,2,3
Data science.chapter-1,2,3
 
Data Modeling Techniques
Data Modeling TechniquesData Modeling Techniques
Data Modeling Techniques
 
Imagining a Physical Future for Digital Journalism
Imagining a Physical Future for Digital JournalismImagining a Physical Future for Digital Journalism
Imagining a Physical Future for Digital Journalism
 
Keynote: Graphs in Government_Lance Walter, CMO
Keynote:  Graphs in Government_Lance Walter, CMOKeynote:  Graphs in Government_Lance Walter, CMO
Keynote: Graphs in Government_Lance Walter, CMO
 
20151016 Data Science For Project Managers
20151016 Data Science For Project Managers20151016 Data Science For Project Managers
20151016 Data Science For Project Managers
 
Big data visualization
Big data visualizationBig data visualization
Big data visualization
 
DAS Slides: Graph Databases — Practical Use Cases
DAS Slides: Graph Databases — Practical Use CasesDAS Slides: Graph Databases — Practical Use Cases
DAS Slides: Graph Databases — Practical Use Cases
 
Big MDM Part 2: Using a Graph Database for MDM and Relationship Management
Big MDM Part 2: Using a Graph Database for MDM and Relationship ManagementBig MDM Part 2: Using a Graph Database for MDM and Relationship Management
Big MDM Part 2: Using a Graph Database for MDM and Relationship Management
 
International Conference on Smart Computing and Electronic Ent.docx
International Conference on Smart Computing and Electronic Ent.docxInternational Conference on Smart Computing and Electronic Ent.docx
International Conference on Smart Computing and Electronic Ent.docx
 
International Conference on Smart Computing and Electronic Ent.docx
International Conference on Smart Computing and Electronic Ent.docxInternational Conference on Smart Computing and Electronic Ent.docx
International Conference on Smart Computing and Electronic Ent.docx
 
Big Data
Big DataBig Data
Big Data
 
Data journalism presentation
Data journalism presentationData journalism presentation
Data journalism presentation
 
Map Reduce in Big fata
Map Reduce in Big fataMap Reduce in Big fata
Map Reduce in Big fata
 
Data-Ed Slides: Data-Centric Strategy & Roadmap - Supercharging Your Business
Data-Ed Slides: Data-Centric Strategy & Roadmap - Supercharging Your BusinessData-Ed Slides: Data-Centric Strategy & Roadmap - Supercharging Your Business
Data-Ed Slides: Data-Centric Strategy & Roadmap - Supercharging Your Business
 
Data visualization in a Nutshell
Data visualization in a NutshellData visualization in a Nutshell
Data visualization in a Nutshell
 
Visualizing Big Data with augmented and virtual reality
Visualizing Big Data with augmented and virtual realityVisualizing Big Data with augmented and virtual reality
Visualizing Big Data with augmented and virtual reality
 

Mais de Rami Sayar

Mais de Rami Sayar (12)

Introduction to React Native
Introduction to React NativeIntroduction to React Native
Introduction to React Native
 
FITC - Exploring Art-Directed Responsive Images
FITC - Exploring Art-Directed Responsive ImagesFITC - Exploring Art-Directed Responsive Images
FITC - Exploring Art-Directed Responsive Images
 
Web a Quebec - JS Debugging
Web a Quebec - JS DebuggingWeb a Quebec - JS Debugging
Web a Quebec - JS Debugging
 
An Intense Overview of the React Ecosystem
An Intense Overview of the React EcosystemAn Intense Overview of the React Ecosystem
An Intense Overview of the React Ecosystem
 
Creating Beautiful CSS3 Animations - FITC Amsterdam 2016
Creating Beautiful CSS3 Animations - FITC Amsterdam 2016Creating Beautiful CSS3 Animations - FITC Amsterdam 2016
Creating Beautiful CSS3 Animations - FITC Amsterdam 2016
 
Here Be Dragons - Debugging WordPress
Here Be Dragons - Debugging WordPressHere Be Dragons - Debugging WordPress
Here Be Dragons - Debugging WordPress
 
FITC - Here Be Dragons: Advanced JavaScript Debugging
FITC - Here Be Dragons: Advanced JavaScript DebuggingFITC - Here Be Dragons: Advanced JavaScript Debugging
FITC - Here Be Dragons: Advanced JavaScript Debugging
 
What's New in ES6 for Web Devs
What's New in ES6 for Web DevsWhat's New in ES6 for Web Devs
What's New in ES6 for Web Devs
 
Scalable Django Architecture
Scalable Django ArchitectureScalable Django Architecture
Scalable Django Architecture
 
The State of WebSockets in Django
The State of WebSockets in DjangoThe State of WebSockets in Django
The State of WebSockets in Django
 
FITC - Bootstrap Unleashed
FITC - Bootstrap UnleashedFITC - Bootstrap Unleashed
FITC - Bootstrap Unleashed
 
FITC - Node.js 101
FITC - Node.js 101FITC - Node.js 101
FITC - Node.js 101
 

Último

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Último (20)

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 

FITC - Data Visualization in Practice

  • 1. Rami Sayar - @ramisayar Technical Evangelist Microsoft Canada
  • 2. • Quick Introduction to Data Visualization • Five Data Visualization Principles & Best Practices to Follow • How Successful Visualizations are Designed • Tips and Mistakes Learned with D3.js
  • 3. • Working knowledge of JavaScript, D3.js and HTML5. • Basic understanding of statistics.
  • 5. Data visualization helps people understand data through visual display.
  • 6. Communicating knowledge clearly and efficiently. Displaying data to understand cause and effect.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13. “The purpose of visualization is insight, not pictures” Ben Schneiderman A.K.A. It’s not about aesthetics.
  • 14. “#DataVisualization is not about creating infographics for your marketing department. - @RamiSayar #bigdata #dataviz” I dare you to tweet that.
  • 15.
  • 16.
  • 17.
  • 18. Off course, I have to show you an infographic! Sorta… LINK: http://blogs.microsoft.com/work/2014/02/12/big- data-and-the-digital-universe
  • 19. Booming Field – Potentially Creating 1.9 Million Jobs.
  • 20.
  • 21.
  • 22. Let’s start with this + some sample D3.js code.
  • 23. The context in which data is visually placed impacts the knowledge that can be gleaned or communicated.
  • 24. Example: ‘Stop-and-Frisk’ Is All but Gone From New York by Mike Bostock • Controversial policing tactic that involved stopping and frisking people for what police deemed “suspicious behavior”. • Report data composed of detailed info such as location, time, etc...
  • 25. Example: ‘Stop-and-Frisk’ Is All but Gone From New York by Mike Bostock Data Visualization Attempt 1:
  • 29. Example: Take Care of your Choropleth Maps by Gregor Aisch Guardian data blog published a US poverty map…
  • 30. Example: Take Care of your Choropleth Maps by Gregor Aisch Don’t mess around with your class limits.
  • 31. Example: Take Care of your Choropleth Maps by Gregor Aisch Don’t mess around with your class colors.
  • 32. Example: Take Care of your Choropleth Maps by Gregor Aisch • Place data in comparison for context, e.g. class count.
  • 33. Mapping with D3.js • D3.js includes routines for handling geographic information. • GeoJSON is the geographic data file of choice. Fairly complicated process to convert primary mapping information to GeoJSON. • Instead use: johan/world.geo.json • TopoJSON is an extension of GeoJSON that encodes topology instead of geometrics -> smaller data files.
  • 34. Mapping with D3.js • D3.js includes routines for handling geographic information. • GeoJSON is the geographic data file of choice. Fairly complicated process to convert primary mapping information to GeoJSON. • Use: johan/world.geo.json • TopoJSON is an extension of GeoJSON that encodes topology instead of geometrics -> smaller data files. • Use: mbostock/world-atlas • Use: mbostock/us-atlas
  • 35. Mapping with D3.js Demo: Area Choropleth Demo: U.S. TopoJSON
  • 36. • The context in which data is visually placed impacts the knowledge that can be gleaned or communicated. • Enforce the right comparisons for the context. • Many problems are multivariate (i.e. multiple variables) and that needs to be recognized in the data visualization.
  • 37. The knowledge communicated through visualizations must match the underlying data.
  • 38. Because I know that’s what some of you are thinking…
  • 39. • Fairly obvious point but most people miss this surprisingly… or they do it knowingly… Example: Truncated Y-Axis from How to Lie with Data Visualization by Ravi Parikh
  • 40. Example: Cumulative Graphs from How to Lie with Data Visualization by Ravi Parikh
  • 41. Example: Effects of Temporal Aggregation from Modern Visual Evidence by Gregory Joseph, discovered in Visual Explanations by Edward Tufte. Quarterly Revenue Revenue by Fiscal Year (July 1 to June 30) Revenue by Calendar Year
  • 42. Demo: Crossfilter Crossfilter is a JavaScript library for exploring large multivariate datasets in the browser. Crossfilter supports extremely fast (<30ms) interaction with coordinated views, even with datasets containing a million or more records.
  • 43. • The knowledge communicated through visualizations must match the underlying data. • Follow convention in how you model your data and axis. • The objective of data visualization is communicate information to the viewer, misleading by deception or confusion (even accidentally) will not serve your purpose.
  • 44. Although devices present data in two dimensions, this desolate flatland can be escaped.
  • 45. Example: Using Three Dimensions to Show Skyline Changes. The Bloomberg Years: Reshaping New York by NYTimes Demo
  • 47. Example: Using Three Dimensions to Convey Geographic Information at a Global Scale
  • 48. Using three dimensions incorrectly adds no value or obfuscates the data visualization. Example: The Ebb and Flow of Movies: Box Office Receipts by NYTimes. Yes I know, it’s meant to be interactive.
  • 49. Link: UK Temperature History Yes I know, it’s meant to be interactive.
  • 50. Aggregating details can reveal the knowledge present in data.
  • 51. On occasion, showing all the data points in one big visualization can communicate knowledge clearly. Example: House Hunting All Day, Every Day by Trulia Trends
  • 52. Example: Will it Shuffle? By Mike Bostock Run SHUFFLE DEMO.
  • 53. Example: Life Expectancy by Nathan Yau
  • 54. Layering and parallelizing data visualizations can reveal insights but be careful not to form haystacks.
  • 55.
  • 56. • Layering data on a common X Axis maximizes visualization of coincidence and anomalies. Best use for time series data. • Use Color and Transparency. • Parallelizing data is as powerful as layering data to show significant differences between multiple data sets.
  • 57. How Likely Is It That Birth Control Could Let You Down? By Gregor Aisch and Bill Marsh.
  • 58. Example: Introduction to Cubism by Mike Bostock CPU Usage
  • 59. Example: Introduction to Cubism by Mike Bostock Network (10s)
  • 60. Example: Introduction to Cubism by Mike Bostock Network (5m)
  • 61. Demo Cubism Sample from github.com/xaranke/cubism-intro
  • 62.
  • 63. Books • Anything by Edward Tufte • Knowledge/Information is Beautiful • Designing News by Franchi Conferences • Visualized in NYC Websites • InformationisBeautiful.net • FlowingData.com • Visualizing.org • Information Aesthetics • VisualComplexity.com • Mike Bostock • D3.js Gallery • Driven-by-data.net
  • 64. • Edward Tufte - Data Scientist & Professor of PoliSci, Statistics, CS at Yale + Princeton for 33 years - @EdwardTufte • Mike Bostock – Graphics Editor at NYTimes + Creator of D3.js @mbostock • Jonathan Corum - Information Designer and NYTimes Science Graphics Editor - @13pt • Bret Victor – Purveyor of Impossible Dreams - @worrydream • Gregor Aisch – Graphics Editor at NYTimes + Creator of kartograph.js & datawrapper.js - @driven_by_data
  • 65. • Introduction to Data Visualization • Five Data Visualization Principles & Best Practices to Follow • Context is king. • Visualizations must match the data. • Escape flatland when useful. • Aggregating details can reveal the knowledge present in data. • Layering and parallelizing data visualizations can reveal insights but be careful not to form haystacks. • How Successful Visualizations are Designed FITC - @RAMISAYAR
  • 67. ©2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Office, Azure, System Center, Dynamics and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.