SlideShare une entreprise Scribd logo
1  sur  17
Data Visualization with graphviz
          Thomas Kenny
           10/31/2011
www2.research.att.com/~north/projects_software/img/ATT_Labs_InternetMap_0730_10.pdf
Problem - Solution
• “Big data” are datasets that grow so large that
  they become awkward to work with using on-
  hand database management tools.
                                  - Wikipedia.org

• graphviz is open source software developed
  by AT&T Labs which aids analysis of “big data”
  through visualization.
http://graphviz.org
A Little Graph Theory Lesson
• Nodes (aka vertices) – are the fundamental
  unit out of which graphs are formed

• Edges (directional arcs) – is a line connecting
  two nodes

• Graph – is a collection of nodes and edges
Let’s Play 6 Degrees of Kevin Bacon!




http://public.research.att.com/~volinsky/cgi-bin/prox/help.pl
digraph a {
graph [bb="0,0,1000,1000" splines=true];

 "Kevin Bacon" [color=red, style=filled, fillcolor=red, fontcolor=yellow, label=<Kevin Bacon<BR/>4030(0%) 0>];
"John Travolta" [color=red, style=filled, fillcolor=red, fontcolor=yellow, label=<John Travolta<BR/>4902(0%) >];
"Kyra Sedgwick" [ label=<Kyra Sedgwick<BR/>2041(1%) 1>];
 "Benjamin Bratt (I)" [ label=<Benjamin Bratt (I)<BR/>1851(0%) 1>];
"Tait Ruppert" [ label=<Tait Ruppert<BR/>332(2%) 1>];
"Greg Grunberg" [ label=<Greg Grunberg<BR/>1118(1%) 2>];
"Eric Armstrong (I)" [ label=<Eric Armstrong (I)<BR/>228(2%) 2>];
"Walter Breaux" [ label=<Walter Breaux<BR/>439(0%) 1>];

 "Kyra Sedgwick" -> "Kevin Bacon" [ label="7.0" fontcolor=brown color="#3696a2" style="setlinewidth(1)"];
"Benjamin Bratt (I)" -> "Kevin Bacon" [ label="4.0" fontcolor=brown color="#7fcdbb" style="setlinewidth(1)"];
"Tait Ruppert" -> "Kevin Bacon" [ label="1.0" fontcolor=brown color="#bfbf99" style="setlinewidth(1)"];
"Greg Grunberg" -> "Kevin Bacon" [ label="3.0" fontcolor=brown color="#bfbf99" style="setlinewidth(1)"];
"Eric Armstrong (I)" -> "Kevin Bacon" [ label="2.0" fontcolor=brown color="#7fcdbb" style="setlinewidth(1)"];
"Walter Breaux" -> "Kevin Bacon" [ label="1.0" fontcolor=brown color="#bfbf99" style="setlinewidth(1)"];
"John Travolta" -> "Kyra Sedgwick" [ label="2.0" fontcolor=brown color="#bfbf99" style="setlinewidth(1)"];
"John Travolta" -> "Benjamin Bratt (I)" [ label="3.0" fontcolor=brown color="#bfbf99" style="setlinewidth(1)"];
"John Travolta" -> "Tait Ruppert" [ label="6.0" fontcolor=brown color="#1c276f" style="setlinewidth(1)"];
"John Travolta" -> "Greg Grunberg" [ label="2.0" fontcolor=brown color="#bfbf99" style="setlinewidth(1)"];
"John Travolta" -> "Eric Armstrong (I)" [ label="1.0" fontcolor=brown color="#bfbf99" style="setlinewidth(1)"];
"John Travolta" -> "Walter Breaux" [ label="1.0" fontcolor=brown color="#bfbf99" style="setlinewidth(1)"];
"Kyra Sedgwick" -> "Benjamin Bratt (I)" [ label="2.0" fontcolor=brown color="#bfbf99" style="setlinewidth(1)"];
"Greg Grunberg" -> "Eric Armstrong (I)" [ label="1.0" fontcolor=brown color="#7fcdbb" style="setlinewidth(1)"];

}
Node Syntax
"Kevin Bacon“
[
   color=red,
   style=filled,
   fillcolor=red,
   fontcolor=yellow,
   label=<Kevin Bacon<BR/>4030(0%) 0>
];
Edge Syntax
"Kyra Sedgwick" -> "Kevin Bacon“
[
   label="7.0“
   fontcolor=brown
   color="#3696a2“
   style="setlinewidth(1)“
];

More attributes @ graphviz.org/content/attrs
http://inmaps.linkedinlabs.com/network
Beyond graphviz
• gephi.org (also open source)
  – Data visualization over time
  – WYSIWYG controls for layout style, node/edge
    size, borders, colors, labels, etc
  – Group nodes by data points
  – Community-detection
  – Reduction to filter out the noise
• http://www.ted.com/talks/hans_rosling_show
  s_the_best_stats_you_ve_ever_seen.html
  Most dramatic part is from 03:15 to 05:06

Contenu connexe

Tendances

Introduction To Jira Slide Share
Introduction To Jira Slide ShareIntroduction To Jira Slide Share
Introduction To Jira Slide ShareRenjith V
 
Introduction to github slideshare
Introduction to github slideshareIntroduction to github slideshare
Introduction to github slideshareRakesh Sukumar
 
Agile Project and Portfolio Management Using Jira - AgileSolutions
Agile Project and Portfolio Management Using Jira - AgileSolutionsAgile Project and Portfolio Management Using Jira - AgileSolutions
Agile Project and Portfolio Management Using Jira - AgileSolutionsKeith Klundt
 
The Technology of Uncharted: Drake’s Fortune
The Technology of Uncharted: Drake’s FortuneThe Technology of Uncharted: Drake’s Fortune
The Technology of Uncharted: Drake’s FortuneNaughty Dog
 
Amazing Feats of Daring - Uncharted Post Mortem
Amazing Feats of Daring - Uncharted Post MortemAmazing Feats of Daring - Uncharted Post Mortem
Amazing Feats of Daring - Uncharted Post MortemNaughty Dog
 
LCD Monitor 선택 가이드와 Gamma의 이해
LCD Monitor 선택 가이드와 Gamma의 이해LCD Monitor 선택 가이드와 Gamma의 이해
LCD Monitor 선택 가이드와 Gamma의 이해SangYun Yi
 
Gömülü Sistemlerde Derin Öğrenme Uygulamaları
Gömülü Sistemlerde Derin Öğrenme UygulamalarıGömülü Sistemlerde Derin Öğrenme Uygulamaları
Gömülü Sistemlerde Derin Öğrenme UygulamalarıFerhat Kurt
 
The Dark Web
The Dark WebThe Dark Web
The Dark WebJan Siy
 
JIRA-An intro
JIRA-An introJIRA-An intro
JIRA-An introAsha G.K.
 
Enabling Business Management with Jira
Enabling Business Management with JiraEnabling Business Management with Jira
Enabling Business Management with JiraAtlassian
 
Practical guide to optimization in Unity
Practical guide to optimization in UnityPractical guide to optimization in Unity
Practical guide to optimization in UnityDevGAMM Conference
 
Jira + Confluence + Bitbucket으로 이슈 트래킹 걸음마 떼기
Jira + Confluence + Bitbucket으로 이슈 트래킹 걸음마 떼기Jira + Confluence + Bitbucket으로 이슈 트래킹 걸음마 떼기
Jira + Confluence + Bitbucket으로 이슈 트래킹 걸음마 떼기KyeongmanKang
 
Jira Basic Concepts
Jira Basic ConceptsJira Basic Concepts
Jira Basic ConceptsMAKSTraining
 
Creating a Visio web part with SharePoint SPFx
Creating a Visio web part with SharePoint SPFxCreating a Visio web part with SharePoint SPFx
Creating a Visio web part with SharePoint SPFxDavid Parker
 
Git with bitbucket
Git with bitbucketGit with bitbucket
Git with bitbucketSumin Byeon
 
How to start contributing to Open Source projects
How to start contributing to Open Source projectsHow to start contributing to Open Source projects
How to start contributing to Open Source projectsSarah Pimentel
 

Tendances (20)

Introduction To Jira Slide Share
Introduction To Jira Slide ShareIntroduction To Jira Slide Share
Introduction To Jira Slide Share
 
Introduction to github slideshare
Introduction to github slideshareIntroduction to github slideshare
Introduction to github slideshare
 
Jira Training
Jira TrainingJira Training
Jira Training
 
Agile Project and Portfolio Management Using Jira - AgileSolutions
Agile Project and Portfolio Management Using Jira - AgileSolutionsAgile Project and Portfolio Management Using Jira - AgileSolutions
Agile Project and Portfolio Management Using Jira - AgileSolutions
 
Migrating To GitHub
Migrating To GitHub  Migrating To GitHub
Migrating To GitHub
 
JIRA
JIRAJIRA
JIRA
 
The Technology of Uncharted: Drake’s Fortune
The Technology of Uncharted: Drake’s FortuneThe Technology of Uncharted: Drake’s Fortune
The Technology of Uncharted: Drake’s Fortune
 
Amazing Feats of Daring - Uncharted Post Mortem
Amazing Feats of Daring - Uncharted Post MortemAmazing Feats of Daring - Uncharted Post Mortem
Amazing Feats of Daring - Uncharted Post Mortem
 
LCD Monitor 선택 가이드와 Gamma의 이해
LCD Monitor 선택 가이드와 Gamma의 이해LCD Monitor 선택 가이드와 Gamma의 이해
LCD Monitor 선택 가이드와 Gamma의 이해
 
Gömülü Sistemlerde Derin Öğrenme Uygulamaları
Gömülü Sistemlerde Derin Öğrenme UygulamalarıGömülü Sistemlerde Derin Öğrenme Uygulamaları
Gömülü Sistemlerde Derin Öğrenme Uygulamaları
 
BitBucket presentation
BitBucket presentationBitBucket presentation
BitBucket presentation
 
The Dark Web
The Dark WebThe Dark Web
The Dark Web
 
JIRA-An intro
JIRA-An introJIRA-An intro
JIRA-An intro
 
Enabling Business Management with Jira
Enabling Business Management with JiraEnabling Business Management with Jira
Enabling Business Management with Jira
 
Practical guide to optimization in Unity
Practical guide to optimization in UnityPractical guide to optimization in Unity
Practical guide to optimization in Unity
 
Jira + Confluence + Bitbucket으로 이슈 트래킹 걸음마 떼기
Jira + Confluence + Bitbucket으로 이슈 트래킹 걸음마 떼기Jira + Confluence + Bitbucket으로 이슈 트래킹 걸음마 떼기
Jira + Confluence + Bitbucket으로 이슈 트래킹 걸음마 떼기
 
Jira Basic Concepts
Jira Basic ConceptsJira Basic Concepts
Jira Basic Concepts
 
Creating a Visio web part with SharePoint SPFx
Creating a Visio web part with SharePoint SPFxCreating a Visio web part with SharePoint SPFx
Creating a Visio web part with SharePoint SPFx
 
Git with bitbucket
Git with bitbucketGit with bitbucket
Git with bitbucket
 
How to start contributing to Open Source projects
How to start contributing to Open Source projectsHow to start contributing to Open Source projects
How to start contributing to Open Source projects
 

En vedette

High Dimensional Data Visualization
High Dimensional Data VisualizationHigh Dimensional Data Visualization
High Dimensional Data VisualizationFabian Keller
 
Sphinxで社内勉強会(Git)の
資料を作ってみた
Sphinxで社内勉強会(Git)の
資料を作ってみたSphinxで社内勉強会(Git)の
資料を作ってみた
Sphinxで社内勉強会(Git)の
資料を作ってみたTaku SHIMIZU
 
ドキュメントシステムはこれを使え2015年版
ドキュメントシステムはこれを使え2015年版ドキュメントシステムはこれを使え2015年版
ドキュメントシステムはこれを使え2015年版Keiichiro Shikano
 
Cartographie Tutorial Gephi : initiation
Cartographie Tutorial Gephi : initiation Cartographie Tutorial Gephi : initiation
Cartographie Tutorial Gephi : initiation Terrien Elie
 

En vedette (6)

Graphviz and TikZ
Graphviz and TikZGraphviz and TikZ
Graphviz and TikZ
 
High Dimensional Data Visualization
High Dimensional Data VisualizationHigh Dimensional Data Visualization
High Dimensional Data Visualization
 
脚注をめぐる冒険
脚注をめぐる冒険脚注をめぐる冒険
脚注をめぐる冒険
 
Sphinxで社内勉強会(Git)の
資料を作ってみた
Sphinxで社内勉強会(Git)の
資料を作ってみたSphinxで社内勉強会(Git)の
資料を作ってみた
Sphinxで社内勉強会(Git)の
資料を作ってみた
 
ドキュメントシステムはこれを使え2015年版
ドキュメントシステムはこれを使え2015年版ドキュメントシステムはこれを使え2015年版
ドキュメントシステムはこれを使え2015年版
 
Cartographie Tutorial Gephi : initiation
Cartographie Tutorial Gephi : initiation Cartographie Tutorial Gephi : initiation
Cartographie Tutorial Gephi : initiation
 

Similaire à Data Visualization with graphviz

[CSSDevConf] Adaptive Images in Responsive Web Design 2014
[CSSDevConf] Adaptive Images in Responsive Web Design 2014[CSSDevConf] Adaptive Images in Responsive Web Design 2014
[CSSDevConf] Adaptive Images in Responsive Web Design 2014Christopher Schmitt
 
Media Mixer semantic technologies for UGC copyright management por Roberto Ga...
Media Mixer semantic technologies for UGC copyright management por Roberto Ga...Media Mixer semantic technologies for UGC copyright management por Roberto Ga...
Media Mixer semantic technologies for UGC copyright management por Roberto Ga...ACTUONDA
 
[Austin WordPress Meetup] Adaptive Images in Responsive Web Design
[Austin WordPress Meetup] Adaptive Images in Responsive Web Design[Austin WordPress Meetup] Adaptive Images in Responsive Web Design
[Austin WordPress Meetup] Adaptive Images in Responsive Web DesignChristopher Schmitt
 
SVCC 2013 D3.js Presentation (10/05/2013)
SVCC 2013 D3.js Presentation (10/05/2013)SVCC 2013 D3.js Presentation (10/05/2013)
SVCC 2013 D3.js Presentation (10/05/2013)Oswald Campesato
 
[HEWEBAR 2012] Beyond Desktop Browsing (HTML5)
[HEWEBAR 2012] Beyond Desktop Browsing (HTML5)[HEWEBAR 2012] Beyond Desktop Browsing (HTML5)
[HEWEBAR 2012] Beyond Desktop Browsing (HTML5)Christopher Schmitt
 
The Ring programming language version 1.5.2 book - Part 42 of 181
The Ring programming language version 1.5.2 book - Part 42 of 181The Ring programming language version 1.5.2 book - Part 42 of 181
The Ring programming language version 1.5.2 book - Part 42 of 181Mahmoud Samir Fayed
 
Event stream processing using Kafka streams
Event stream processing using Kafka streamsEvent stream processing using Kafka streams
Event stream processing using Kafka streamsFredrik Vraalsen
 
CouchDB @ red dirt ruby conference
CouchDB @ red dirt ruby conferenceCouchDB @ red dirt ruby conference
CouchDB @ red dirt ruby conferenceleinweber
 
RDataMining slides-network-analysis-with-r
RDataMining slides-network-analysis-with-rRDataMining slides-network-analysis-with-r
RDataMining slides-network-analysis-with-rYanchang Zhao
 
[rwdsummit] Adaptive Images in Responsive Web Design
[rwdsummit] Adaptive Images in Responsive Web Design[rwdsummit] Adaptive Images in Responsive Web Design
[rwdsummit] Adaptive Images in Responsive Web DesignChristopher Schmitt
 
Getting Started with Graph Databases
Getting Started with Graph DatabasesGetting Started with Graph Databases
Getting Started with Graph DatabasesDataStax Academy
 
Как мы сделали многопользовательскую браузерную игру для HL++ с воксельной гр...
Как мы сделали многопользовательскую браузерную игру для HL++ с воксельной гр...Как мы сделали многопользовательскую браузерную игру для HL++ с воксельной гр...
Как мы сделали многопользовательскую браузерную игру для HL++ с воксельной гр...Ontico
 
HTML5 and CSS3 Refresher
HTML5 and CSS3 RefresherHTML5 and CSS3 Refresher
HTML5 and CSS3 RefresherIvano Malavolta
 
[parisweb] Adaptive Images in Responsive Web Design
[parisweb] Adaptive Images in Responsive Web Design[parisweb] Adaptive Images in Responsive Web Design
[parisweb] Adaptive Images in Responsive Web DesignChristopher Schmitt
 
Visual Studio 2013, Xamarin and Microsoft Azure Mobile Services: A Match Made...
Visual Studio 2013, Xamarin and Microsoft Azure Mobile Services: A Match Made...Visual Studio 2013, Xamarin and Microsoft Azure Mobile Services: A Match Made...
Visual Studio 2013, Xamarin and Microsoft Azure Mobile Services: A Match Made...Rick G. Garibay
 
Web accessibility
Web accessibilityWeb accessibility
Web accessibilityEb Styles
 

Similaire à Data Visualization with graphviz (20)

[CSSDevConf] Adaptive Images in Responsive Web Design 2014
[CSSDevConf] Adaptive Images in Responsive Web Design 2014[CSSDevConf] Adaptive Images in Responsive Web Design 2014
[CSSDevConf] Adaptive Images in Responsive Web Design 2014
 
Media Mixer semantic technologies for UGC copyright management por Roberto Ga...
Media Mixer semantic technologies for UGC copyright management por Roberto Ga...Media Mixer semantic technologies for UGC copyright management por Roberto Ga...
Media Mixer semantic technologies for UGC copyright management por Roberto Ga...
 
[Austin WordPress Meetup] Adaptive Images in Responsive Web Design
[Austin WordPress Meetup] Adaptive Images in Responsive Web Design[Austin WordPress Meetup] Adaptive Images in Responsive Web Design
[Austin WordPress Meetup] Adaptive Images in Responsive Web Design
 
Svcc 2013-d3
Svcc 2013-d3Svcc 2013-d3
Svcc 2013-d3
 
SVCC 2013 D3.js Presentation (10/05/2013)
SVCC 2013 D3.js Presentation (10/05/2013)SVCC 2013 D3.js Presentation (10/05/2013)
SVCC 2013 D3.js Presentation (10/05/2013)
 
HTML5
HTML5HTML5
HTML5
 
[HEWEBAR 2012] Beyond Desktop Browsing (HTML5)
[HEWEBAR 2012] Beyond Desktop Browsing (HTML5)[HEWEBAR 2012] Beyond Desktop Browsing (HTML5)
[HEWEBAR 2012] Beyond Desktop Browsing (HTML5)
 
CSS3 ...in 3D!
CSS3 ...in 3D!CSS3 ...in 3D!
CSS3 ...in 3D!
 
The Ring programming language version 1.5.2 book - Part 42 of 181
The Ring programming language version 1.5.2 book - Part 42 of 181The Ring programming language version 1.5.2 book - Part 42 of 181
The Ring programming language version 1.5.2 book - Part 42 of 181
 
Event stream processing using Kafka streams
Event stream processing using Kafka streamsEvent stream processing using Kafka streams
Event stream processing using Kafka streams
 
CouchDB @ red dirt ruby conference
CouchDB @ red dirt ruby conferenceCouchDB @ red dirt ruby conference
CouchDB @ red dirt ruby conference
 
RDataMining slides-network-analysis-with-r
RDataMining slides-network-analysis-with-rRDataMining slides-network-analysis-with-r
RDataMining slides-network-analysis-with-r
 
[rwdsummit] Adaptive Images in Responsive Web Design
[rwdsummit] Adaptive Images in Responsive Web Design[rwdsummit] Adaptive Images in Responsive Web Design
[rwdsummit] Adaptive Images in Responsive Web Design
 
Getting Started with Graph Databases
Getting Started with Graph DatabasesGetting Started with Graph Databases
Getting Started with Graph Databases
 
Как мы сделали многопользовательскую браузерную игру для HL++ с воксельной гр...
Как мы сделали многопользовательскую браузерную игру для HL++ с воксельной гр...Как мы сделали многопользовательскую браузерную игру для HL++ с воксельной гр...
Как мы сделали многопользовательскую браузерную игру для HL++ с воксельной гр...
 
[edUi] HTML5 Workshop
[edUi] HTML5 Workshop[edUi] HTML5 Workshop
[edUi] HTML5 Workshop
 
HTML5 and CSS3 Refresher
HTML5 and CSS3 RefresherHTML5 and CSS3 Refresher
HTML5 and CSS3 Refresher
 
[parisweb] Adaptive Images in Responsive Web Design
[parisweb] Adaptive Images in Responsive Web Design[parisweb] Adaptive Images in Responsive Web Design
[parisweb] Adaptive Images in Responsive Web Design
 
Visual Studio 2013, Xamarin and Microsoft Azure Mobile Services: A Match Made...
Visual Studio 2013, Xamarin and Microsoft Azure Mobile Services: A Match Made...Visual Studio 2013, Xamarin and Microsoft Azure Mobile Services: A Match Made...
Visual Studio 2013, Xamarin and Microsoft Azure Mobile Services: A Match Made...
 
Web accessibility
Web accessibilityWeb accessibility
Web accessibility
 

Dernier

Challenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
Challenges and Opportunities: A Qualitative Study on Tax Compliance in PakistanChallenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
Challenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistanvineshkumarsajnani12
 
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All TimeCall 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All Timegargpaaro
 
Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...
Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...
Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...ssuserf63bd7
 
Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptxnandhinijagan9867
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...daisycvs
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfAdmir Softic
 
Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024Marel
 
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAIGetting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAITim Wilson
 
UAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur Dubai
UAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur DubaiUAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur Dubai
UAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur Dubaijaehdlyzca
 
Falcon Invoice Discounting: Empowering Your Business Growth
Falcon Invoice Discounting: Empowering Your Business GrowthFalcon Invoice Discounting: Empowering Your Business Growth
Falcon Invoice Discounting: Empowering Your Business GrowthFalcon investment
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxCynthia Clay
 
New 2024 Cannabis Edibles Investor Pitch Deck Template
New 2024 Cannabis Edibles Investor Pitch Deck TemplateNew 2024 Cannabis Edibles Investor Pitch Deck Template
New 2024 Cannabis Edibles Investor Pitch Deck TemplateCannaBusinessPlans
 
Cannabis Legalization World Map: 2024 Updated
Cannabis Legalization World Map: 2024 UpdatedCannabis Legalization World Map: 2024 Updated
Cannabis Legalization World Map: 2024 UpdatedCannaBusinessPlans
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with CultureSeta Wicaksana
 
Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service Available
Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service AvailableNashik Call Girl Just Call 7091819311 Top Class Call Girl Service Available
Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service Availablepr788182
 
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDINGParadip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDINGpr788182
 
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al MizharAl Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizharallensay1
 
Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1kcpayne
 

Dernier (20)

Challenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
Challenges and Opportunities: A Qualitative Study on Tax Compliance in PakistanChallenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
Challenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
 
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All TimeCall 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
 
Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...
Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...
Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...
 
Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptx
 
WheelTug Short Pitch Deck 2024 | Byond Insights
WheelTug Short Pitch Deck 2024 | Byond InsightsWheelTug Short Pitch Deck 2024 | Byond Insights
WheelTug Short Pitch Deck 2024 | Byond Insights
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 
Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024
 
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAIGetting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
 
UAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur Dubai
UAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur DubaiUAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur Dubai
UAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur Dubai
 
HomeRoots Pitch Deck | Investor Insights | April 2024
HomeRoots Pitch Deck | Investor Insights | April 2024HomeRoots Pitch Deck | Investor Insights | April 2024
HomeRoots Pitch Deck | Investor Insights | April 2024
 
Falcon Invoice Discounting: Empowering Your Business Growth
Falcon Invoice Discounting: Empowering Your Business GrowthFalcon Invoice Discounting: Empowering Your Business Growth
Falcon Invoice Discounting: Empowering Your Business Growth
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
 
New 2024 Cannabis Edibles Investor Pitch Deck Template
New 2024 Cannabis Edibles Investor Pitch Deck TemplateNew 2024 Cannabis Edibles Investor Pitch Deck Template
New 2024 Cannabis Edibles Investor Pitch Deck Template
 
Cannabis Legalization World Map: 2024 Updated
Cannabis Legalization World Map: 2024 UpdatedCannabis Legalization World Map: 2024 Updated
Cannabis Legalization World Map: 2024 Updated
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with Culture
 
Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service Available
Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service AvailableNashik Call Girl Just Call 7091819311 Top Class Call Girl Service Available
Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service Available
 
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDINGParadip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
 
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al MizharAl Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
 
Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1
 

Data Visualization with graphviz

  • 1. Data Visualization with graphviz Thomas Kenny 10/31/2011
  • 2.
  • 4. Problem - Solution • “Big data” are datasets that grow so large that they become awkward to work with using on- hand database management tools. - Wikipedia.org • graphviz is open source software developed by AT&T Labs which aids analysis of “big data” through visualization.
  • 6.
  • 7.
  • 8. A Little Graph Theory Lesson • Nodes (aka vertices) – are the fundamental unit out of which graphs are formed • Edges (directional arcs) – is a line connecting two nodes • Graph – is a collection of nodes and edges
  • 9.
  • 10. Let’s Play 6 Degrees of Kevin Bacon! http://public.research.att.com/~volinsky/cgi-bin/prox/help.pl
  • 11. digraph a { graph [bb="0,0,1000,1000" splines=true]; "Kevin Bacon" [color=red, style=filled, fillcolor=red, fontcolor=yellow, label=<Kevin Bacon<BR/>4030(0%) 0>]; "John Travolta" [color=red, style=filled, fillcolor=red, fontcolor=yellow, label=<John Travolta<BR/>4902(0%) >]; "Kyra Sedgwick" [ label=<Kyra Sedgwick<BR/>2041(1%) 1>]; "Benjamin Bratt (I)" [ label=<Benjamin Bratt (I)<BR/>1851(0%) 1>]; "Tait Ruppert" [ label=<Tait Ruppert<BR/>332(2%) 1>]; "Greg Grunberg" [ label=<Greg Grunberg<BR/>1118(1%) 2>]; "Eric Armstrong (I)" [ label=<Eric Armstrong (I)<BR/>228(2%) 2>]; "Walter Breaux" [ label=<Walter Breaux<BR/>439(0%) 1>]; "Kyra Sedgwick" -> "Kevin Bacon" [ label="7.0" fontcolor=brown color="#3696a2" style="setlinewidth(1)"]; "Benjamin Bratt (I)" -> "Kevin Bacon" [ label="4.0" fontcolor=brown color="#7fcdbb" style="setlinewidth(1)"]; "Tait Ruppert" -> "Kevin Bacon" [ label="1.0" fontcolor=brown color="#bfbf99" style="setlinewidth(1)"]; "Greg Grunberg" -> "Kevin Bacon" [ label="3.0" fontcolor=brown color="#bfbf99" style="setlinewidth(1)"]; "Eric Armstrong (I)" -> "Kevin Bacon" [ label="2.0" fontcolor=brown color="#7fcdbb" style="setlinewidth(1)"]; "Walter Breaux" -> "Kevin Bacon" [ label="1.0" fontcolor=brown color="#bfbf99" style="setlinewidth(1)"]; "John Travolta" -> "Kyra Sedgwick" [ label="2.0" fontcolor=brown color="#bfbf99" style="setlinewidth(1)"]; "John Travolta" -> "Benjamin Bratt (I)" [ label="3.0" fontcolor=brown color="#bfbf99" style="setlinewidth(1)"]; "John Travolta" -> "Tait Ruppert" [ label="6.0" fontcolor=brown color="#1c276f" style="setlinewidth(1)"]; "John Travolta" -> "Greg Grunberg" [ label="2.0" fontcolor=brown color="#bfbf99" style="setlinewidth(1)"]; "John Travolta" -> "Eric Armstrong (I)" [ label="1.0" fontcolor=brown color="#bfbf99" style="setlinewidth(1)"]; "John Travolta" -> "Walter Breaux" [ label="1.0" fontcolor=brown color="#bfbf99" style="setlinewidth(1)"]; "Kyra Sedgwick" -> "Benjamin Bratt (I)" [ label="2.0" fontcolor=brown color="#bfbf99" style="setlinewidth(1)"]; "Greg Grunberg" -> "Eric Armstrong (I)" [ label="1.0" fontcolor=brown color="#7fcdbb" style="setlinewidth(1)"]; }
  • 12. Node Syntax "Kevin Bacon“ [ color=red, style=filled, fillcolor=red, fontcolor=yellow, label=<Kevin Bacon<BR/>4030(0%) 0> ];
  • 13. Edge Syntax "Kyra Sedgwick" -> "Kevin Bacon“ [ label="7.0“ fontcolor=brown color="#3696a2“ style="setlinewidth(1)“ ]; More attributes @ graphviz.org/content/attrs
  • 15.
  • 16.
  • 17. Beyond graphviz • gephi.org (also open source) – Data visualization over time – WYSIWYG controls for layout style, node/edge size, borders, colors, labels, etc – Group nodes by data points – Community-detection – Reduction to filter out the noise • http://www.ted.com/talks/hans_rosling_show s_the_best_stats_you_ve_ever_seen.html Most dramatic part is from 03:15 to 05:06