Visualizing Tabular Data CS 4390/5390 Data Visualization Shirley Moore, Instructor September 29, 2014 1.

Slides:



Advertisements
Similar presentations
Microsoft Dynamics® AX 2012
Advertisements

Multi-Dimensional Data Visualization
INFM 603: Information Technology and Organizational Context Jimmy Lin The iSchool University of Maryland Wednesday, April 2, 2014 Session 9: Visualization.
Chapter 3 – Data Visualization © Galit Shmueli and Peter Bruce 2010 Data Mining for Business Intelligence Shmueli, Patel & Bruce.
Polaris: A System for Query, Analysis and Visualization of Multi-dimensional Relational Databases Presented by Darren Gates for ICS 280.
Visualization Basics CS 5764: Information Visualization Chris North.
Dimension reduction : PCA and Clustering Agnieszka S. Juncker Slides: Christopher Workman and Agnieszka S. Juncker Center for Biological Sequence Analysis.
WPI Center for Research in Exploratory Data and Information Analysis CREDIA SC4DEVO-1, July 12-15, 2004 Interactive Visual Exploration of Multivariate.
Live Re-orderable Accordion Drawing (LiveRAC) Peter McLachlan, Tamara Munzner Eleftherios Koutsofios, Stephen North AT&T Research Symposium August, 2007.
Multivariate Data Visualization Adapted from Slides by: Matthew O. Ward Computer Science Department Worcester Polytechnic Institute This work was supported.
Types of Data Displays Based on the 2008 AZ State Mathematics Standard.
Basic Data Mining Techniques Chapter Decision Trees.
Dimension reduction : PCA and Clustering Slides by Agnieszka Juncker and Chris Workman.
cs5764: Information Visualization Chris North
Basic Data Mining Techniques
Table Lens From papers 1 and 2 By Tichomir Tenev, Ramana Rao, and Stuart K. Card.
Visualization of Graph Data CS 4390/5390 Data Visualization Shirley Moore, Instructor October 6,
Data Mining – Intro.
Info Vis: Multi-Dimensional Data Chris North cs3724: HCI.
Graphing Examples Categorical Variables
CS 235: User Interface Design December 8 Class Meeting Department of Computer Science San Jose State University Fall 2014 Instructor: Ron Mak
Visualisation Lecture 3 Brian Mac Namee Dublin institute of Technology Applied Intelligence Research Centre Visualising Trends.
NERCOMP Workshop, Dec. 2, 2008 Information Visualization: the Other Half of Data Analysis Dr. Matthew Ward Computer Science Department Worcester Polytechnic.
CMPT 880/890 Writing labs. Outline Presenting quantitative data in visual form Tables, charts, maps, graphs, and diagrams Information visualization.
IntroDefinitionSizeComplexityWrap-up 1/54 Individual Big Data Visual Analytics: Challenges and Opportunities Remco Chang and Eli Brown Tufts University.
Construction Change Order analysis CPSC 533C Analysis Project Presented by Chiu, Chao-Ying Department of Civil Engineering University of British Columbia.
© Anselm Spoerri Lecture 7 Map & Geographic Visualization –Definition and Some Examples –where2.0 Conference Videos –Tools 2 nd Visualization Assignment.
Quantitative Skills 1: Graphing
Robert Kosara, Helwig Hauser 1InfoVis STAR The State of the Art in Information Visualization Robert Kosara, Helwig Hauser.
A Picture Is Worth A Thousand Words. DAY 7: EXCEL CHAPTER 4 Tazin Afrin September 10,
Validation of Visualizations CS 4390/5390 Data Visualization Shirley Moore, Instructor September 24,
Data Visualization Data Visualization. Business Analytics (BA) Overview.
Chapter 3 Data Visualization 1. Introduction Data visualization involves: Creating a summary table for the data. Generating charts to help interpret,
Color in Visual Design CS 4390/5390 Data Visualization Shirley Moore, Instructor September 10, 2014.
INFM 603: Information Technology and Organizational Context Jimmy Lin The iSchool University of Maryland Thursday, November 1, 2012 Session 9: Visualization.
Copyright © 2005, Pearson Education, Inc. Slides from resources for: Designing the User Interface 4th Edition by Ben Shneiderman & Catherine Plaisant Slides.
Buddy Woodman 11/20/09. In this slide show I will give basic summaries and points of what I have learned in CS 101 In this slide show I will give basic.
Info Vis: Multi-Dimensional Data Chris North cs3724: HCI.
Presented By: Solutions Delivery Managing Reports in CRMnext.
Multidimensional data processing. x 1G [x 1G, x 2G ] x 2G.
CS 235: User Interface Design May 5 Class Meeting Department of Computer Science San Jose State University Spring 2015 Instructor: Ron Mak
Statistical Analysis Topic – Math skills requirements.
Polaris: A System for Query, Analysis and Visualization of Multi- dimensional Relational Database by Chris Stolte & Pat Hanrahan presenter Andrew Trieu.
Lecture 07: Dealing with Big Data
Data Abstraction and Time-Series Data CS 4390/5390 Data Visualization Shirley Moore, Instructor September 15,
CS 235: User Interface Design November 19 Class Meeting Department of Computer Science San Jose State University Fall 2014 Instructor: Ron Mak
© Tan,Steinbach, Kumar Introduction to Data Mining 8/05/ Data Mining: Exploring Data Lecture Notes for Chapter 3 Introduction to Data Mining by Tan,
MDM4U Displaying Data Visually Learning goal:Classify data by type Create appropriate graphs.
Example Visualization Techniques CS 4390/5390 Fall 2014 Shirley Moore svmoore.pbworks.com August 27, 2014.
Visual Correlation Analysis of Numerical and Categorical Data on the Correlation Map Zhiyuan Zhang, Kevin T. McDonnell, Erez Zadok, Klaus Mueller.
Visual Perception CS4390/5390 Fall 2014 Shirley Moore, Instructor September 8,
Visualization of Washing Powder Formulation ———seeking the best ingredients of washing powder.
Statistics 3502/6304 Prof. Eric A. Suess Chapter 3.
Please thank our sponsors?. SharePoint Data Visualization Using D3, SVG, jQuery and REST.
Instructions for Tasks 1-3 Use the same piece of paper Write down your names on the upper right hand corner. For each of the visualizations that you design,
Multi-Dimensional Data Visualization cs5984: Information Visualization Chris North.
Module 4 Data Management-Applications Coastal Applications of ArcGIS.
Data Visualization basics Petar Horozov Nikolay Nedyalkov
1st Visualization Assignment
Map & Geographic Visualization
QLIK Overview & Desk Aid
Prof. Eric A. Suess Chapter 3
Lab 02: Visualization with Tableau
Lab 04: Visualizing Multiple Variables
Data Representation and Mapping
Section 1.1 Part 1 AP Statistics CASA
Analysing quantitative data
PolyAnalyst Web Report Training
Comp 15 - Usability & Human Factors
Presentation transcript:

Visualizing Tabular Data CS 4390/5390 Data Visualization Shirley Moore, Instructor September 29,

Image Credits All images from Munzner Chapter 7 unless otherwise noted. 2

Tabular Data Large classes of datasets can be characterized in the form of tables. – e.g., relational databases General form is a matrix of key attribute(s) in one or more dimensions and associated value attribute(s) in the remaining dimensions. May have linked tables where value attribute in one table is key attribute in another Layout and visualization of high dimensional tablular data is a challenging vis research problem. 3

Using the Spatial Channel 4

Key vs. Value Attributes Key – Unique index used to look up items in a table – Can be categorical or ordinal Value The value of a cell in a table – Can be categorical, ordinal, or quantitative Design choices for visually encoding a table depend on how many keys and how many attributes it has – Show only values: scatterplot – Show one key and one value: bar chart – Show two keys and one value: heat map – Show many keys and many values: recursively divide subspace into many regions 5

Scatterplot 6

7 Image credit:

Scatterplot with Negative Correlation 8 Image credit:

Scatterplot with Log Scaling 9

Bar Chart 10

Pie Chart 11

Bar and Pie Chart Examples Bar chart – Pie chart – D3pie pie chart generator D3pie 12

Stacked Bar Chart 13

Stacked Bar Chart vs. Grouped Bar Chart Stacked bar chart example: – Grouped bar chart example: –

Line Chart 15

Don’t use line chart for categorical data! 16

Time Series Data – Area Chart vs. Lines Chart Exercise: In less than one minute, draw the line showing the sales trend for East from the area chart on the next slide (image from area-chart-vs-line-chart-great.html ): area-chart-vs-line-chart-great.html 17

18

East Sales Trend – How close were you? 19

Lines with Total 20

Normalized Stacked Bar Chart 21 Example:

Streamgraph 22 Mathematical algorithms minimize change in slope (“wiggle”) in individual series.

Streamgraph Examples Original paper by Byron and Wattenberg with Listening History example – Movie Box Office Receipts NYTimes article – /movies/ _REVENUE_GRAPHIC.html /movies/ _REVENUE_GRAPHIC.html Article discussing streamgraphs – 08/making-sense-of-streamgraphs/ 08/making-sense-of-streamgraphs/ 23

Heatmap 24

Heatmap with Hierarchical Clustering of Key Attributes 25

Circular Heatmap Example 26

Scatterplot Matrix (SPLOM) 27 D3.js SPLOM example: splom.html

Parallel Coordinates 28

SPLOM vs. Parallel Coordinates 29

Correlation with Parallel Coordinates 30

Parallel Coordinates Examples With brush filtering and reorderable axes – With k-means clustering (from Wikipedia): 31

Preparation for Next Class Read Munzner Chapter 7 Scott Murray’s D3 Tutorial – Bring in interesting high-dimensional tabular datasets (can use for Lab 3) 32