iwmw12 data viz taster

36
Martin Hawksey JISC CETIS @mhawksey/mashe.hawksey.info Tony Hirst Dept of Communication and Systems, The Open University @psychemedia/blog.ouseful.info a Visualisation: A Ta

Upload: tony-hirst

Post on 27-Jan-2015

124 views

Category:

Education


2 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Iwmw12 data viz taster

Martin HawkseyJISC CETIS

@mhawksey/mashe.hawksey.info

Tony HirstDept of Communication and Systems,The Open University

@psychemedia/blog.ouseful.info

Data Visualisation: A Taster

Page 2: Iwmw12 data viz taster

<A QUICK NOTE>

Page 3: Iwmw12 data viz taster

Your Data is Increasingly Out There

“The most interesting visualisations of your data

will be produced by someone else”

Page 4: Iwmw12 data viz taster

Presentation Graphicsvs.

Visual Analysis

Page 5: Iwmw12 data viz taster

Explanatory visualizationData visualizations that are used to transmit information or a point of view from the designer to the reader. Explanatory visualizations typically have a specific “story” or information that they are intended to transmit.

Exploratory visualizationData visualizations that are used by the designer for self-informative purposes to discover patterns, trends, or sub-problems in a dataset. Exploratory visualizations typically don’t have an already-known story.

Page 6: Iwmw12 data viz taster

Data sketches[ Amanda Cox, New York Times ]

Page 7: Iwmw12 data viz taster

Infographics≠

(Exploratory) Visualisation

Page 8: Iwmw12 data viz taster
Page 9: Iwmw12 data viz taster
Page 10: Iwmw12 data viz taster
Page 11: Iwmw12 data viz taster

Embody a Model

Page 12: Iwmw12 data viz taster

Macroscopes

Page 13: Iwmw12 data viz taster

Natural Views

Page 14: Iwmw12 data viz taster
Page 15: Iwmw12 data viz taster

Expressions of Structure

Page 16: Iwmw12 data viz taster

Documents as a Database

Page 17: Iwmw12 data viz taster

Structure in data - h

ierarchies

Page 18: Iwmw12 data viz taster

Hierarchical data and treemaps - medals

Pivot tables

IBM Many Eyes

Page 19: Iwmw12 data viz taster

O’Reilly Annual Review of Book Sales

Page 20: Iwmw12 data viz taster

Network structure

All nodes the same sort of thing

Bipartite graph – two sorts of nodesCan collapse a bipartite graph to get a new view over the dataStru

cture in data - graphs

Node and edges

Edges may be directed or undirected

Edges may be weighted

Page 21: Iwmw12 data viz taster
Page 22: Iwmw12 data viz taster
Page 23: Iwmw12 data viz taster
Page 24: Iwmw12 data viz taster

Dynamics

Page 25: Iwmw12 data viz taster

aka “Seasonal Subseries”

Page 26: Iwmw12 data viz taster

Trends

Autocorrelation

Page 27: Iwmw12 data viz taster

(Accession Plot)

@mediaczar

Page 28: Iwmw12 data viz taster
Page 29: Iwmw12 data viz taster
Page 30: Iwmw12 data viz taster

Follower count nonsense

Page 31: Iwmw12 data viz taster

Who talks to whom

Page 32: Iwmw12 data viz taster

“Literate visualisation”(writing diagrams)

Page 33: Iwmw12 data viz taster

GraphViz

Page 34: Iwmw12 data viz taster
Page 35: Iwmw12 data viz taster

ggplot( mydata,aes(x=xVal,y=yVal))

+geom_point() +facet_wrap(~mygroup)

Page 36: Iwmw12 data viz taster

Data Application Output

Data [Code] Output