• Aucun résultat trouvé

Automating Visualization Design

N/A
N/A
Protected

Academic year: 2022

Partager "Automating Visualization Design"

Copied!
22
0
0

Texte intégral

(1)

1

Automating Visualization Design

CS 7450 - Information Visualization April 15, 2004

John Stasko

Spring 2004 CS 7450 2

Holy Grail

Data Smart

System

Perfect visualization

(2)

Spring 2004 CS 7450 3

Question

• Could we design a system that would take data tables (and descriptions) as input, and would produce high-quality

information visualizations of that data?

• ---> Automating Design

Spring 2004 CS 7450 4

A Step Easier

• If we can’t do this automatically, can we build a system that would assist people with the visualization design process?

• Provide design tips, comments, help, ...

(3)

3

Spring 2004 CS 7450 5

What Would It Entail?

• Would require a thorough understanding of data set

Level 1: Nominal, ordinal, quantitative, fields, etc.

Level 2: Deeper understanding of semantics of data, variables, etc.

Spring 2004 CS 7450 6

What Would It Entail?

• Would require an understanding of capabilities of display devices

Color, size, etc.

UI & graphics toolkit, multi-windows, etc.

What kinds of visualizations are in library and available for presentation

(4)

Spring 2004 CS 7450 7

What Would It Entail?

• Would need knowledge of how to map data forms to most appropriate

presentation types

Spring 2004 CS 7450 8

APT System

• “A Presentation Tool”

• Seminal work in this area

• Goal is to create automatic visualization from data based on generating and

testing possible solutions that satisfy rules of expressiveness and effectiveness

Mackinlay ToG ‘86

(5)

5

Spring 2004 CS 7450 9

Objective

• Graphic languages are produced for each possible image, and then evaluated for:

Expressiveness

Effectiveness

Spring 2004 CS 7450 10

Expressiveness

• Does the language express exactly the input info…and no extra ?

(6)

Spring 2004 CS 7450 11

Effectiveness

• Which language produces the “best”

output?

“Best” being defined as output that can be accurately interpreted

Therefore knowledge of human perceptual capabilities used to determine how

“accurately” a visualization could be interpreted

Spring 2004 CS 7450 12

Example

Price(Accord, 5799) Mileage(Accord, 25) Weight(Accord, 2240) Repair(Accord, Great) Nation(Accord, Japan)

Price(Pacer, 4749) Mileage(Pacer, 17) ...

Price: Cars -> [3500, 13000]

Mileage: Cars -> [10, 40]

Weight: Cars -> [1500,5000]

Nation: Cars-> {USA,Japan,..}

Repair: Cars-> <Great,Good,OK,Bad>

Data Set

(7)

7

Spring 2004 CS 7450 13

Design a Graphic

• Next four slides so possible designs

• Critique each one -- What makes it good or bad?

Spring 2004 CS 7450 14

Scatter Plot

(8)

Spring 2004 CS 7450 15

Labeled Scatter Plot

Spring 2004 CS 7450 16

Aligned Bar Chart

(9)

9

Spring 2004 CS 7450 17

Area Plot

Spring 2004 CS 7450 18

Another Example

Inappropriate use of bar chart for Nation relation

(10)

Spring 2004 CS 7450 19

Primitives

• Need to come up with a set of atoms (and their properties) for design that the tool will use to create visualizations

• Need to understand what the atoms and their properties best facilitate

Accuracy ranking of quantitative perceptual tasks

Ranking of perceptual tasks

(11)

11

Spring 2004 CS 7450 21

The Graphic Language

Spring 2004 CS 7450 22

Developing New Diagrams

• To create new diagrams, we compose existing primitive designs

• Developed a composition algebra to do this

• Principle of Composition

Two visualizations can be composed by merging the parts that encode the same information

(12)

Spring 2004 CS 7450 23

Composition Types

• Double axes

Compose graphical sentences with identical horizontal and vertical axes

• Single axis

Aligns two sentences that have same vertical or horizontal axis

• Mark

Utilize different attributes of a mark

Spring 2004 CS 7450 24

Double Axes Composition

(13)

13

Spring 2004 CS 7450 25

Single Axis Composition

Spring 2004 CS 7450 26

Mark Composition

(14)

Spring 2004 CS 7450 27

Synthesis Algorithm

• At core of APT

• Consists of design and rendering components

Spring 2004 CS 7450 28

Design Synthesis Algorithm

• Uses logic programming, backtracking, etc.

• Divide and Conquer

• Three pieces

Partition

Selection

Composition

(15)

15

Spring 2004 CS 7450 29

Components

• Partition

Partition set of relations to be presented down into subsets to get matches

• Selection

For each partition, use expressiveness criteria to get possible designs, then effectiveness criteria to pick best one

• Composition

Compose individual designs into unified presentation of all information

Spring 2004 CS 7450 30

Not So Automatic...

• Much work in automating design (eg, APT) didn’t focus on creating a

collaborative design process between human user and computer system

Goal: Support users, don’t replace them

(16)

Spring 2004 CS 7450 31

SAGE

• System to aid users in information visualization design

• From CMU & Maya Design

• Ground-breaking work in area

Roth et al CHI ‘94

Spring 2004 CS 7450 32

User-Directed Design

• Design is

Constructive process of selecting and arranging graphical elements

Process of browsing and customizing previous cases

(17)

17

Spring 2004 CS 7450 33

SAGE Components

• SageBrush

Direct manipulation editor/design tool

• SageBook

Tool for browsing and retrieving previously created graphics to use as a starting point

• Sage is the surrounding and encompassing framework

Spring 2004 CS 7450 34

Architecture

(18)

Spring 2004 CS 7450 35

Design Directives

• Graphic primitive choices (color and size, etc, of lines, circles…)

• Encoding mechanisms (chart, table, map,

…)

• Layout constraints (alignment, ordering)

• Group constraints (use clusters of elements as a single element)

• Mapping data->graphics

Spring 2004 CS 7450 36

SageBrush

• Smart graphical editing tool for working with primitives of design

• Like a souped up MacDraw

• User drags and drops prototypes and graphemes (see next slides) into drawing area to design graphic

(19)

19

Spring 2004 CS 7450 37

prototypes

graphemes

data names

Spring 2004 CS 7450 38

Prototypes

• Partial designs, typically have some graphemes on chart-like framework

• Users can extend prototypes by dragging in new graphemes

(20)

Spring 2004 CS 7450 39

Graphemes

Double-clicking on a grapheme shows the properties that can be set

Spring 2004 CS 7450 40

Specification

• User specifies that position and color of a line should be used to set up a mapping

• But still need to say what data to use to drive mapping

• User drags label from lower data selector area and drops onto grapheme property

(21)

21

Spring 2004 CS 7450 41

Blank Paper Problem

• Many times it’s difficult to know where to start in design

• Helpful to have ideas or hints to get the mental juices flowing

• Want to have system that makes it possible to create new pictures that are analogous to ones already existing in library

Spring 2004 CS 7450 42

SageBook

• Provides library of cases of existing data sets and visualizations to use as

prototypes or design inspirations

• Like thumbing through series of photos

• Allows user to search based on either visual attributes or data attributes

Video

(22)

Spring 2004 CS 7450 43

Upcoming

• Review

• Summary Exam

• Project

Reports due Friday 23rd

Presentations on Friday 30th

11:30 – 2:20

Spring 2004 CS 7450 44

References

• All referred to papers

• Coleman and Gandy F ‘99 slides

Références

Documents relatifs

WHAT YOU NEED TO KNOW BEFORE AND AFTER SURGERY If you or your child is undergoing a surgical procedure,7. be sure to communicate the following to your

• There are five main priorities for Heads of State and Government in confronting NCDs: (i) provide leadership for NCD prevention and control as part of the development agenda;

UNDP’s Youth Global Programme for Sustainable Development and Peace – Youth-GPS 2016-2020 – highlights the need to ensure access to basic health services for youth, as well as

Furthermore, determining the different coefficients associated with the properties at the nano/atomic level requires ab initio quantum mechanics calculations; (b)

On the contrary, at the SIFP meeting I met a group of family physician leaders deeply committed to ensuring that Canadian patients have access to family

Vere- ofy has two input languages: the Reo Scripting Language (RSL), used to specify the coordination protocol, and a guarded command language called Constraint Automata Reactive

We participated in both sub-tasks, the first of which was directed at identifying the need or availability of specific re- sources and the second at matching tweets expressing the

&amp; Sources of Influence (Family &amp; Peers, School, Community &amp; Environment), Daily Behaviours (Overall Physical Activity, Active Play &amp; Leisure Activities,