Software visualization. Why visualization?
|
|
|
- Harold Quinn
- 9 years ago
- Views:
Transcription
1 Software visualization Tudor Gîrba Software Visualization is the use of typography, graphic design, animation, and cinematography with human-computer interaction and computer graphics to facilitate both the human understanding and effective use of software. Blaine A. Price, Ronald M. Baecker and Ian S. Small, A Principled Taxonomy of Software Visualization, Journal of Visual Languages and Computing, vol. 4, no. 3, 1993, pp Complete definition: Software Visualization is the use of the crafts of typography, graphic design, animation, and cinematography with modern human-computer interaction and computer graphics technology to facilitate both the human understanding and effective use of software. Price etal Why visualization?
2 A picture is worth a thousand words. Anonymous 1854, London, cholera epidemic Edward R. Tufte, Visual Explanations, Graphics Press, It was not known how cholera was transmitted. Dr. John Snow had the hypothesis that it gets transmitted via water. To check this, he plotted on the map of the city: - the deaths of a new epidemic (dots) - the water pumps (Xs). The result was that high number of deaths were detected near infected water pump on Broad Street This is a picture of ENIAC I (1946). ( In 1946 we used to see the programs. In the picture we can see the complexity of the program in how intricate the cables are. And we see who is working on what. This is no longer the case with modern software systems.
3 A picture is worth a thousand words. Anonymous We are visual beings The picture is taken from: Stéphane Ducasse, Tudor Gîrba and Adrian Kuhn, Distribution Map, Proceedings of 22nd IEEE International Conference on Software Maintenance (ICSM '06), IEEE Computer Society, Los Alamitos CA, 2006, pp How many groups do you see? Some see 3 groups and some see 4 groups. Those that see 3, see the circle in the center as belonging to the group formed by the two circles at the bottom.
4 How many groups do you see? Enclosing clarifies the situation. How many groups do you see? Again, no problem in identifying 3 groups when circles are connected with edges. How many groups do you see? The same happens when the circles share the same visual shape.
5 Gestalt principles Stephen Few, Show me the numbers: Designing Tables and Graphs to Enlighten, Analytics Press, proximity similarity These are some examples of so called Gestalt principles. According to these, we perceive the world as a whole rather than as a sum of parts. enclosure connectivity More Gestalt principles Stephen Few, Show me the numbers: Designing Tables and Graphs to Enlighten, Analytics Press, Two more examples of Gestalt principles. closure continuity Iconic memory Short-term memory Our brain is a computer with 3 types of memory: Iconic Short-term Long-term < 1 second very fast automatic subconscious preattentive couple of seconds 3-9 chunks
6 If eyes are computers, visualizations are programs. Orientation Line Length Line Width Size These attributes of form are the primitive instructions we can use for building these programs. Shape Curvature Added Marks Enclosure How many times does 5 appear? Exemplifying Preattentive Processing Colin Ware, Information Visualisation, Elsevier, Sansome Street, San Fransico, p How many times does 5 appear? Colin Ware, Information Visualisation, Elsevier, Sansome Street, San Fransico, p
7 70% of all external input comes through the eye To see is often used a synonym for to understand. Do you see my point? A picture is worth a thousand words. Anonymous This picture shows approximately 350 words for a tiny system. UML took it literally :)
8 Letʼs see what else can we do with 1000 words. Example: what is? If we display all of them equally, we cannot identify much. Increasing the font size leads to a tag cloud visualization. The small text is hardly readable, but it still competes for attention.
9 If we decrease the visual importance of the small text, we still know itʼs there but the important words stand out more. Still, alphabetical order is not necessarily the most relevant. Ordering the words eases our task. An example of what can be done with 1000 words. What to visualize? How to visualize?
10 What to visualize? What to visualize? Software structure UML is a nice visual language for expressing ideas, but it is hardly useful as a visualization. In this example, we show a small fragment of the model hierarchy in Moose. Still even at this level of zoom, we cannot see the details.
11 If we zoom out, all we see is the shape of hierarchies, and the shape of classes. System Complexity shows class hierarchies Michele Lanza and Stéphane Ducasse, Polymetric Views A Lightweight Visual Approach to Reverse Engineering, IEEE Transactions on Software Engineering, vol. 29, no. 9, September 2003, pp scgbib.cgi/abstract=yes?lanz03d System complexity is a polymetric view that does a better job at showing the shape of hierarchies and of individual classes. Lanza, Ducasse 2003 Polymetric views show up to 5 metrics Height metric Width metric Michele Lanza, Object-Oriented Reverse Engineering Coarse-grained, Fine-grained, and Evolutionary Software Visualization, Ph.D. thesis, University of Berne, May Polymetric views are graphs enriched with metric information. Position metrics Color metric Lanza 2003
12 System complexity of ArgoUML. Node = class Edge = inheritance Node width = number of attributes (NOA) Node height = number of methods (NOM) Node color = number of lines of code (LOC) Lanza, Ducasse 2003 Distribution Map shows properties over structure Stéphane Ducasse, Tudor Gîrba and Adrian Kuhn, Distribution Map, Proceedings International Conference on Software Maintainance (ICSM 2006), IEEE Computer Society, Los Alamitos CA, 2006, pp This picture shows classes (small squares) grouped in packages (large rectangles). The color of the classes is given by the predominant concept. The labels show the package name, but they are cropped when longer that the package width. The classes in the package are arranged to get a ration between width and height as close as possible to the golden ratio ( ). Ducasse etal packages, 394 classes and 9 concepts of JEdit. Package Map shows who owns what classes Orla Greevy, Tudor Gîrba and Stéphane Ducasse, How Developers Develop Features, Proceedings of 11th European Conference on Software Maintenance and Reengineering (CSMR 2007), IEEE Computer Society, Los Alamitos CA, 2007, pp Greevy 2007
13 Treemaps show the hierarchical structure by filling completely the given space. The picture shows the files colored by type of ArgoUML 0.26 and it was generated with Disk Inventory ( Blue are Documents, Red are Jars, Cyan are Pictures, Cyan are Java Shneiderman 1992 What to visualize? Software structure Software relationships Class Blueprint shows class internals Initialize Interface Internal Accessor Attribute invocation and access direction Ducasse, Lanza 2005 Stéphane Ducasse and Michele Lanza, The Class Blueprint: Visually Supporting the Understanding of Classes, IEEE Transactions on Software Engineering, vol. 31, no. 1, January 2005, pp Duca05b The class is split into 5 layers: - The initialize layer contains constructor methods, - The Interface layer contains methods called from outside the class, - The Internal implementation layer contains methods called from within the class, - The Accessor layer contains setters and getters, - The Attribute layer contains the attributes :). Blue edges represent method invocations. Cyan edges represent attribute access.
14 Class Blueprint has a rich vocabulary The blueprint has a rich vocabulary. external access internal access Attribute Access Invocation On both dimensions of methods and attributes are mapped metrics. On the color of the methods are mapped different attributes of the method. Regular Constant invocations Overriding Delegating lines Method Extending Setter Abstract Getter Ducasse, Lanza 2005 The picture on the left shows the blueprint of one superclass and 3 of its subclasses. The subclasses have the same shape and color (given by overriding methods). Hence the name Siamese twins. The picture on the right shows a class that has two distinct interests, because the methods on top do not have a direct relationship with the methods on the bottom (we see that because there is no blue edge in between). Ducasse, Lanza 2005 Danny Holten, Hierarchical Edge Bundles: Visualization of Adjacency Relations in Hierarchical Data, IEEE Transactions on Visualization and Computer Graphics (TVCG; Proceedings of Vis/InfoVis 2006), Vol. 12, No. 5, Pages , One straightforward way of representing relationships is to display entities in a circle and draw edges between them. The picture shows classes organized in a module structure and the arrows are dependencies (red=called, green=caller). We know that Units 16 and 18 are called many times, but we do not know exactly where from. The picture is too noisy. Holten 2006
15 Hierarchical edge bundles clarify dependencies Danny Holten, Hierarchical Edge Bundles: Visualization of Adjacency Relations in Hierarchical Data, IEEE Transactions on Visualization and Computer Graphics (TVCG; Proceedings of Vis/InfoVis 2006), Vol. 12, No. 5, Pages , Hierarchical edge bundles make use of the hierarchical structure of entities to make relationships between larger parts clearer. Holten 2006 Visual Comparison of Hierarchically Organized Data" (PDF available through EUROGRAPHICS / Blackwell Publishing), Danny Holten and Jarke J. van Wijk, 10th Eurographics/IEEE-VGTC Symposium on Visualization (Computer Graphics Forum; Proceedings of EuroVis'08), This visualization uses hierarchical edge bundles to show the relationships between two hierarchies of data. Holten 2008 Correlation Matrix reveals correlations A correlation matrix displays the same entities both on the rows and on the columns. Each cell in the matrix is colored based on the strength of the correlation. This notation is useful for identifying similarities (e.g., code duplication). user, run, load, message, file, buffer, util property, AWT, edit, show, update, sp, set start, buffer, end, text, length, line, count action, box, component, event, button, layout, GUI start, length, integer, end, number, pre, count In this picture, the matrix displays the similarity of vocabulary used in the classes of JEdit. Furthermore, the classes are grouped to reveal clusters of classes that use similar vocabulary. XML, dispatch, microstar, reader, XE, register, receive current, buffer, idx, review, archive, endr, TAR BSH, simple, invocation, assign, untype, general, arbitrary maximum, label, link, item, code, put, vector Kuhn etal 2006 Adrian Kuhn, Stéphane Ducasse and Tudor Gîrba, Semantic Clustering: Identifying Topics in Source Code, Information and Software Technology, vol. 49, no. 3, March 2007, pp
16 Arc diagrams show duplications Martin Wattenberg, Arc diagrams: visualizing structure in strings, In Proceedings of IEEE Symposium on Information Visualization, 2002 (INFOVIS 2002), Wattenberg 2002 What to visualize? Software structure Software relationships Metaphors Software Map reveals software geography It took thousands of years to build the first abstract representation of the real world using x and y axis. Software on the other hand, has no physical shape and one challenge is to lay it out so that the distance between entities has a meaning. This visualization proposes a cartography metaphor to represent software. The entities are distributed based on the vocabulary used. Kuhn etal 2008 Adrian Kuhn, Peter Loretan and Oscar Nierstrasz, Consistent Layout for Thematic Software Maps, Proceedings of 15th Working Conference on Reverse Engineering (WCRE'08), IEEE Computer Society Press, Los Alamitos CA, October 2008, pp
17 CodeCity reveals where software lives Richard Wettel and Michele Lanza, Visualizing Software Systems as Cities, Proceedings of VISSOFT 2007 (4th IEEE International Workshop on Visualizing Software For Understanding and Analysis), 2007, pp CodeCity represents the system structure as a city. The packages generate quarters, while the classes are buildings. Wettel 2007 Richard Wettel, Michele Lanza Visually Localizing Design Problems with Disharmony Maps In Proceedings of Softvis 2008 (4th International ACM Symposium on Software Visualization), pp , ACM Press, In this work, design flaw suspects are highlighted with different colors. Wettel 2008 What to visualize? Software structure Software relationships Metaphors Interaction
18 Softwarenaut discovers architecture Mircea Lungu, Michele Lanza and Tudor Gîrba, Package Patterns for Visual Architecture Recovery, Proceedings of CSMR 2006 (10th European Conference on Software Maintenance and Reengineering), IEEE Computer Society Press, Los Alamitos CA, 2006, pp Lungu etal 2006 What to visualize? How to visualize? Visualization does not guarantee understanding Visualization does not guarantee understanding Not any picture tells a thousand words.
19 Edward R. Tufte, The Visual Display of Quantitative Information (2nd edition), Graphics Press, Colin Ware, Information Visualisation, Elsevier, Sansome Street, San Fransico, Stephen Few, Show me the numbers: Designing Tables and Graphs to Enlighten, Analytics Press, Edward R. Tufte, The Visual Display of Quantitative Information (2nd edition), Graphics Press, Minimize non-data ink Tufte, 1990 Excel 2004 default Excel 2004 default + 6 actions The 6 actions are: 1. Remove background. 2. Remove legend. 3. Add better graph description. 4. Make the series line black for better contrast. 5. Make the grid lines light gray to be less intrusive. 6. Make the dates to start from the origin to avoid confusions.
20 Stéphane Ducasse, Tudor Gîrba and Adrian Kuhn, Distribution Map, Proceedings International Conference on Software Maintainance (ICSM 2006), IEEE Computer Society, Los Alamitos CA, 2006, pp The only element debatable to be chart junk is the black border which could be perhaps made gray. Ducasse etal 2006 Edward R. Tufte, The Visual Display of Quantitative Information (2nd edition), Graphics Press, Maximize data ink Tufte, 1990
21 InfoBug is cute and condensed Mei C. Chuah and Stephen G. Eick, Information Rich Glyphs for Software Management Data, IEEE Computer Graphics and Applications, vol. 18, no. 4, July 1998, pp Chuah, Eick, 2006 Interesting about this visualization is that each part of the bug bears information, and the result is a pleasant glyph: - the wings show two time series of lines of code (left) and errors detected (right) - the antenas show different types of code. For example the orange line shows the amount of C code. - The eye shows the amount of inheritance relationships. - With red and green are shown lines added to correct errors (red) or for new functionality (green). Each visualization provides a language that needs to be learnt
22 System Complexity 1 node type 1 edge type 3 metrics Class Blueprint 3 node types 2 edge types 3 metrics 8 properties A small experiment 1, 13, 27, 4, 96
23 What were the numbers? Easy! What s the last advertisement you saw?
24 Not so easy! Each visualization provides a language that needs to be learnt Just at the beginning of 20th century artists sought means of expression that would match the industrial age, now, as we step into the information age we seek new artistic means of expression. Visualization is art, too
25 Visualization is art, too. The picture on the top right: The other two pictures were created with Mondrian. Two nice collections of visualizations are: This picture was created by Michele Lanza The zeppelin! The picture shows C grammar dependencies and it was created by Magiel Bruntink, Jurgen Vinju and CWI
26 Michael Balzer, Oliver Deussen and Claus Lewerentz, Voronoi treemaps for the visualization of software metrics, SoftVis '05: Proceedings of the 2005 ACM symposium on Software visualization, ACM, New York, NY, USA, 2005, pp The picture shows a novel way of drawing treemaps. Color plate 1: Voronoi Treemap visualization of the static structure of the software system JFree (top), the outbound calls of classes by other classes in the software system ArgoUML (lower left), and the lines of code of files in the software system JFree (lower right). 215 Tudor Gîrba creativecommons.org/licenses/by/3.0/
The Class Blueprint A Visualization of the Internal Structure of Classes
The Class Blueprint A Visualization of the Internal Structure of Classes Michele Lanza Software Composition Group University Of Bern Bern, Switzerland [email protected] Stéphane Ducasse Software Composition
Program Understanding with Code Visualization
Program Understanding with Code Visualization Arif Iftikhar Department of Computer Science National University of Computer and Emerging Sciences 852-B Faisal Town, Lahore, Pakistan [email protected]
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
CodeCrawler An Extensible and Language Independent 2D and 3D Software Visualization Tool
CodeCrawler An Extensible and Language Independent 2D and 3D Software Visualization Tool Michele Lanza Software Engineering Group Department of Informatics University of Zurich, Switzerland Stéphane Ducasse
VISUALIZATION APPROACH FOR SOFTWARE PROJECTS
Canadian Journal of Pure and Applied Sciences Vol. 9, No. 2, pp. 3431-3439, June 2015 Online ISSN: 1920-3853; Print ISSN: 1715-9997 Available online at www.cjpas.net VISUALIZATION APPROACH FOR SOFTWARE
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
IMPROVING JAVA SOFTWARE THROUGH PACKAGE STRUCTURE ANALYSIS
IMPROVING JAVA SOFTWARE THROUGH PACKAGE STRUCTURE ANALYSIS Edwin Hautus Compuware Europe P.O. Box 12933 The Netherlands [email protected] Abstract Packages are an important mechanism to decompose
Exploiting Dynamic Information in IDEs Eases Software Maintenance
Exploiting Dynamic Information in IDEs Eases Software Maintenance David Röthlisberger Software Composition Group, University of Bern, Switzerland [email protected] Abstract The integrated development
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
Principles of Data Visualization for Exploratory Data Analysis. Renee M. P. Teate. SYS 6023 Cognitive Systems Engineering April 28, 2015
Principles of Data Visualization for Exploratory Data Analysis Renee M. P. Teate SYS 6023 Cognitive Systems Engineering April 28, 2015 Introduction Exploratory Data Analysis (EDA) is the phase of analysis
Program Understanding in Software Engineering
Taming the complexity: The need for program understanding in software engineering Raghvinder S. Sangwan, Ph.D. Pennsylvania State University, Great Valley School of Graduate Professional Studies Robert
Software Engineering & Architecture
Software Engineering & Architecture 11. QUALITY METRICS AND VISUALIZATION Martin Kropp University of Applied Sciences Northwestern Switzerland Institute for Mobile and Distributed Systems References Some
Génie Logiciel et Gestion de Projets. Evolution
Génie Logiciel et Gestion de Projets Evolution 1 Roadmap Evolution: definitions Re-engineering Legacy systems Reverse engineering Software Visualisation Re-engineering Patterns 2 Evolution: Definitions
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
Making the most of your conference poster. Dr Krystyna Haq Graduate Education Officer Graduate Research School
Making the most of your conference poster Dr Krystyna Haq Graduate Education Officer Graduate Research School Why present a conference poster? Why present a conference poster? communicate a message (your
Visualization Quick Guide
Visualization Quick Guide A best practice guide to help you find the right visualization for your data WHAT IS DOMO? Domo is a new form of business intelligence (BI) unlike anything before an executive
A Visualization Approach for Bug Reports in Software Systems
, pp. 37-46 http://dx.doi.org/10.14257/ijseia.2014.8.10.04 A Visualization Approach for Bug Reports in Software Systems Maen Hammad 1, Somia Abufakher 2 and Mustafa Hammad 3 1, 2 Department of Software
BugMaps-Granger: A Tool for Causality Analysis between Source Code Metrics and Bugs
BugMaps-Granger: A Tool for Causality Analysis between Source Code Metrics and Bugs César Couto 1,2, Pedro Pires 1, Marco Túlio Valente 1, Roberto S. Bigonha 1, Andre Hora 3, Nicolas Anquetil 3 1 Department
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
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
Numbers as pictures: Examples of data visualization from the Business Employment Dynamics program. October 2009
Numbers as pictures: Examples of data visualization from the Business Employment Dynamics program. October 2009 Charles M. Carson 1 1 U.S. Bureau of Labor Statistics, Washington, DC Abstract The Bureau
SuperViz: An Interactive Visualization of Super-Peer P2P Network
SuperViz: An Interactive Visualization of Super-Peer P2P Network Anthony (Peiqun) Yu [email protected] Abstract: The Efficient Clustered Super-Peer P2P network is a novel P2P architecture, which overcomes
Voronoi Treemaps in D3
Voronoi Treemaps in D3 Peter Henry University of Washington [email protected] Paul Vines University of Washington [email protected] ABSTRACT Voronoi treemaps are an alternative to traditional rectangular
CSU, Fresno - Institutional Research, Assessment and Planning - Dmitri Rogulkin
My presentation is about data visualization. How to use visual graphs and charts in order to explore data, discover meaning and report findings. The goal is to show that visual displays can be very effective
Security visualisation
Security visualisation This thesis provides a guideline of how to generate a visual representation of a given dataset and use visualisation in the evaluation of known security vulnerabilities by Marco
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 [email protected]
TOP-DOWN DATA ANALYSIS WITH TREEMAPS
TOP-DOWN DATA ANALYSIS WITH TREEMAPS Martijn Tennekes, Edwin de Jonge Statistics Netherlands (CBS), P.0.Box 4481, 6401 CZ Heerlen, The Netherlands [email protected], [email protected] Keywords: Abstract:
Introduction to Dashboards in Excel 2007. Craig W. Abbey Director of Institutional Analysis Academic Planning and Budget University at Buffalo
Introduction to Dashboards in Excel 2007 Craig W. Abbey Director of Institutional Analysis Academic Planning and Budget University at Buffalo Course Objectives 1. Learn how to layout various types of dashboards
GUIDELINES FOR PREPARING POSTERS USING POWERPOINT PRESENTATION SOFTWARE
Society for the Teaching of Psychology (APA Division 2) OFFICE OF TEACHING RESOURCES IN PSYCHOLOGY (OTRP) Department of Psychology, Georgia Southern University, P. O. Box 8041, Statesboro, GA 30460-8041
This file contains 2 years of our interlibrary loan transactions downloaded from ILLiad. 70,000+ rows, multiple fields = an ideal file for pivot
Presented at the Southeastern Library Assessment Conference, October 22, 2013 1 2 3 This file contains 2 years of our interlibrary loan transactions downloaded from ILLiad. 70,000+ rows, multiple fields
<Insert Picture Here> Web 2.0 Data Visualization with JSF. Juan Camilo Ruiz Senior Product Manager Oracle Development Tools
Web 2.0 Data Visualization with JSF Juan Camilo Ruiz Senior Product Manager Oracle Development Tools 1 The preceding is intended to outline our general product direction. It is intended
Dynamic Visualization and Time
Dynamic Visualization and Time Markku Reunanen, [email protected] Introduction Edward Tufte (1997, 23) asked five questions on a visualization in his book Visual Explanations: How many? How often? Where? How
Excel Tutorial. Bio 150B Excel Tutorial 1
Bio 15B Excel Tutorial 1 Excel Tutorial As part of your laboratory write-ups and reports during this semester you will be required to collect and present data in an appropriate format. To organize and
How To Create A Visualization In Java 2D With A Model Of A Class Diagram In A Programmable Model (Programmer)
Scripting Interactive Visualizations Masterarbeit der Philosophisch-naturwissenschaftlichen Fakultät der Universität Bern vorgelegt von Michael Meyer im November 2006 Leiter der Arbeit Prof. Dr. Oscar
MicroStrategy Analytics Express User Guide
MicroStrategy Analytics Express User Guide Analyzing Data with MicroStrategy Analytics Express Version: 4.0 Document Number: 09770040 CONTENTS 1. Getting Started with MicroStrategy Analytics Express Introduction...
Using Microsoft Word. Working With Objects
Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects
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
A Survey Paper on Software Architecture Visualization
A Survey Paper on Software Architecture Visualization Yaser Ghanam and Sheelagh Carpendale Department of Computer Science University of Calgary, Canada T2N 1N4 {yghanam, sheelagh}@ucalgary.ca ABSTRACT
Using Clang to Visualize Large Codebases. Nathan Hawes and Ben Barham Oracle Labs Australia October 2014
Using Clang to Visualize Large Codebases Nathan Hawes and Ben Barham Oracle Labs Australia October 2014 Safe Harbour The following is intended to provide some insight into a line of research in Oracle
Choosing Colors for Data Visualization Maureen Stone January 17, 2006
Choosing Colors for Data Visualization Maureen Stone January 17, 2006 The problem of choosing colors for data visualization is expressed by this quote from information visualization guru Edward Tufte:
Making Visio Diagrams Come Alive with Data
Making Visio Diagrams Come Alive with Data An Information Commons Workshop Making Visio Diagrams Come Alive with Data Page Workshop Why Add Data to A Diagram? Here are comparisons of a flow chart with
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
Publisher 2010 Cheat Sheet
April 20, 2012 Publisher 2010 Cheat Sheet Toolbar customize click on arrow and then check the ones you want a shortcut for File Tab (has new, open save, print, and shows recent documents, and has choices
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
9. Text & Documents. Visualizing and Searching Documents. Dr. Thorsten Büring, 20. Dezember 2007, Vorlesung Wintersemester 2007/08
9. Text & Documents Visualizing and Searching Documents Dr. Thorsten Büring, 20. Dezember 2007, Vorlesung Wintersemester 2007/08 Slide 1 / 37 Outline Characteristics of text data Detecting patterns SeeSoft
Best Practices for Dashboard Design with SAP BusinessObjects Design Studio
Ingo Hilgefort, SAP Mentor February 2015 Agenda Best Practices on Dashboard Design Performance BEST PRACTICES FOR DASHBOARD DESIGN WITH SAP BUSINESSOBJECTS DESIGN STUDIO DASHBOARD DESIGN What is a dashboard
Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4
Excel Unit 4 Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Step by Step 4.1 Creating and Positioning Charts GET READY. Before
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
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
an introduction to VISUALIZING DATA by joel laumans
an introduction to VISUALIZING DATA by joel laumans an introduction to VISUALIZING DATA iii AN INTRODUCTION TO VISUALIZING DATA by Joel Laumans Table of Contents 1 Introduction 1 Definition Purpose 2 Data
An Introduction to Software Visualization. Visualization. Types of Software Visualization. Course Overview
An Introduction to Software Dr. Jonathan I. Maletic Software DevelopMent Laboratory Department of Computer Science Kent State University Course Overview Introductory Lectures Software visualization
MultiExperiment Viewer Quickstart Guide
MultiExperiment Viewer Quickstart Guide Table of Contents: I. Preface - 2 II. Installing MeV - 2 III. Opening a Data Set - 2 IV. Filtering - 6 V. Clustering a. HCL - 8 b. K-means - 11 VI. Modules a. T-test
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
The Use of Information Visualization to Support Software Configuration Management *
The Use of Information Visualization to Support Software Configuration Management * Roberto Therón 1, Antonio González 1, Francisco J. García 1, Pablo Santos 2 1 Departamento de Informática y Automática,
An Eclipse Plug-In for Visualizing Java Code Dependencies on Relational Databases
An Eclipse Plug-In for Visualizing Java Code Dependencies on Relational Databases Paul L. Bergstein, Priyanka Gariba, Vaibhavi Pisolkar, and Sheetal Subbanwad Dept. of Computer and Information Science,
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 [email protected] Abstract. To find hidden features
Excel 2007 Basic knowledge
Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft
Plotting: Customizing the Graph
Plotting: Customizing the Graph Data Plots: General Tips Making a Data Plot Active Within a graph layer, only one data plot can be active. A data plot must be set active before you can use the Data Selector
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
Aspect Oriented Strategy to model the Examination Management Systems
Aspect Oriented Strategy to model the Examination Management Systems P.Durga 1, S.Jeevitha 2, A.Poomalai 3, Prof.M.Sowmiya 4 and Prof.S.Balamurugan 5 Department of IT, Kalaignar Karunanidhi Institute of
Excel -- Creating Charts
Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel
Technical Report. The KNIME Text Processing Feature:
Technical Report The KNIME Text Processing Feature: An Introduction Dr. Killian Thiel Dr. Michael Berthold [email protected] [email protected] Copyright 2012 by KNIME.com AG
Visualizing Data from Government Census and Surveys: Plans for the Future
Censuses and Surveys of Governments: A Workshop on the Research and Methodology behind the Estimates Visualizing Data from Government Census and Surveys: Plans for the Future Kerstin Edwards March 15,
Polymetric Views A Lightweight Visual Approach to Reverse Engineering
Polymetric Views A Lightweight Visual Approach to Reverse Engineering Michele Lanza, Stéphane Ducasse Preprint of the Transactions on Software Engineering Journal 1 Abstract Reverse engineering software
Johannes Sametinger. C. Doppler Laboratory for Software Engineering Johannes Kepler University of Linz A-4040 Linz, Austria
OBJECT-ORIENTED DOCUMENTATION C. Doppler Laboratory for Software Engineering Johannes Kepler University of Linz A-4040 Linz, Austria Abstract Object-oriented programming improves the reusability of software
Expert Color Choices for Presenting Data
Expert Color Choices for Presenting Data Maureen Stone, StoneSoup Consulting The problem of choosing colors for data visualization is expressed by this quote from information visualization guru Edward
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
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 [email protected] 2 media style labs Halle Germany [email protected]
Microsoft Excel 2010 Tutorial
1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and
Create a Poster Using Publisher
Contents 1. Introduction 1. Starting Publisher 2. Create a Poster Template 5. Aligning your images and text 7. Apply a background 12. Add text to your poster 14. Add pictures to your poster 17. Add graphs
Interactive Voting System. www.ivsystem.nl. IVS-Basic IVS-Professional 4.4
Interactive Voting System www.ivsystem.nl IVS-Basic IVS-Professional 4.4 Manual IVS-Basic 4.4 IVS-Professional 4.4 1213 Interactive Voting System The Interactive Voting System (IVS ) is an interactive
All V7 registers support barcode printing, except the Sharp 410/420 1A ROM and that limitation is based upon the register.
Tools Section Barcode Printing These are basic instructions for Version 7 Polling barcode printing. Users will need to have a PLU/UPC file containing either UPC-A, UPC-E, EAN 13 or EAN 8 numbers, label
Copyright 2008 Stephen Few, Perceptual Edge Page of 11
Copyright 2008 Stephen Few, Perceptual Edge Page of 11 Dashboards can keep people well informed of what s going on, but most barely scratch the surface of their potential. Most dashboards communicate too
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
Creating a PowerPoint Poster using Windows
Creating a PowerPoint Poster using Windows Copyright 2001 Michael Dougherty ([email protected]) Purpose The purpose of this tutorial is to illustrate how to create a 3 x 4 ft. poster using PowerPoint. This
Voronoi Treemaps for the Visualization of Software Metrics
Voronoi Treemaps for the Visualization of Software Metrics Michael Balzer University of Konstanz, Germany Oliver Deussen University of Konstanz, Germany Claus Lewerentz Brandenburg University of Technology
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
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
DIA Creating Charts and Diagrams
DIA Creating Charts and Diagrams Dia is a vector-based drawing tool similar to Win32 OS Visio. It is suitable for graphical languages such as dataflow diagrams, entity-relationship diagrams, organization
