GRAPH ANALYSIS AND VISUALIZATION PART 1
History of Graph 1735
History of Graph 1858
Graph for mapping social hierarchies
Visualisasi zaman sekarang (chord diagram)
Visualisasi zaman sekarang (sunburst chart)
Visualisasi zaman sekarang (Org Chart)
Visualization Process
Getting the data Techniques for getting data include the following: File download like SNAP dataset, tweetarchivist.org, data.worldbank.org Report data export that is originated from software solutions in form of flat files or spreadsheet Tools such as NodeXL, Google Spreadsheet Cut and paste (web based publication, online news)
Clean : Fix the data A real world data looks like this : Can we “process” the data directly ? ToFromCcDate BenZoe“ ”12/09/2014 BenZoe JonesTim02/02/2014 BenTimTim; Zoe11/09/2014 BenAnn76.3n/a Ben“ ”“ 01/01/2014
Clean : Fix the data Data-quality issues to be considered such as : Inconsistent node names Zoe or Zoe Jones ? Duplicate Links if there are many links between the same pair of nodes, is it a common things or not ? (compare dataset and flight dataset) Self Loop Tim sent to Ben and Zoe and to himself also. Isolated nodes look the final row.
After getting the data, choose layout
Other layouts
Essential Visual Attributes (effective for showing additional data attributes or graph statistics)
Explore and Explain After getting the data, visually laying out the graph, and attaching data to visual attributes, you may want to explore the network in more detail to gain some insights. Upon first viewing the graph, the viewer may have some basic questions: What am I looking at? Are there some landmarks ? What is this node (or link) ? What is it connected to ?
Isolate Neighbors Paths Drag, Move, modify, delete, group and so on Explanation Sequence Annotate Legend Export
Zoom and pan Identify Filter
Writing out the node and link files
Other examples:
Visualization is key to understanding graphs Verify data Check algorithm View information in context Build a visual representation Understand relationships Discover information Find patterns Illustrate and communicate data