Graph Drawing in Spectral Layout∗

Total Page:16

File Type:pdf, Size:1020Kb

Graph Drawing in Spectral Layout∗ Graph drawing in spectral layout∗ Maureen Gallagher Colleen Tygh John Urschel Ludmil Zikatanov Beginning: July 18, 2013; Today is: October 12, 2013 1 Introduction Our research focuses on the use of spectral graph drawing techniques (see [5] and [3]) and other mathematical tools to create a two-dimensional (2D) representation of the graph of a sparse matrix. The actual graph drawing then amounts to displaying a particular arrangement of the vertices and edges of a given graph in two dimensions. We use a spectral layout that provides coordinates using the second and third eigenvectors of the associated graph Laplacian. To compute the eigenvectors and eigenvalues, we implement a subspace correction method proposed in [4] and further analyzed in [1]. 1.1 Some graph drawing applications Several important applications of graph drawing emerge from the analysis of networks, including those evident in social media sites. In particular, drawing graphs of networks can aid the following tasks: • Exploration of data: Displaying nodes and ties in various layouts and attributing color, size and other properties to nodes allows for the better visualization and analysis of data. • Analyzing collaboration graphs: { Vertices represent participants or people. { Edges join two participants if a collaborative relationship exists between them. { Edge weights denote positive and negative relationships. • Analysis of sociograms: Digraphs that diagram the structures and patterns of group interac- tions facilitate the study of choices or preferences within a group. With the quick and recent expansion of social networking, graph drawing is gaining a great deal of attention. Some of the currently available graph-drawing software includes the following: • Wolfram Alpha: This online service can connect to Facebook and make charts of friend connections and relationships. • Weighted Spectral Distribution: This MATLAB tool applies to undirected graphs. ∗These notes are based on the 2013 summer research as a part of the Computational Mathematics for Un- dergraduate Students in the Department of Mathematics, Penn State, University Park, PA, 16802, USA; see http://sites.psu.edu/cmus2013/ for details 1 • LTAS Technologies, Inc.: Among many other applications, this web identity search tool for Facebook finds the degree of separation between any two Facebook users and displays it in a graph. 2 Graph Theory: Preliminaries We consider a general combinatorial graph G = (V; E), where • V is the set of vertices: a set of discrete objects (but usually isomorphic to f1; : : : ; ng). • E is the set of edges: ordered or unordered pairs of vertices. We will consider two different types of graphs: undirected graphs and directed graphs. In an undirected graph for an edge (c; m), we always have (c; m) = (m; c), while in a directed graph (c; m) 6= (m; c). In addition, multigraphs allow multiple edges between vertices and loop graphs contain an edge that connects a vertex to itself. If the graph is weighted, one may associate a weight with every edge of a graph. Finally, a simple graph is an undirected graph that contains no loops or parallel edges. We will focus on weighted and unweighted simple graphs. 2.1 Characteristics of Graphs . All graphs have the following characteristics: • order: V (G) = jV j (the number of vertices) • size: E(G) = jEj (the number of edges) • degree of a vertex: the number of edges incident to the vertex (gives an idea of how directly connected it is) • connectedness: A graph is connected if for any two vertices v1; v2 2 V there exists a path from v1 to v2; a path being a sequence of vertices v1 = w1; w2 : : : ; wk = v2 such that (wj−1; wj) 2 E, for all j = 2; : : : ; k. • partition of a graph: splitting V in two disjoint subsets, namely, V = V1 [V2 with V1 \V2 = ;. A graph is connected if for every partition there exists an edge connecting the two sets of vertices. 2.2 Matrices and graphs We will now introduce several matrix representations of graphs, such as the adjacency and graph Laplacian matrices. In this and the following sections, we shall consider simple, undirected graphs (possibly weighted). n×n • Adjacency matrix A 2 IR , n = jV j, where Aij equals the number of edges between vertex i and vertex j • graph Laplacian matrix L = D − A, where D is the degree matrix of the graph (D = diag(d(v1); d(v2); : : : ; d(vn)) and A is the adjacency matrix of the graph. Here, d(vk) for a vertex vk 2 V is the number of edges incident with vk. 2 Homework Show that for a simple undirected graph, Lij = −1 for i 6= j, and Lii = d(i) (the degree of vertex i). 3 Graph drawing and eigenvalues The graph Laplacian L of a simple graph is a symmetric matrix. If σ(L) is the set of eigenvalues of the symmetric matrix L, we can conclude that all eigenvalues of L are real, that is, σ(L) ⊂ IR. Moreover, since the row and column sums of a graph Laplacian are zero, we immediately obtain that L1 = 0, where 1 = (1;:::; 1)T (the constant vector). In other words, 0 2 σ(A). | {z } n On IRn we have an inner (or scalar) product n X (u; v) = u1v1 + u2v2 + :::; +unvn = uivi: (1) j=1 Using the inner product, with every matrix, such as L, we associate a bilinear form: n n X X n n (Lu; v) = Lijujvi; for all u 2 IR ; v 2 IR : i=1 j=1 The fact that L1 = 0 implies that X Lij = −Lii; for all i = 1; : : : ; n: j6=i The sum on the left side of the above identity is over all j 2 f1; : : : ; ng such that j 6= i. Homework Given that L1 = 0, show that the above bilinear form can be written as: n n 1 X X (Lu; v) = (−L )(u − u )(v − v ): 2 ij i j i j i=1 j=1 n Further show that if all Lij ≤ 0, then (Lu; u) ≥ 0 for all u 2 IR . Such an L is called symmetric positive semidefinite. The extreme eigenvalues of L will be extreme values of the Rayleigh quotient if σ(L) = fλ1; λ2; : : : ; λng; λ1 ≤ λ2 ≤ :::; ≤ λn: (Lv; v) (Lv; v) λ1 = min ; λn = max : v2IRn (v; v) v2IRn (v; v) As we checked in the Homework, (Lv; v) ≥ 0 and (L1; 1) = 0. We conclude that λ1 = 0 and the corresponding eigenvector is 1. For a connected, undirected graph with positive edge weights it can be shown that 0 is a simple eigenvalue, namely, 0 = λ1 < λ2 ≤ λ2 ::: ≤ λn. Furthermore, it can be shown that if (λ2; v2) and (λ2; v3) are the eigenvalue and eigenvector pairs of L, then (Lv; v) (Lv; v) λ2 = min ; λ3 = min ; (2) v2V2 (v; v) v2V3 (v; v) 3 where V1 is the subspace of vectors orthogonal to 1, and V2 is the subspace of vectors orthogonal to both 1 and v2. More precisely, n V1 = v 2 IR ; (v; 1) = 0 ; n V2 = v 2 IR ; (v; 1) = 0; (v; v2) = 0 : Homework Show this by proving the min-max principle (you will find this in [2]). The spectral layout graph drawing uses v2 and v3 as coordinates of the vertices to display the 2 graph in two dimensions. In other words, the vertex i will have coordinates (v1;i; v2;i) ⊂ IR , and an edge is drawn between i and j if (i; j) 2 E. Thus, to utilize a spectral layout drawing, the problem is to find (λ2; v2) and (λ3; v3) which solve Lv2 = λ2v2; Lv3 = λ3v3; (v2; 1) = (v3; 1) = 0; (v2; v3) = 0: (Lv; v) This is equivalent to minimizing the Rayleigh quotient, written as λ = min . (x;1)=0 (v; v) We would like to emphasize that instead of the scalar product given in (1), in all of the Rayleigh quotients we use (Dv; v) instead of (v; v). In such a case we will be solving the so-called generalized eigenvalue problem Lv2 = λ2Dv2; Lv2 = λ2Dv2; (Dv2; 1) = (Dv3; 1) = 0; (Dv2; v3) = 0: (3) Indeed, it is easy to verify that all considerations below are valid with this scalar product. Homework Using the definition of scalar product in [2], show that n X (Dv; w) = d(i)viwi i=1 is indeed a dot product between v and w. For n = 2, (two dimensions) draw the unit sphere, or the tips of all vectors v 2 IR2 satisfying (Dv; v) = 1 if: (a) d(1) = d(2) = 1; (b) d(1) = 1 and d(2) = 10. 3.1 Subspace correction method for eigenvalue problem We consider the subspace correction method for eigenvalue problems (see [4], [1]). We begin by splitting IRn into the sum of subspaces, n IR = W1 + W2 + ··· + Wnc : For each of the subspaces Wk we assume n×nk Wk = Range(Pk);Pk 2 IR ; nk = dim Wk: The algorithm visits each subspace and improves the current eigenvalue approximation from each of these subspaces. To explain this in more detail, let y be a given approximation to the eigenvector v2, with (y; 1) = 0. We want to improve the approximation y by finding y1 2 W1 such that (L(y + z); (y + z)) y1 = arg min : (4) z2W1 (y + z; y + z) 4 The notation arg min means that y1 is the argument z which minimizes the right side of the equation above. We now show how we can find y1 by solving a (ni + 1) × (ni + 1) problem. We first compute the numerator on the right hand side of (4): (L(y + z); (y + z)) = (Ly + Lz; y + z) = (Ly; y) + (Ly; z) + (Lz; y) + (Lz; z) We compute the denominator in a similar fashion.
Recommended publications
  • Networkx Tutorial
    5.03.2020 tutorial NetworkX tutorial Source: https://github.com/networkx/notebooks (https://github.com/networkx/notebooks) Minor corrections: JS, 27.02.2019 Creating a graph Create an empty graph with no nodes and no edges. In [1]: import networkx as nx In [2]: G = nx.Graph() By definition, a Graph is a collection of nodes (vertices) along with identified pairs of nodes (called edges, links, etc). In NetworkX, nodes can be any hashable object e.g. a text string, an image, an XML object, another Graph, a customized node object, etc. (Note: Python's None object should not be used as a node as it determines whether optional function arguments have been assigned in many functions.) Nodes The graph G can be grown in several ways. NetworkX includes many graph generator functions and facilities to read and write graphs in many formats. To get started though we'll look at simple manipulations. You can add one node at a time, In [3]: G.add_node(1) add a list of nodes, In [4]: G.add_nodes_from([2, 3]) or add any nbunch of nodes. An nbunch is any iterable container of nodes that is not itself a node in the graph. (e.g. a list, set, graph, file, etc..) In [5]: H = nx.path_graph(10) file:///home/szwabin/Dropbox/Praca/Zajecia/Diffusion/Lectures/1_intro/networkx_tutorial/tutorial.html 1/18 5.03.2020 tutorial In [6]: G.add_nodes_from(H) Note that G now contains the nodes of H as nodes of G. In contrast, you could use the graph H as a node in G.
    [Show full text]
  • Networkx: Network Analysis with Python
    NetworkX: Network Analysis with Python Salvatore Scellato Full tutorial presented at the XXX SunBelt Conference “NetworkX introduction: Hacking social networks using the Python programming language” by Aric Hagberg & Drew Conway Outline 1. Introduction to NetworkX 2. Getting started with Python and NetworkX 3. Basic network analysis 4. Writing your own code 5. You are ready for your project! 1. Introduction to NetworkX. Introduction to NetworkX - network analysis Vast amounts of network data are being generated and collected • Sociology: web pages, mobile phones, social networks • Technology: Internet routers, vehicular flows, power grids How can we analyze this networks? Introduction to NetworkX - Python awesomeness Introduction to NetworkX “Python package for the creation, manipulation and study of the structure, dynamics and functions of complex networks.” • Data structures for representing many types of networks, or graphs • Nodes can be any (hashable) Python object, edges can contain arbitrary data • Flexibility ideal for representing networks found in many different fields • Easy to install on multiple platforms • Online up-to-date documentation • First public release in April 2005 Introduction to NetworkX - design requirements • Tool to study the structure and dynamics of social, biological, and infrastructure networks • Ease-of-use and rapid development in a collaborative, multidisciplinary environment • Easy to learn, easy to teach • Open-source tool base that can easily grow in a multidisciplinary environment with non-expert users
    [Show full text]
  • Graphprism: Compact Visualization of Network Structure
    GraphPrism: Compact Visualization of Network Structure Sanjay Kairam, Diana MacLean, Manolis Savva, Jeffrey Heer Stanford University Computer Science Department {skairam, malcdi, msavva, jheer}@cs.stanford.edu GraphPrism Connectivity ABSTRACT nodeRadius 7.9 strokeWidth 1.12 charge -242 Visual methods for supporting the characterization, com- gravity 0.65 linkDistance 20 parison, and classification of large networks remain an open Transitivity updateGraph Close Controls challenge. Ideally, such techniques should surface useful 0 node(s) selected. structural features { such as effective diameter, small-world properties, and structural holes { not always apparent from Density either summary statistics or typical network visualizations. In this paper, we present GraphPrism, a technique for visu- Conductance ally summarizing arbitrarily large graphs through combina- tions of `facets', each corresponding to a single node- or edge- specific metric (e.g., transitivity). We describe a generalized Jaccard approach for constructing facets by calculating distributions of graph metrics over increasingly large local neighborhoods and representing these as a stacked multi-scale histogram. MeetMin Evaluation with paper prototypes shows that, with minimal training, static GraphPrism diagrams can aid network anal- ysis experts in performing basic analysis tasks with network Created by Sanjay Kairam. Visualization using D3. data. Finally, we contribute the design of an interactive sys- Figure 1: GraphPrism and node-link diagrams for tem using linked selection between GraphPrism overviews the largest component of a co-authorship graph. and node-link detail views. Using a case study of data from a co-authorship network, we illustrate how GraphPrism fa- compactly summarizing networks of arbitrary size. Graph- cilitates interactive exploration of network data.
    [Show full text]
  • Graph Simplification and Interaction
    Graph Clarity, Simplification, & Interaction http://i.imgur.com/cW19IBR.jpg https://www.reddit.com/r/CableManagement/ Today • Today’s Reading: Lombardi Graphs – Bezier Curves • Today’s Reading: Clustering/Hierarchical edge Bundling – Definition of Betweenness Centrality • Emergency Management Graph Visualization – Sean Kim’s masters project • Reading for Tuesday & Homework 3 • Graph Interaction Brainstorming Exercise "Lombardi drawings of graphs", Duncan, Eppstein, Goodrich, Kobourov, Nollenberg, Graph Drawing 2010 • Circular arcs • Perfect angular resolution (edges for equal angles at vertices) • Arcs only intersect 2 vertices (at endpoints) • (not required to be crossing free) • Vertices may be constrained to lie on circle or concentric circles • People are more patient with aesthetically pleasing graphs (will spend longer studying to learn/draw conclusions) • What about relaxing the circular arc requirement and allowing Bezier arcs? • How does it scale to larger data? • Long curved arcs can be much harder to follow • Circular layout of nodes is often very good! • Would like more pseudocode Cubic Bézier Curve • 4 control points • Curve passes through first & last control point • Curve is tangent at P0 to (P1-P0) and at P3 to (P3-P2) http://www.e-cartouche.ch/content_reg/carto http://www.webreference.com/dla uche/graphics/en/html/Curves_learningObject b/9902/bezier.html 2.html “Force-directed Lombardi-style graph drawing”, Chernobelskiy et al., Graph Drawing 2011. • Relaxation of the Lombardi Graph requirements • “straight-line segments
    [Show full text]
  • Constraint Graph Drawing
    Constrained Graph Drawing Dissertation zur Erlangung des akademischen Grades des Doktors der Naturwissenschaften vorgelegt von Barbara Pampel, geb. Schlieper an der Universit¨at Konstanz Mathematisch-Naturwissenschaftliche Sektion Fachbereich Informatik und Informationswissenschaft Tag der mundlichen¨ Prufung:¨ 14. Juli 2011 1. Referent: Prof. Dr. Ulrik Brandes 2. Referent: Prof. Dr. Michael Kaufmann II Teile dieser Arbeit basieren auf Ver¨offentlichungen, die aus der Zusammenar- beit mit anderen Wissenschaftlerinnen und Wissenschaftlern entstanden sind. Zu allen diesen Inhalten wurden wesentliche Beitr¨age geleistet. Kapitel 3 (Bachmaier, Brandes, and Schlieper, 2005; Brandes and Schlieper, 2009) Kapitel 4 (Brandes and Pampel, 2009) Kapitel 6 (Brandes, Cornelsen, Pampel, and Sallaberry, 2010b) Zusammenfassung Netzwerke werden in den unterschiedlichsten Forschungsgebieten zur Repr¨asenta- tion relationaler Daten genutzt. Durch geeignete mathematische Methoden kann man diese Netzwerke als Graphen darstellen. Ein Graph ist ein Gebilde aus Kno- ten und Kanten, welche die Knoten verbinden. Hierbei k¨onnen sowohl die Kan- ten als auch die Knoten weitere Informationen beinhalten. Diese Informationen k¨onnen den einzelnen Elementen zugeordnet sein, sich aber auch aus Anordnung und Verteilung der Elemente ergeben. Mit Algorithmen (strukturierten Reihen von Arbeitsanweisungen) aus dem Gebiet des Graphenzeichnens kann man die unterschiedlichsten Informationen aus verschiedenen Forschungsbereichen visualisieren. Graphische Darstellungen k¨onnen das
    [Show full text]
  • Chapter 18 Spectral Graph Drawing
    Chapter 18 Spectral Graph Drawing 18.1 Graph Drawing and Energy Minimization Let G =(V,E)besomeundirectedgraph.Itisoftende- sirable to draw a graph, usually in the plane but possibly in 3D, and it turns out that the graph Laplacian can be used to design surprisingly good methods. n Say V = m.Theideaistoassignapoint⇢(vi)inR to the vertex| | v V ,foreveryv V ,andtodrawaline i 2 i 2 segment between the points ⇢(vi)and⇢(vj). Thus, a graph drawing is a function ⇢: V Rn. ! 821 822 CHAPTER 18. SPECTRAL GRAPH DRAWING We define the matrix of a graph drawing ⇢ (in Rn) as a m n matrix R whose ith row consists of the row vector ⇥ n ⇢(vi)correspondingtothepointrepresentingvi in R . Typically, we want n<m;infactn should be much smaller than m. Arepresentationisbalanced i↵the sum of the entries of every column is zero, that is, 1>R =0. If a representation is not balanced, it can be made bal- anced by a suitable translation. We may also assume that the columns of R are linearly independent, since any basis of the column space also determines the drawing. Thus, from now on, we may assume that n m. 18.1. GRAPH DRAWING AND ENERGY MINIMIZATION 823 Remark: Agraphdrawing⇢: V Rn is not required to be injective, which may result in! degenerate drawings where distinct vertices are drawn as the same point. For this reason, we prefer not to use the terminology graph embedding,whichisoftenusedintheliterature. This is because in di↵erential geometry, an embedding always refers to an injective map. The term graph immersion would be more appropriate.
    [Show full text]
  • Graph Drawing by Stochastic Gradient Descent
    1 Graph Drawing by Stochastic Gradient Descent Jonathan X. Zheng, Samraat Pawar, Dan F. M. Goodman Abstract—A popular method of force-directed graph drawing is multidimensional scaling using graph-theoretic distances as input. We present an algorithm to minimize its energy function, known as stress, by using stochastic gradient descent (SGD) to move a single pair of vertices at a time. Our results show that SGD can reach lower stress levels faster and more consistently than majorization, without needing help from a good initialization. We then show how the unique properties of SGD make it easier to produce constrained layouts than previous approaches. We also show how SGD can be directly applied within the sparse stress approximation of Ortmann et al. [1], making the algorithm scalable up to large graphs. Index Terms—Graph drawing, multidimensional scaling, constraints, relaxation, stochastic gradient descent F 1 INTRODUCTION RAPHS are a common data structure, used to describe to the shortest path distance between vertices i and j, with w = d−2 G everything from social networks to food webs, from ij ij to offset the extra weight given to longer paths metabolic pathways to internet traffic. Any set of pairwise due to squaring the difference [3]. relationships between entities can be described by a graph, This definition was popularized for graph layout by and the ever increasing amount of data being collected Kamada and Kawai [4] who minimized the function using means that visualizing graphs for exploratory analysis has a localized 2D Newton-Raphson method, while within the become an important task. MDS community Kruskal [5] originally used gradient de- Node-link diagrams are an intuitive representation of scent [6].
    [Show full text]
  • Networkx: Network Analysis with Python
    NetworkX: Network Analysis with Python Dionysis Manousakas (special thanks to Petko Georgiev, Tassos Noulas and Salvatore Scellato) Social and Technological Network Data Analytics Computer Laboratory, University of Cambridge February 2017 Outline 1. Introduction to NetworkX 2. Getting started with Python and NetworkX 3. Basic network analysis 4. Writing your own code 5. Ready for your own analysis! 2 1. Introduction to NetworkX 3 Introduction: networks are everywhere… Social Mobile phone networks Vehicular flows networks Web pages/citations Internet routing How can we analyse these networks? Python + NetworkX 4 Introduction: why Python? Python is an interpreted, general-purpose high-level programming language whose design philosophy emphasises code readability + - Clear syntax, indentation Can be slow Multiple programming paradigms Beware when you are Dynamic typing, late binding analysing very large Multiple data types and structures networks Strong on-line community Rich documentation Numerous libraries Expressive features Fast prototyping 5 Introduction: Python’s Holy Trinity Python’s primary NumPy is an extension to Matplotlib is the library for include primary plotting mathematical and multidimensional arrays library in Python. statistical computing. and matrices. Contains toolboxes Supports 2-D and 3-D for: Both SciPy and NumPy plotting. All plots are • Numeric rely on the C library highly customisable optimization LAPACK for very fast and ready for implementation. professional • Signal processing publication. • Statistics, and more…
    [Show full text]
  • Homophily at a Glance: Visual Homophily Estimation in Network Graphs Is Robust Under Time Constraints
    SN Soc Sci (2021) 1:139 https://doi.org/10.1007/s43545-021-00153-2 ORIGINAL PAPER Homophily at a glance: visual homophily estimation in network graphs is robust under time constraints Daniel Reimann1 · André Schulz2 · Robert Gaschler1 Received: 21 August 2020 / Accepted: 29 April 2021 / Published online: 24 May 2021 © The Author(s) 2021 Abstract Network graphs are used for high-stake decision making in medical and other con- texts. For instance, graph drawings conveying relatedness can be relevant in the con- text of spreading diseases. Node-link diagrams can be used to visually assess the degree of homophily in a network—a condition where a presence of the link is more likely when nodes are similar. In an online experiment (N = 531), we tested how robustly laypeople can judge homophily from node-link diagrams and how variation of time constraints and layout of the diagrams afect judgments. The results showed that participants were able to give appropriate judgments. While granting more time led to better performance, the efects were small. Rather, the frst seconds account for most of the information an individual can extract from the graphs. Furthermore, we showed a diference in performance between two types of layouts (bipartite and polarized). Results have consequences for communicating the degree of homophily in network graphs to the public. Keywords Node-link diagrams · Network graphs · Homophily · Perception Introduction Compared to numbers in tables, visualization of data allow us to harness the com- putational power of the visual system and extract relevant information at low efort in little time (e.g., Schnotz and Bannert 2003).
    [Show full text]
  • IAT 814 Knowledge Visualization Networks, Graphs and Trees
    IAT 814 Knowledge Visualization Networks, Graphs and Trees Lyn Bartram Administrivia • Assignment 2 presentations next week • 5 each day • 15 minutes each , including time for discussion • Remember your two questions !!! • Assignment 3 out tonight (you’ll like this one). Graphs and Trees | IAT814 We live in a connected world • Online Social networks: Facebook, Twitter ~ people connected online • Information networks: WWW ~ web pages connected through hyperlinks • Computer networks: The internet ~ computers and routers connected through wired/wireless connections • What is a network? “any collection of objects in which some pairs of these objects are connected by links” [Easley and Kleinberg, 2011] Graphs and Trees | IAT814 Visualizing Relations Why relations? Isn’t all data inherently relational? • Visualising data: seeing the patterns between the data values and attributes that emerge and associate or disassociate in some way • Visualising relations: when how one datum relates to another is an element in itself • We want to see the overall structure of the data set • Patterns emerge from structure as well as from values/ attributes Graphs and Trees | IAT814 Common Applications • Process Visualization (e.g., • Concept maps Visio) • Ontologies • Dependency Graphs • Simulation and Modeling • Biological Interactions • Probability maps (Genes, Proteins) • Computer Networks • Social Networks Graphs and Trees | IAT814 Process flow diagrams Graphs and Trees | IAT814 Dependency graphs Graphs and Trees | IAT814 Gene networks Graphs and Trees | IAT814 Computer networks Graphs and Trees | IAT814 Internet • What does the Internet look like? • Email paths Nature, 406, 353-354(27 July 2000) Graphs and Trees | IAT814 Social networks Graphs and Trees | IAT814 Concept maps Graphs and Trees | IAT814 Ontologies Graphs and Trees | IAT814 Simulation graphs Graphs and Trees | IAT814 Probability maps • Bayesian network Graphs and Trees | IAT814 Is this a network? Graphs and Trees | IAT814 • Several ways to represent relations • Choice depends on relation, task and scale T.
    [Show full text]
  • A Numerical Optimization Approach to General Graph Drawing
    A Numerical Optimization Approach to General Graph Drawing Daniel Tunkelang January 1999 CMU-CS-98-189 School of Computer Science Carnegie Mellon University Pittsburgh, PA 15213 Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy Thesis Committee: Daniel Sleator, Chair Paul Heckbert Bruce Maggs Omar Ghattas, Civil and Environmental Engineering Mark Wegman, IBM T . J. Watson Research Center Copyright © 1999 Daniel Tunkelang This research was supported by the National Science Foundation under grant number DMS- 9509581. The views and conclusions contained in this document are those of the author and should not be interpreted as representing the official policies, either expressed or implied, of the NAF or the U.S. government. Keywords: visualization, graph drawing, numerical optimization, force-directed Abstract Graphs are ubiquitous, finding applications in domains ranging from software engineering to computational biology. While graph theory and graph algorithms are some of the oldest, most studied fields in computer science, the problem of visualizing graphs is comparatively young. This problem, known as graph drawing, is that of transforming combinatorial graphs into geometric drawings for the purpose of visualization. Most published algorithms for drawing general graphs model the drawing problem with a physical analogy, representing a graph as a system of springs and other physical elements and then simulating the relaxation of this physical system. Solving the graph drawing problem involves both choosing a physical model and then using numerical optimization to simulate the physical system. In this dissertation, we improve on existing algorithms for drawing general graphs. The improvements fall into three categories: speed, drawing quality, and flexibility.
    [Show full text]
  • 55 GRAPH DRAWING Emilio Di Giacomo, Giuseppe Liotta, Roberto Tamassia
    55 GRAPH DRAWING Emilio Di Giacomo, Giuseppe Liotta, Roberto Tamassia INTRODUCTION Graph drawing addresses the problem of constructing geometric representations of graphs, and has important applications to key computer technologies such as soft- ware engineering, database systems, visual interfaces, and computer-aided design. Research on graph drawing has been conducted within several diverse areas, includ- ing discrete mathematics (topological graph theory, geometric graph theory, order theory), algorithmics (graph algorithms, data structures, computational geometry, vlsi), and human-computer interaction (visual languages, graphical user interfaces, information visualization). This chapter overviews aspects of graph drawing that are especially relevant to computational geometry. Basic definitions on drawings and their properties are given in Section 55.1. Bounds on geometric and topological properties of drawings (e.g., area and crossings) are presented in Section 55.2. Sec- tion 55.3 deals with the time complexity of fundamental graph drawing problems. An example of a drawing algorithm is given in Section 55.4. Techniques for drawing general graphs are surveyed in Section 55.5. 55.1 DRAWINGS AND THEIR PROPERTIES TYPES OF GRAPHS First, we define some terminology on graphs pertinent to graph drawing. Through- out this chapter let n and m be the number of graph vertices and edges respectively, and d the maximum vertex degree (i.e., number of edges incident to a vertex). GLOSSARY Degree-k graph: Graph with maximum degree d k. ≤ Digraph: Directed graph, i.e., graph with directed edges. Acyclic digraph: Digraph without directed cycles. Transitive edge: Edge (u, v) of a digraph is transitive if there is a directed path from u to v not containing edge (u, v).
    [Show full text]