Introduction of Information Visualization and Visual Analytics. Chapter 7. Trees and Graphs Visualization

Size: px
Start display at page:

Download "Introduction of Information Visualization and Visual Analytics. Chapter 7. Trees and Graphs Visualization"

Transcription

1 Introduction of Information Visualization and Visual Analytics Chapter 7 Trees and Graphs Visualization

2 Overview! Motivation! Trees Visualization! Graphs Visualization 1

3 Motivation! Often datasets contain inherent relations! Graphs are a suitable representation! Nodes represent the objects! Edges represent the relations A B C E! Hierarchies are a special case D! There exists an order! Parent-child relationship! Sibling relationship 2

4 Graphs and Trees InfoVis-SS2014 : 3

5 Graph Drawing vs. Information Visualization! Graph Drawing! Old topic, many books, etc.! May have other goals than visualization! E.g. VLSI (Very-Large-Scale Integration) design! Graph Visualization! Size key issue! Usability requires nodes to be discernable! Navigation considered 4

6 Part 1 Trees Visualization 5

7 Examples! General examples of hierarchies! Organization chart of a company! Taxonomy of biological species! Webpages, including browsing history! File systems!! Examples in software visualization! Class hierarchies! Syntax trees! 6

8 Representations! Representations! Trees! Directed acyclic graphs! Two main representation schemes:! Node-Link-Diagram! Space-Filling Diagram! Criteria for possible visualizations! Space efficiency! Information abstraction! Simplicity! Navigation 7

9 Representations! Properties of Trees! Special case of graphs! No cycles! Distinguished root node [Inspiered by John Stasko lectures] 8

10 Graphs and Trees InfoVis-SS2014 : 9

11 Node-Link-Diagrams! Root at top! Leaves at bottom 10

12 Node-Link-Diagrams! Hyperbolic Trees! Information is presented from the center outwards [John Lamping, Ramana Rao, Peter Pirolli. Conference on Human Factors in Computing Systems. CHI 95] 11

13 Drawing a Tree! Balancing the subtrees! Result: [A. Kerren. Animation der semantischen Analyse. Master s thesis, Universität des Saarlandes, Saarbrücken, 1997, page 103] 12

14 Drawing a Tree! Advantages of the method! Very common! Used in many applications! The nodes of the same level are on the same horizontal line! Simple and elegant! Disadvantages (in general)! Needs a lot of space! Possibly no room for labels! Big trees can not be presented on normal sized screens, because the representation is too broad 13

15 Aesthetics! Layout criteria:! Place the parents centered over the children! Nodes on the same level should lie on the same horizontal line! Respect ordering of children: left child left, right child right! Symmetry: the tree and its mirror image should reflect each other! Subtree should be constructed according to the same rules! Small subtrees should not be positioned randomly! Symmetry: Small inner subtrees should be distributed evenly between the bigger subtrees! Small outside subtrees should be next to bigger subtrees! A narrow tree layout needing less space 14

16 H-Tree Layout! H-tree layout! A fractal tree structure constructed from perpendicular line segment! Each smaller by a factor of the square root of 2 from the next larger adjacent segment.! Applications include VLSI design and microwave engineering. [Y. Shiloach, Arrangements of planar graphs on the planar lattice. Ph.D. Thesis, Department of Applied Mathematics, Weizmann Institute of Science, Israel, 1976] 15

17 H-Tree Layout [C. Tuttle, L. G. Nonato, and C. Silva. PedVis: A Structured, Space-Efficient Technique for Pedigree Visualization. IEEE Transactions on Visualization and Computer Graphics, , 2010.] 16

18 Radial Tree Layout! The root lies in the center! All nodes of one level are positioned on the same concentric circle! Prevent overlapping through defining sectors for the subtrees.! The latter condition can be weakened to get good results on average. [I. Herman, G. Melancon, M. De Ruiter, and M. Delest. Latour - A Tree Visualization System. In Proc. of the Symp. on Graph Drawing, GD 99, pp , 1999.] 17

19 Radial Tree Layout The normal radial layout The two circles radial layout for a better space usage. [ Rogue Wave Views Graph Layout, Package API Reference Guide] 18

20 3D Layouts! Many tree layout algorithms have been ported to 3D! Advantages:! More space is available! Disadvantages! Navigation problems! Overlapping! Design of the labels! 19

21 3D Trees! Tavanti and Lind

22 3D Radial Layout! 3D radial layout [Herman I; Melancon G; Marshall MS. Graph visualization and navigation in information visualization: A survey ] 21

23 3D Trees! Hong and Eades proposed a new approach in 2003 [Seokhee Hong and Peter Eades, Drawing Trees Symmetrically in Three Dimensions, Algorithmica, vol. 36, no. 2, 2003.]! Prevents the problem of overlapping! Subtrees are drawn on subplanes! Given a partitioning, the algorithm runs in linear time! Finding the best balanced partitioning is NP-hard [ 22

24 3D Trees! Example [ 23

25 Cone Tree! Developed directly for 3D! Interactiveness important:! Nodes can be rotated 24

26 Cone Tree! Examples [ 25

27 DOI-Trees! Degree-of-Interest Trees [Card, S. K. and Nation, D. Degree-of-interest trees: a component of an attention-reactive user interface. AVI ]! Traditional 2D techniques with the following extensions:! Drawing based on estimation of a users DOI! Nodes with low DOI are hidden! Geometrical scaling of nodes dependent on DOI! Semantic zooming! Clustered representation of large unexpanded branches! Animated transition of the focus [Inspired by a lecture of J. Stasko] 26

28 DOI-Trees [ 27

29 DOI-Trees [ 28

30 Botanical Trees! Basic idea: [E. Kleiberg et. al. InfoVis 2001]! We can easily see the branches, leaves, and their arrangement in a botanical tree [ 29

31 Hyperbolic Trees 2D 3D [ [ 30

32 Hyperbolic Trees! 3D Translation of a node into the centre! 3D Rotation around the same node [Tamara Munzner, H3: Laying Out Large Directed Graphs in 3D Hyperbolic Space, 1997] 31

33 Space-Filling-Representations! Space-Filling-Representations! To overcome the conceptual problems of node-link diagrams! Space consumption! Inclusion of many (possibly complex) attributes! Disadvantage:! Not well suited for heavily unbalanced trees 32

34 Treemaps! Treemaps! Introduced by Johnson and Shneiderman [Brian Johnson and Ben Shneiderman. Tree-maps: A space-filling approach to the visualization of hierarchical information structures. VIS 91.]! The hierarchy is mapped recursively to rectangles! Children are drawn inside their parents! Alternate horizontal and vertical slicing at each successive level! Attributes can be encoded using! Area of the rectangle (e.g., size)! Color of the rectangle (e.g., node type)! Additional text (e.g., identifier) 33

35 Treemaps! Advantage! Very good global overview! Disadvantage! Normally, only the children are displayed 34

36 Treemaps! Nested vs. Non-nested Treemaps Non-nested Treemaps Nested Treemaps [Brian Johnson, Ben Shneiderman, Tree-Maps: a space-filling approach to the visualization of hierarchical information structures, 1992] 35

37 Treemaps! Application: Newsmap [ 36

38 Treemaps! Application: Market Map (SmartMoney) HCI

39 Treemaps! SequoiaView is a further variant of Treemaps! Add shadows and textures to the rectangles, in order to make the hierarchy structure clear [ C. Ware. Information Visualization: Perception for Design. 2nd Edition, Morgan Kaufman, 2004] 38

40 Treemaps! SequoiaView [ 39

41 Treemaps Drawing! Example of an algorithm (directory structures)! Draw! Change orientation from parent (horizontal/vertical)! Read all files and directories at this level! Make rectangle for each, scaled to size! Draw rectangles using appropriate size and color! For each directory! Call draw with current rectangle as focus 40

42 Radial Space-Filling! Radial Space-Filling! Use circle segments for the representation of tree nodes 41

43 Radial Space-Filling! Sunburst Layout! Introduced by Stasko and Zhang, InfoVis 00! Focus & Context-Display with 3 selection methods:! Angular detail! Detail outside! Detail inside! Empirical study confirms advantages compared to treemaps concerning! Time consumption for navigation! Learnability, and preference 42

44 Radial Space-Filling! Sunburst Layout 43

45 le Visualization! Icicle Layout Radial Space-Filling 44

46 Space-Filling Representations! Comparison of space-filling representations Organization Chart Treemap Radial Icicle 45

47 Part 2 Graphs Visualization 46

48 Definition! Graphs! Abstract structures! Used to model relational information! Graph G = (V, E)! V: Set of vertices (objects)! E: Set of edges that connect vertices (relations)! Possible data structures! Adjacency matrix! Adjacency list! Graph Drawing! Automatic drawing of graphs in 2D and 3D 47

49 Information Visualization: Example! The input is a graph with no geometry! The output is a drawing of the graph; the drawing should be nice B Relational Information A D C A-B A-C A-D B-A B-C B-D C-A C-B C-D C-E D-A D-B D-C D-E E-C E-D Graph Drawing Algorithm A B E C E D 48

50 Definitions! Graphs! Cycles, No cycles C Cyclic Graphs A B E D Acyclic Graphs 49

51 Definitions! Nodes! Types, Information! Edges! Directed, Undirected, Weights, Types, Other values 50

52 Definitions! Undirected graphs! Degree of a node is the number of edges that are connected to it! Directed graphs! In-degree is the number of incoming edges! Out-degree is the number of outgoing edges C C A B E A B E D D 51

53 Graph Types InfoVis-SS2014 : 52

54 Aesthetics [ 53

55 Aesthetics! Graph layout requirements! Easy to read! Easy to understand! Easy to remember! Possess a certain beauty [Taken from a lecture by S. Hong and P. Eades] 54

56 Aesthetics! Conflict between two criteria [Taken from a lecture by S. Hong and P. Eades] 55

57 Force-directed GD! Forces-based methods model the nodes and edges as physical bodies! Examples! Repelling forces between nodes! Spring tensions for the edges! Goal! Find a stable configuration minimizing the energy! Optimization problem being solved only locally 56

58 Force-directed GD! Spring Embedder! First introduced in graph drawing by P. Eades, 1984! Two criteria! Symmetry and Uniform edge length! Not predictable! High time complexity: > O(N 3 ) [Taken from a lecture by S. Hong and P. Eades] 57

59 Force-directed GD! Spring Embedder [ 58

60 Layered GD! The vertices of a directed graph are drawn in horizontal rows or layers with the edges generally directed downwards Parallel Layers Radial Layers 59

61 Layered GD! Tasks:! Step 1:! Most methods first extract an acyclic partial graph containing all nodes! Step 2:! All nodes receive a layer number and are arranged in lines from top to bottom, so that all edges of the acyclic graph point downwards! The arrangement within the lines should minimize the number of crossings, often only in the area up to the next level 60

62 Clustered Graphs! Clustering! c (0, 1] is the clustering parameter. c = 0.2 c = 0.5 c = 1.0 [Andreas Noack, Claus Lewerentz, A space of layout styles for hierarchical graph models of software systems, 2005] 61

63 Clustered Graphs! Clusters of partial graphs! Play a special role! Metabolic networks! Social networks!! Clusters can be predefined (e.g., with so-called hierarchical graphs, see above)! Graph layout should visualize clusters appropriately [I. Herman, G. Melancon, M.S. Marshall. Graph Visualization and Navigation in Information Visualization: a Survey ] 62

64 Clustered Graphs 63

65 Graph Drawing in 3D! Networks and graphs are becoming larger and larger! Scalability is an important issue! Solutions:! Clustering:! Collapse highly connected nodes to a super node! 3D (more space):! Classical 2D algorithm are extended to 3D! Problems! Navigation! Massive overlapping! Mental map 64

66 Graph Drawing in 3D! Linux kernel [ 65

67 Graph Drawing in 3D! Large Graphs in 3D Hyperbolic Space 66

68 Focus & Context! Huge graphs are not understood by people from a picture! The representation only refers to the complexity of the network! Focus & Context is an important technique to explore very large graphs! One or several nodes are shown in the middle of the enlarged window! The Fisheye technologies are applicable 67

69 Focus & Context! Moire Graphs! Introduced by Jankun-Kelly and Ma, InfoVis 03! Idea! Radial Layout! Several focal points! Animations! Nodes can contain images [ 68

70 Applications! Visualization of internet traffic [ Byte traffic into the ANS/NSFnet T3 backbone 69

71 Applications! Visualization of network data: SeeNet3D [Kenneth C. Cox, Stephen G. Eick, Taosong He, 3D Geographic Network Displays, 1996] 70

72 Applications! Visualizing Online Social Networks [Jeffrey Heer, Danah Boyd, Vizster: Visualizing Online Social Networks, 2005.] 71

73 Edge Bundles! [Danny Holten, Hierarchical Edge Bundles:Visualization of Adjacency Relations in Hierarchical Data, InfoVis 2006] 72

74 Edge Bundles! [Danny Holten, Hierarchical Edge Bundles:Visualization of Adjacency Relations in Hierarchical Data, InfoVis 2006] 73

Hierarchy and Tree Visualization

Hierarchy and Tree Visualization Hierarchy and Tree Visualization Definition Hierarchies An ordering of groups in which larger groups encompass sets of smaller groups. Data repository in which cases are related to subcases Hierarchical

More information

Improvements of Space-Optimized Tree for Visualizing and Manipulating Very Large Hierarchies

Improvements of Space-Optimized Tree for Visualizing and Manipulating Very Large Hierarchies Improvements of Space-Optimized Tree for Visualizing and Manipulating Very Large Hierarchies Quang Vinh Nguyen and Mao Lin Huang Faculty of Information Technology University of Technology, Sydney, Australia

More information

Hierarchical Data Visualization

Hierarchical Data Visualization Hierarchical Data Visualization 1 Hierarchical Data Hierarchical data emphasize the subordinate or membership relations between data items. Organizational Chart Classifications / Taxonomies (Species and

More information

7. Hierarchies & Trees Visualizing topological relations

7. Hierarchies & Trees Visualizing topological relations 7. Hierarchies & Trees Visualizing topological relations Vorlesung Informationsvisualisierung Prof. Dr. Andreas Butz, WS 2011/12 Konzept und Basis für n: Thorsten Büring 1 Outline Hierarchical data and

More information

Hierarchical Data Visualization. Ai Nakatani IAT 814 February 21, 2007

Hierarchical Data Visualization. Ai Nakatani IAT 814 February 21, 2007 Hierarchical Data Visualization Ai Nakatani IAT 814 February 21, 2007 Introduction Hierarchical Data Directory structure Genealogy trees Biological taxonomy Business structure Project structure Challenges

More information

Space-filling Techniques in Visualizing Output from Computer Based Economic Models

Space-filling Techniques in Visualizing Output from Computer Based Economic Models Space-filling Techniques in Visualizing Output from Computer Based Economic Models Richard Webber a, Ric D. Herbert b and Wei Jiang bc a National ICT Australia Limited, Locked Bag 9013, Alexandria, NSW

More information

HierarchyMap: A Novel Approach to Treemap Visualization of Hierarchical Data

HierarchyMap: A Novel Approach to Treemap Visualization of Hierarchical Data P a g e 77 Vol. 9 Issue 5 (Ver 2.0), January 2010 Global Journal of Computer Science and Technology HierarchyMap: A Novel Approach to Treemap Visualization of Hierarchical Data Abstract- The HierarchyMap

More information

Graph/Network Visualization

Graph/Network Visualization Graph/Network Visualization Data model: graph structures (relations, knowledge) and networks. Applications: Telecommunication systems, Internet and WWW, Retailers distribution networks knowledge representation

More information

Visualization Techniques in Data Mining

Visualization Techniques in Data Mining Tecniche di Apprendimento Automatico per Applicazioni di Data Mining Visualization Techniques in Data Mining Prof. Pier Luca Lanzi Laurea in Ingegneria Informatica Politecnico di Milano Polo di Milano

More information

The course: An Introduction to Information Visualization Techniques for Exploring Large Database

The course: An Introduction to Information Visualization Techniques for Exploring Large Database The course: An Introduction to Information Visualization Techniques for Exploring Large Database Jing Yang Fall 2006 www.cs.uncc.edu/~jyang13 1 Multi-dimensional Data Visualization 2 1 Parallel Coordinates

More information

An example. Visualization? An example. Scientific Visualization. This talk. Information Visualization & Visual Analytics. 30 items, 30 x 3 values

An example. Visualization? An example. Scientific Visualization. This talk. Information Visualization & Visual Analytics. 30 items, 30 x 3 values Information Visualization & Visual Analytics Jack van Wijk Technische Universiteit Eindhoven An example y 30 items, 30 x 3 values I-science for Astronomy, October 13-17, 2008 Lorentz center, Leiden x An

More information

Visualizing Large Graphs with Compound-Fisheye Views and Treemaps

Visualizing Large Graphs with Compound-Fisheye Views and Treemaps Visualizing Large Graphs with Compound-Fisheye Views and Treemaps James Abello 1, Stephen G. Kobourov 2, and Roman Yusufov 2 1 DIMACS Center Rutgers University {abello}@dimacs.rutgers.edu 2 Department

More information

Information Visualization of Attributed Relational Data

Information Visualization of Attributed Relational Data Information Visualization of Attributed Relational Data Mao Lin Huang Department of Computer Systems Faculty of Information Technology University of Technology, Sydney PO Box 123 Broadway, NSW 2007 Australia

More information

Degree-of-Interest Trees: A Component of an Attention-Reactive User Interface

Degree-of-Interest Trees: A Component of an Attention-Reactive User Interface Degree-of-Interest Trees: A Component of an Attention-Reactive User Interface Stuart K. Card, David Nation Palo Alto Research Center 3333 Coyote Hill Road Palo Alto, California 94304 USA card@parc.com,

More information

VISUALIZING HIERARCHICAL DATA. Graham Wills SPSS Inc., http://willsfamily.org/gwills

VISUALIZING HIERARCHICAL DATA. Graham Wills SPSS Inc., http://willsfamily.org/gwills VISUALIZING HIERARCHICAL DATA Graham Wills SPSS Inc., http://willsfamily.org/gwills SYNONYMS Hierarchical Graph Layout, Visualizing Trees, Tree Drawing, Information Visualization on Hierarchies; Hierarchical

More information

Evaluating the Effectiveness of Tree Visualization Systems for Knowledge Discovery

Evaluating the Effectiveness of Tree Visualization Systems for Knowledge Discovery Eurographics/ IEEE-VGTC Symposium on Visualization (2006) Thomas Ertl, Ken Joy, and Beatriz Santos (Editors) Evaluating the Effectiveness of Tree Visualization Systems for Knowledge Discovery Yue Wang

More information

NakeDB: Database Schema Visualization

NakeDB: Database Schema Visualization NAKEDB: DATABASE SCHEMA VISUALIZATION, APRIL 2008 1 NakeDB: Database Schema Visualization Luis Miguel Cortés-Peña, Yi Han, Neil Pradhan, Romain Rigaux Abstract Current database schema visualization tools

More information

Cascaded Treemaps: Examining the Visibility and Stability of Structure in Treemaps

Cascaded Treemaps: Examining the Visibility and Stability of Structure in Treemaps Cascaded Treemaps: Examining the Visibility and Stability of Structure in Treemaps Hao Lü and James Fogarty Computer Science & Engineering DUB Group University of Washington { hlv, jfogarty }@cs.washington.edu

More information

Treemaps for Search-Tree Visualization

Treemaps for Search-Tree Visualization Treemaps for Search-Tree Visualization Rémi Coulom July, 2002 Abstract Large Alpha-Beta search trees generated by game-playing programs are hard to represent graphically. This paper describes how treemaps

More information

Rendering Hierarchical Data

Rendering Hierarchical Data Rendering Hierarchical Data Jarke J. van Wijk, Frank van Ham, and Huub van de Wetering Why is my hard disk full? A question no doubt familiar to many readers, and one that has inspired our research for

More information

Animated Exploring of Huge Software Systems

Animated Exploring of Huge Software Systems Animated Exploring of Huge Software Systems Liqun Wang Thesis submitted to the Faculty of Graduate and Postdoctoral Studies in partial fulfillment of the requirements for the degree of Master of Science

More information

Voronoi Treemaps in D3

Voronoi Treemaps in D3 Voronoi Treemaps in D3 Peter Henry University of Washington phenry@gmail.com Paul Vines University of Washington paul.l.vines@gmail.com ABSTRACT Voronoi treemaps are an alternative to traditional rectangular

More information

Visualization of Software

Visualization of Software Visualization of Software Jack van Wijk Plenary Meeting SPIder Den Bosch, March 30, 2010 Overview Software Vis Examples Hierarchies Networks Evolution Visual Analytics Application data Visualization images

More information

Squarified Treemaps. Mark Bruls, Kees Huizing, and Jarke J. van Wijk

Squarified Treemaps. Mark Bruls, Kees Huizing, and Jarke J. van Wijk Squarified Treemaps Mark Bruls, Kees Huizing, and Jarke J. van Wijk Eindhoven University of Technology Dept. of Mathematics and Computer Science, P.O. Box 513, 500 MB Eindhoven, The Netherlands emailfkeesh,

More information

Tree Visualization with Tree-Maps: 2-d Space-Filling Approach

Tree Visualization with Tree-Maps: 2-d Space-Filling Approach I THE INTERACTION TECHNIQUE NOTEBOOK I Tree Visualization with Tree-Maps: 2-d Space-Filling Approach Ben Shneiderman University of Maryland Introduction. The traditional approach to representing tree structures

More information

Interactive Exploration of Decision Tree Results

Interactive Exploration of Decision Tree Results Interactive Exploration of Decision Tree Results 1 IRISA Campus de Beaulieu F35042 Rennes Cedex, France (email: pnguyenk,amorin@irisa.fr) 2 INRIA Futurs L.R.I., University Paris-Sud F91405 ORSAY Cedex,

More information

A Comparison of 2-D Visualizations of Hierarchies

A Comparison of 2-D Visualizations of Hierarchies A Comparison of 2-D Visualizations of Hierarchies Todd Barlow Padraic Neville SAS Institute Inc. todd.barlow@sas.com padraic.neville@sas.com Abstract This paper describes two experiments that compare four

More information

Visualization of Software Metrics Marlena Compton Software Metrics SWE 6763 April 22, 2009

Visualization of Software Metrics Marlena Compton Software Metrics SWE 6763 April 22, 2009 Visualization of Software Metrics Marlena Compton Software Metrics SWE 6763 April 22, 2009 Abstract Visualizations are increasingly used to assess the quality of source code. One of the most well developed

More information

Information Visualization Multivariate Data Visualization Krešimir Matković

Information Visualization Multivariate Data Visualization Krešimir Matković Information Visualization Multivariate Data Visualization Krešimir Matković Vienna University of Technology, VRVis Research Center, Vienna Multivariable >3D Data Tables have so many variables that orthogonal

More information

Hyperbolic Tree for Effective Visualization of Large Extensible Data Standards

Hyperbolic Tree for Effective Visualization of Large Extensible Data Standards Hyperbolic Tree for Effective Visualization of Large Extensible Data Standards Research-in-Progress Yinghua Ma Shanghai Jiaotong University Hongwei Zhu Old Dominion University Guiyang SU Shanghai Jiaotong

More information

ONTOLOGY VISUALIZATION PROTÉGÉ TOOLS A REVIEW

ONTOLOGY VISUALIZATION PROTÉGÉ TOOLS A REVIEW ONTOLOGY VISUALIZATION PROTÉGÉ TOOLS A REVIEW R. Sivakumar 1 and P.V. Arivoli 2 1 Associate Professor, Department of Computer Science, A.V.V.M. Sri Pushpam College, Bharathidasan University, Trichirappalli,

More information

Graph Visualization U. Dogrusoz and G. Sander Tom Sawyer Software, 804 Hearst Avenue, Berkeley, CA 94710, USA info@tomsawyer.com Graph drawing, or layout, is the positioning of nodes (objects) and the

More information

BIG DATA VISUALIZATION. Team Impossible Peter Vilim, Sruthi Mayuram Krithivasan, Matt Burrough, and Ismini Lourentzou

BIG DATA VISUALIZATION. Team Impossible Peter Vilim, Sruthi Mayuram Krithivasan, Matt Burrough, and Ismini Lourentzou BIG DATA VISUALIZATION Team Impossible Peter Vilim, Sruthi Mayuram Krithivasan, Matt Burrough, and Ismini Lourentzou Let s begin with a story Let s explore Yahoo s data! Dora the Data Explorer has a new

More information

Component visualization methods for large legacy software in C/C++

Component visualization methods for large legacy software in C/C++ Annales Mathematicae et Informaticae 44 (2015) pp. 23 33 http://ami.ektf.hu Component visualization methods for large legacy software in C/C++ Máté Cserép a, Dániel Krupp b a Eötvös Loránd University mcserep@caesar.elte.hu

More information

By LaBRI INRIA Information Visualization Team

By LaBRI INRIA Information Visualization Team By LaBRI INRIA Information Visualization Team Tulip 2011 version 3.5.0 Tulip is an information visualization framework dedicated to the analysis and visualization of data. Tulip aims to provide the developer

More information

Graph Visualization and Navigation as an Interface to Data Exploration

Graph Visualization and Navigation as an Interface to Data Exploration TEXTES DES COMMUNICATIONS - Tome II Graph Visualization and Navigation as an Interface to Data Exploration M. DELEST 1, B. LEBLANC 2, M. S. MARSCHAL 3, G. MELANCON 4 Keywords: Information Visualization,

More information

Hierarchical Edge Bundles: Visualization of Adjacency Relations in Hierarchical Data

Hierarchical Edge Bundles: Visualization of Adjacency Relations in Hierarchical Data IEEE TRANSACTIONS ON VISUALIZATION AND COMPUTER GRAPHICS, VOL. 12, NO. 5, SEPTEMBER/OCTOBER 2006 741 Hierarchical Edge Bundles: Visualization of Adjacency Relations in Hierarchical Data Danny Holten Abstract

More information

Hierarchical-temporal Data Visualization Using a Tree-ring Metaphor

Hierarchical-temporal Data Visualization Using a Tree-ring Metaphor Hierarchical-temporal Data Visualization Using a Tree-ring Metaphor Roberto Therón Departamento de Informática y Automática, Universidad de Salamanca, Salamanca, 37008, Spain theron@usal.es Abstract. This

More information

Visual Analysis Tool for Bipartite Networks

Visual Analysis Tool for Bipartite Networks Visual Analysis Tool for Bipartite Networks Kazuo Misue Department of Computer Science, University of Tsukuba, 1-1-1 Tennoudai, Tsukuba, 305-8573 Japan misue@cs.tsukuba.ac.jp Abstract. To find hidden features

More information

Regular TreeMap Layouts for Visual Analysis of Hierarchical Data

Regular TreeMap Layouts for Visual Analysis of Hierarchical Data Regular TreeMap Layouts for Visual Analysis of Hierarchical Data Tobias Schreck Daniel Keim Florian Mansmann Databases and Visualization Group University of Konstanz, Germany {schreck,keim,mansmann}@inf.uni-konstanz.de

More information

Elastic Hierarchies: Combining Treemaps and Node-Link Diagrams

Elastic Hierarchies: Combining Treemaps and Node-Link Diagrams Elastic Hierarchies: Combining Treemaps and Node-Link Diagrams Shengdong Zhao 1 University of Toronto Michael J. McGuffin 2 University of Toronto Mark H. Chignell 3 University of Toronto Node Link Diagram

More information

Big Data: Rethinking Text Visualization

Big Data: Rethinking Text Visualization Big Data: Rethinking Text Visualization Dr. Anton Heijs anton.heijs@treparel.com Treparel April 8, 2013 Abstract In this white paper we discuss text visualization approaches and how these are important

More information

Topic Maps Visualization

Topic Maps Visualization Topic Maps Visualization Bénédicte Le Grand, Laboratoire d'informatique de Paris 6 Introduction Topic maps provide a bridge between the domains of knowledge representation and information management. Topics

More information

Cabinet Tree: An Orthogonal Enclosure Approach to Visualizing and Exploring Big Data

Cabinet Tree: An Orthogonal Enclosure Approach to Visualizing and Exploring Big Data Cabinet Tree: An Orthogonal Enclosure Approach to Visualizing and Exploring Big Data Yalong Yang 1 Kang Zhang 1,2 Quang Vinh Nguyen 3 Jianrong Wang 4 1 School of Computer Software, Tianjin University,

More information

SuperViz: An Interactive Visualization of Super-Peer P2P Network

SuperViz: An Interactive Visualization of Super-Peer P2P Network SuperViz: An Interactive Visualization of Super-Peer P2P Network Anthony (Peiqun) Yu pqyu@cs.ubc.ca Abstract: The Efficient Clustered Super-Peer P2P network is a novel P2P architecture, which overcomes

More information

Information Visualization. Ronald Peikert SciVis 2007 - Information Visualization 10-1

Information Visualization. Ronald Peikert SciVis 2007 - Information Visualization 10-1 Information Visualization Ronald Peikert SciVis 2007 - Information Visualization 10-1 Overview Techniques for high-dimensional data scatter plots, PCA parallel coordinates link + brush pixel-oriented techniques

More information

Graph Visualization and Navigation in Information Visualization: a Survey

Graph Visualization and Navigation in Information Visualization: a Survey HERMAN ET AL.: GRAPH VISUALIZATION AND NAVIGATION IN INFORMATION VISUALIZATION 1 Graph Visualization and Navigation in Information Visualization: a Survey Ivan Herman, Member, IEEE CS Society, Guy Melançon,

More information

Agenda. TreeMaps. What is a Treemap? Basics

Agenda. TreeMaps. What is a Treemap? Basics Agenda TreeMaps What is a Treemap? Treemap Basics Original Treemap Algorithm (Slice-and-dice layout) Issues for Treemaps Cushion Treemaps Squarified Treemaps Ordered Treemaps Quantum Treemaps Other Treemaps

More information

TEXT-FILLED STACKED AREA GRAPHS Martin Kraus

TEXT-FILLED STACKED AREA GRAPHS Martin Kraus Martin Kraus Text can add a significant amount of detail and value to an information visualization. In particular, it can integrate more of the data that a visualization is based on, and it can also integrate

More information

3 Information Visualization

3 Information Visualization 3 Information Visualization 3.1 Motivation and Examples 3.2 Basics of Human Perception 3.3 Principles and Terminology 3.4 Standard Techniques for Visualization 3.5 Further Examples Ludwig-Maximilians-Universität

More information

Map-like Wikipedia Visualization. Pang Cheong Iao. Master of Science in Software Engineering

Map-like Wikipedia Visualization. Pang Cheong Iao. Master of Science in Software Engineering Map-like Wikipedia Visualization by Pang Cheong Iao Master of Science in Software Engineering 2011 Faculty of Science and Technology University of Macau Map-like Wikipedia Visualization by Pang Cheong

More information

IC05 Introduction on Networks &Visualization Nov. 2009. <mathieu.bastian@gmail.com>

IC05 Introduction on Networks &Visualization Nov. 2009. <mathieu.bastian@gmail.com> IC05 Introduction on Networks &Visualization Nov. 2009 Overview 1. Networks Introduction Networks across disciplines Properties Models 2. Visualization InfoVis Data exploration

More information

What is Visualization? Information Visualization An Overview. Information Visualization. Definitions

What is Visualization? Information Visualization An Overview. Information Visualization. Definitions What is Visualization? Information Visualization An Overview Jonathan I. Maletic, Ph.D. Computer Science Kent State University Visualize/Visualization: To form a mental image or vision of [some

More information

Visualization of Graphs with Associated Timeseries Data

Visualization of Graphs with Associated Timeseries Data Visualization of Graphs with Associated Timeseries Data Purvi Saraiya, Peter Lee, Chris North Department of Computer Science Virginia Polytechnic Institute and State University Blacksburg, VA 24061 USA

More information

MA 323 Geometric Modelling Course Notes: Day 02 Model Construction Problem

MA 323 Geometric Modelling Course Notes: Day 02 Model Construction Problem MA 323 Geometric Modelling Course Notes: Day 02 Model Construction Problem David L. Finn November 30th, 2004 In the next few days, we will introduce some of the basic problems in geometric modelling, and

More information

Review Article Analytical Review of Data Visualization Methods in Application to Big Data

Review Article Analytical Review of Data Visualization Methods in Application to Big Data Electrical and Computer Engineering Volume 2013, Article ID 969458, 7 pages http://dx.doi.org/10.1155/2013/969458 Review Article Analytical Review of Data Visualization Methods in Application to Big Data

More information

Cartesian vs. Radial A Comparative Evaluation of Two Visualization Tools

Cartesian vs. Radial A Comparative Evaluation of Two Visualization Tools Cartesian vs. Radial A Comparative Evaluation of Two Visualization Tools Michael Burch, Felix Bott, Fabian Beck, and Stephan Diehl Computer Science Department, University of Trier, Germany {burchm,diehl}@uni-trier.de

More information

Interaction and Visualization Techniques for Programming

Interaction and Visualization Techniques for Programming Interaction and Visualization Techniques for Programming Mikkel Rønne Jakobsen Dept. of Computing, University of Copenhagen Copenhagen, Denmark mikkelrj@diku.dk Abstract. Programmers spend much of their

More information

AN ABSTRACT OF THE THESIS OF. 20, 2008. Title: DiskGrapher: A Different Approach to Hard Drive Visualization for Mac

AN ABSTRACT OF THE THESIS OF. 20, 2008. Title: DiskGrapher: A Different Approach to Hard Drive Visualization for Mac AN ABSTRACT OF THE THESIS OF John Batch for the degree of Honors Baccalaureate of Science in Electrical and Computer Engineering and Honors Baccalaureate of Science in Computer Science presented on May

More information

VISUALIZATION TECHNIQUES OF COMPONENTS FOR LARGE LEGACY C/C++ SOFTWARE

VISUALIZATION TECHNIQUES OF COMPONENTS FOR LARGE LEGACY C/C++ SOFTWARE STUDIA UNIV. BABEŞ BOLYAI, INFORMATICA, Volume LIX, Special Issue 1, 2014 10th Joint Conference on Mathematics and Computer Science, Cluj-Napoca, May 21-25, 2014 VISUALIZATION TECHNIQUES OF COMPONENTS

More information

TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents:

TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents: Table of contents: Access Data for Analysis Data file types Format assumptions Data from Excel Information links Add multiple data tables Create & Interpret Visualizations Table Pie Chart Cross Table Treemap

More information

Complex Network Visualization based on Voronoi Diagram and Smoothed-particle Hydrodynamics

Complex Network Visualization based on Voronoi Diagram and Smoothed-particle Hydrodynamics Complex Network Visualization based on Voronoi Diagram and Smoothed-particle Hydrodynamics Zhao Wenbin 1, Zhao Zhengxu 2 1 School of Instrument Science and Engineering, Southeast University, Nanjing, Jiangsu

More information

Submission to 2003 National Conference on Digital Government Research

Submission to 2003 National Conference on Digital Government Research Submission to 2003 National Conference on Digital Government Research Title: Data Exploration with Paired Hierarchical Visualizations: Initial Designs of PairTrees Authors: Bill Kules, Ben Shneiderman

More information

Introduction of Information Visualization and Visual Analytics. Chapter 2. Introduction and Motivation

Introduction of Information Visualization and Visual Analytics. Chapter 2. Introduction and Motivation Introduction of Information Visualization and Visual Analytics Chapter 2 Introduction and Motivation Overview! 2 Overview and Motivation! Information Visualization (InfoVis)! InfoVis Application Areas!

More information

Visualization methods for patent data

Visualization methods for patent data Visualization methods for patent data Treparel 2013 Dr. Anton Heijs (CTO & Founder) Delft, The Netherlands Introduction Treparel can provide advanced visualizations for patent data. This document describes

More information

Domain Analysis: A Technique to Design A User-Centered Visualization Framework

Domain Analysis: A Technique to Design A User-Centered Visualization Framework Domain Analysis: A Technique to Design A User-Centered Visualization Framework Octavio Juarez Espinosa Civil and Environmental Engineering Department, Carnegie Mellon University, Pittsburgh, PA oj22@andrew.cmu.edu

More information

Interactive Visualization of Genealogical Graphs

Interactive Visualization of Genealogical Graphs Interactive Visualization of Genealogical Graphs Michael J. McGuffin Ravin Balakrishnan Department of Computer Science, University of Toronto, http://www.dgp.toronto.edu ABSTRACT The general problem of

More information

Cabinet Tree: an orthogonal enclosure approach to visualizing and exploring big data

Cabinet Tree: an orthogonal enclosure approach to visualizing and exploring big data Yang et al. Journal of Big Data DOI 10.1186/s40537-015-0022-3 RESEARCH Open Access Cabinet Tree: an orthogonal enclosure approach to visualizing and exploring big data Yalong Yang 2,3, Kang Zhang 4,JianrongWang

More information

Ordered Treemap Layouts

Ordered Treemap Layouts Ordered Treemap Layouts Ben Shneiderman Department of Computer Science, Human-Computer Interaction Lab, Insitute for Advanced Computer Studies & Institute for Systems Research University of Maryland ben@cs.umd.edu

More information

A Survey on Cabinet Tree Based Approach to Approach Visualizing and Exploring Big Data

A Survey on Cabinet Tree Based Approach to Approach Visualizing and Exploring Big Data A Survey on Cabinet Tree Based Approach to Approach Visualizing and Exploring Big Data Sonali Rokade, Bharat Tidke PG Scholar, M.E., Dept. of Computer Network, Flora Institute of Technology, Pune, India

More information

A Dual-View Visualization of In-Car Communication Processes

A Dual-View Visualization of In-Car Communication Processes A Dual-View Visualization of In-Car Communication Processes Michael Sedlmair, Wolfgang Hintermaier, Konrad Stocker, Thorsten Büring, Andreas Butz BMW Group Research and Technology, University of Munich,

More information

Software Analysis Visualization

Software Analysis Visualization 28th International Conference on Software Engineering Software Analysis Visualization Harald Gall and Michele Lanza !oftware Visualiza"o# Tutorial F7 Software Evolution: Analysis and Visualization 2006

More information

Visual Analysis of People s Calling Network from CDR data

Visual Analysis of People s Calling Network from CDR data Visual Analysis of People s Calling Network from CDR data Category: Research Sloan Business School Media Lab Graduation Student Media Lab Staff Radial tree view of selected hierarchy and groups Media Lab

More information

CS 207 - Data Science and Visualization Spring 2016

CS 207 - Data Science and Visualization Spring 2016 CS 207 - Data Science and Visualization Spring 2016 Professor: Sorelle Friedler sorelle@cs.haverford.edu An introduction to techniques for the automated and human-assisted analysis of data sets. These

More information

Visualization of Phylogenetic Trees and Metadata

Visualization of Phylogenetic Trees and Metadata Visualization of Phylogenetic Trees and Metadata November 27, 2015 Sample to Insight CLC bio, a QIAGEN Company Silkeborgvej 2 Prismet 8000 Aarhus C Denmark Telephone: +45 70 22 32 44 www.clcbio.com support-clcbio@qiagen.com

More information

An Open Framework for Reverse Engineering Graph Data Visualization. Alexandru C. Telea Eindhoven University of Technology The Netherlands.

An Open Framework for Reverse Engineering Graph Data Visualization. Alexandru C. Telea Eindhoven University of Technology The Netherlands. An Open Framework for Reverse Engineering Graph Data Visualization Alexandru C. Telea Eindhoven University of Technology The Netherlands Overview Reverse engineering (RE) overview Limitations of current

More information

Fast Sequential Summation Algorithms Using Augmented Data Structures

Fast Sequential Summation Algorithms Using Augmented Data Structures Fast Sequential Summation Algorithms Using Augmented Data Structures Vadim Stadnik vadim.stadnik@gmail.com Abstract This paper provides an introduction to the design of augmented data structures that offer

More information

Visual Support for Analyzing Network Traffic and Intrusion Detection Events using TreeMap and Graph Representations

Visual Support for Analyzing Network Traffic and Intrusion Detection Events using TreeMap and Graph Representations Visual Support for Analyzing Network Traffic and Intrusion Detection Events using TreeMap and Graph Representations Florian Mansmann 1 Fabian Fischer 1 Daniel A. Keim 1 Stephen C. North 2 1 University

More information

Generalized Automatic Color Selection for Visualization

Generalized Automatic Color Selection for Visualization Generalized Automatic Color Selection for Visualization Amy Ciavolino and Tim Burke Abstract Creating a perceptually distinct coloring for visualizing large data sets with one or more related properties

More information

Protein Protein Interaction Networks

Protein Protein Interaction Networks Functional Pattern Mining from Genome Scale Protein Protein Interaction Networks Young-Rae Cho, Ph.D. Assistant Professor Department of Computer Science Baylor University it My Definition of Bioinformatics

More information

Multi-Dimensional Data Visualization. Slides courtesy of Chris North

Multi-Dimensional Data Visualization. Slides courtesy of Chris North Multi-Dimensional Data Visualization Slides courtesy of Chris North What is the Cleveland s ranking for quantitative data among the visual variables: Angle, area, length, position, color Where are we?!

More information

Part 2: Community Detection

Part 2: Community Detection Chapter 8: Graph Data Part 2: Community Detection Based on Leskovec, Rajaraman, Ullman 2014: Mining of Massive Datasets Big Data Management and Analytics Outline Community Detection - Social networks -

More information

Cushion Treemaps: Visualization of Hierarchical Information

Cushion Treemaps: Visualization of Hierarchical Information To be presented at the IEEE Symposium on Information Visualization (INFOVIS 99), San Francisco, October 25-26, 1999 Cushion Treemaps: Visualization of Hierarchical Information Jarke J. van Wijk Huub van

More information

A Visualization Technique for Monitoring of Network Flow Data

A Visualization Technique for Monitoring of Network Flow Data A Visualization Technique for Monitoring of Network Flow Data Manami KIKUCHI Ochanomizu University Graduate School of Humanitics and Sciences Otsuka 2-1-1, Bunkyo-ku, Tokyo, JAPAPN manami@itolab.is.ocha.ac.jp

More information

Visualizing Web Navigation Data with Polygon Graphs

Visualizing Web Navigation Data with Polygon Graphs Visualizing Web Navigation Data with Polygon Graphs Jiyang Chen, Tong Zheng, William Thorne, Daniel Huntley, Osmar R. Zaïane and Randy Goebel Department of Computing Science University of Alberta, Edmonton,

More information

User Experiments with Tree Visualization Systems

User Experiments with Tree Visualization Systems User Experiments with Tree Visualization Systems Alfred Kobsa University of California, Irvine ABSTRACT * This paper describes a comparative experiment with five wellknown tree visualization systems, and

More information

6.3 Treemaps: a space-filling approach to the visualization of hierarchical information structures

6.3 Treemaps: a space-filling approach to the visualization of hierarchical information structures Sparks of Innovation in Human-Computer Interaction, 275 B. Shneiderman, Ed., Ablex Publ., Norwood, NJ (1993) 6.3 Treemaps: a space-filling approach to the visualization of hierarchical information structures

More information

WikiPrints Rendering Enterprise Wiki Content for Printing

WikiPrints Rendering Enterprise Wiki Content for Printing WikiPrints Rendering Enterprise Wiki Content for Printing Kathrin Berkner * Ricoh Innovations, Inc., 2882 Sand Hill Rd., Suite 115, Menlo Park, CA, 94025 ABSTRACT Wikis have become a tool of choice for

More information

Information Visualization on the Base of Hierarchical Graph Models

Information Visualization on the Base of Hierarchical Graph Models Information Visualization on the Base of Hierarchical Graph Models V.N. KASYANOV Laboratory for Program Construction and Optimization Institute of Informatics Systems Lavrentiev pr. 6, Novosibirsk, 630090

More information

Trees in a Treemap: Visualizing multiple Hierarchies

Trees in a Treemap: Visualizing multiple Hierarchies Trees in a Treemap: Visualizing multiple Hierarchies Michael urch and Stephan iehl Computer Science, Catholic University ichstätt, 85072 ichstätt, Germany ASTRACT This paper deals with the visual representation

More information

Visualizing an Auto-Generated Topic Map

Visualizing an Auto-Generated Topic Map Visualizing an Auto-Generated Topic Map Nadine Amende 1, Stefan Groschupf 2 1 University Halle-Wittenberg, information manegement technology na@media-style.com 2 media style labs Halle Germany sg@media-style.com

More information

Presented by Peiqun (Anthony) Yu

Presented by Peiqun (Anthony) Yu Presented by Peiqun (Anthony) Yu A Multi-Scale, Multi-Layer, Translucent Virtual Space Henry Lieberman, IEEE International Conference on Information Visualization, London, September 1997. Constant Information

More information

A Conceptual Approach to Data Visualization for User Interface Design of Smart Grid Operation Tools

A Conceptual Approach to Data Visualization for User Interface Design of Smart Grid Operation Tools A Conceptual Approach to Data Visualization for User Interface Design of Smart Grid Operation Tools Dong-Joo Kang and Sunju Park Yonsei University unlimit0909@hotmail.com, boxenju@yonsei.ac.kr Abstract

More information

The Eyes Have It: A Task by Data Type Taxonomy for Information Visualizations. Ben Shneiderman, 1996

The Eyes Have It: A Task by Data Type Taxonomy for Information Visualizations. Ben Shneiderman, 1996 The Eyes Have It: A Task by Data Type Taxonomy for Information Visualizations Ben Shneiderman, 1996 Background the growth of computing + graphic user interface 1987 scientific visualization 1989 information

More information

Large Scale Information Visualization. Jing Yang Fall 2007. Interaction. A major portion of these slides come from John Stasko s course slides

Large Scale Information Visualization. Jing Yang Fall 2007. Interaction. A major portion of these slides come from John Stasko s course slides Large Scale Information Visualization Jing Yang Fall 2007 1 Interaction A major portion of these slides come from John Stasko s course slides 2 1 What is Interaction? From Google: Reciprocal action between

More information

Visual Data Mining : the case of VITAMIN System and other software

Visual Data Mining : the case of VITAMIN System and other software Visual Data Mining : the case of VITAMIN System and other software Alain MORINEAU a.morineau@noos.fr Data mining is an extension of Exploratory Data Analysis in the sense that both approaches have the

More information

Visualizing Traceability Links between Source Code and Documentation

Visualizing Traceability Links between Source Code and Documentation Visualizing Traceability Links between Source Code and Documentation Xiaofan Chen 1, John Hosking 2, John Grundy 3 1 Department of Computer Science, University of Auckland, Auckland, New Zealand xche044@aucklanduni.ac.nz

More information

VisCG: Creating an Eclipse Call Graph Visualization Plug-in. Kenta Hasui, Undergraduate Student at Vassar College Class of 2015

VisCG: Creating an Eclipse Call Graph Visualization Plug-in. Kenta Hasui, Undergraduate Student at Vassar College Class of 2015 VisCG: Creating an Eclipse Call Graph Visualization Plug-in Kenta Hasui, Undergraduate Student at Vassar College Class of 2015 Abstract Call graphs are a useful tool for understanding software; however,

More information

Family Tree Visualization

Family Tree Visualization Family Tree Visualization Kerstin Keller University of California, Berkeley Email: k keller@berkeley.edu Prahalika Reddy University of California, Berkeley Email: prali@berkeley.edu Shimul Sachdeva University

More information

Hierarchical-temporal data visualization using a Tree-ring Metaphor

Hierarchical-temporal data visualization using a Tree-ring Metaphor Hierarchical-temporal data visualization using a Tree-ring Metaphor Roberto Theron Departamento de Informática y Automática Facultad de Ciencias - Universidad de Salamanca Plaza de la Merced s/n. 37008.

More information