SlideShare a Scribd company logo
1 of 32
Download to read offline
Tutorial
           Quick Start

*   Introduction
                          Gephi Tutorial
*
*
*
    Import file
    Visualization
    Layout
                          Quick Start
*   Ranking (color)
*   Metrics
                          Welcome to this introduction tutorial. It will guide you to the basic steps of network
*   Ranking (size)        visualization and manipulation in Gephi.
*   Layout again
*   Show labels           Gephi version 0.7alpha2 was used to do this tutorial.
*   Community-detection
*   Partition                 Get Gephi
*   Filter
*   Preview
*   Export
*   Save
*   Conclusion




                          Last updated March 05th, 2010
Tutorial
           Quick Start    Open Graph File
*   Introduction          • Download the file    LesMiserables.gexf
*   Import file
*   Visualization         • In the menubar, go to File Menu and Open...
*   Layout
*   Ranking (color)
*   Metrics
*   Ranking (size)
*   Layout again
*   Show labels
*   Community-detection
*   Partition
*   Filter
*   Preview
*   Export

                               Graph Format
*   Save
*   Conclusion

                               -   GEXF           - Tulip TLP
                               -   GraphML        - CSV
                               -   Pajek NET      - Compressed ZIP
                               -   GDF
                               -   GML
Tutorial
           Quick Start    Import Report
*   Introduction          • When your filed is opened, the report sum up data found and issues.
*   Import file               - Number of nodes
*   Visualization             - Number of edges
*   Layout                    - Type of graph
*   Ranking (color)
*   Metrics
*   Ranking (size)
*   Layout again
*   Show labels
*   Community-detection
*   Partition
*   Filter
*   Preview
*   Export
*   Save
*   Conclusion




                          • Click on OK to validate and see the graph
Tutorial
           Quick Start    You should now see a graph
*   Introduction          We imported “Les Miserables” dataset1. Coappearance weighted network of
*   Import file           characters in the novel “Les Miserables” from Victor Hugo.
*   Visualization
*   Layout
*   Ranking (color)
*   Metrics
*   Ranking (size)
*   Layout again
*   Show labels
*   Community-detection
*   Partition
*   Filter
*   Preview
*   Export
*   Save                  Nodes position is random at first, so you may see a slighty different representation.
*   Conclusion




                          1
                           D. E. Knuth, The Stanford GraphBase: A Platform for Combinatorial Computing, Addison-Wesley,
                          Reading, MA (1993).
Tutorial
           Quick Start    Graph Visualization
*   Introduction          • Use your mouse to move and scale the visualization
*   Import file              - Zoom: Mouse Wheel
*   Visualization            - Pan:    Right Mouse Drag
*   Layout                                                                       Zoom
*   Ranking (color)
                          • Locate the “Edge Thickness” slider on the bottom
*   Metrics
*   Ranking (size)
*   Layout again
*   Show labels
*   Community-detection
                                                                                 Drag
*   Partition             • If you loose your graph, reset the position
*   Filter
*   Preview
*   Export
*   Save
*   Conclusion
Tutorial
           Quick Start    Layout the graph
*   Introduction          Layout algorithms sets the graph shape, it is the most essential action.
*   Import file
*   Visualization         • Locate the    Layout module, on the left panel.
*   Layout
*   Ranking (color)                                        • Choose “Force Atlas”
*   Metrics
*   Ranking (size)                                         You can see the layout properties below, leave default
                                                           values.
*   Layout again
*   Show labels
*   Community-detection                                    • Click on            to launch the algorithm
*   Partition
*   Filter
*   Preview
*   Export
*   Save
*   Conclusion

                               Layout algorithms
                               Graphs are usually layouted with “Force-based” algorithms. Their principle is easy, linked nodes
                               attract each other and non-linked nodes are pushed apart.
Tutorial
           Quick Start    Control the layout
*   Introduction          The purpose of Layout Properties is to let you control the algorithm in order to make a
*   Import file           aesthetically pleasing representation.
*   Visualization
*   Layout                                                    • Set the “Repulsion strengh” at 10 000 to expand
*   Ranking (color)                                           the graph.
*   Metrics
*   Ranking (size)                                            • Type “Enter” to validate the changed value.
*   Layout again
*   Show labels
*   Community-detection
*   Partition
*   Filter
*   Preview               • And now         the algorithm.
*   Export
*   Save
*   Conclusion
Tutorial
           Quick Start    You should now see a layouted graph
*   Introduction
*   Import file
*   Visualization
*   Layout
*   Ranking (color)
*   Metrics
*   Ranking (size)
*   Layout again
*   Show labels
*   Community-detection
*   Partition
*   Filter
*   Preview
*   Export
*   Save
*   Conclusion
Tutorial
           Quick Start    Ranking (color)
*   Introduction          Ranking module lets you configure node’s color and size.
*   Import file
*   Visualization                                             • Locate     Ranking module, in the top left.
*   Layout
*   Ranking (color)                                           • Choose “Degree” as a rank parameter.
*   Metrics
*   Ranking (size)
*   Layout again
*   Show labels           You should obtain the configuration panel below:
*   Community-detection
*   Partition
*   Filter                                                    • Click on          to see the result.
*   Preview
*   Export
*   Save
*   Conclusion
Tutorial
           Quick Start    Let’s configure colors
*   Introduction
*   Import file                                                   • Move your mouse over the gradient component.
*   Visualization
*   Layout
*   Ranking (color)
*   Metrics                                                       • Double-click on triangles to configure the color
*   Ranking (size)
*   Layout again
*   Show labels
*   Community-detection
*   Partition
*   Filter
*   Preview
*   Export
*   Save


                             Palette
*   Conclusion



                             Use palette by right-clicking on the panel.
Tutorial
           Quick Start    Ranking result table
*   Introduction          You can see rank values by enabling the result table. Valjean has 36 links and is the most
*   Import file           connected node in the network.
*   Visualization
*   Layout                                                    • Enable table result view at the bottom toolbar
*   Ranking (color)
*   Metrics
*   Ranking (size)                                            • Click again on
*   Layout again
*   Show labels
*   Community-detection
*   Partition
*   Filter
*   Preview
*   Export
*   Save
*   Conclusion
Tutorial
           Quick Start    Metrics
*   Introduction          We will calculate the average path length for the network. It computes the path length for
*   Import file           all possibles pairs of nodes and give information about how nodes are close from each other.
*   Visualization
*   Layout
*   Ranking (color)
                          • Locate the    Statistics module on the right panel.
*   Metrics
*   Ranking (size)
*   Layout again
*   Show labels           • Click on     near “Average Path Length”.
*   Community-detection
*   Partition
*   Filter
*   Preview
*   Export
*   Save

                               Metrics available
*   Conclusion

                               - Diameter                 -   Betweeness Centrality
                               - Average Path Length      -   Closeness Centrality
                               - Clustering Coefficient   -   Eccentricity
                               - PageRank                 -   Community Detection
                               - HITS                         (Modularity)
Tutorial
           Quick Start    Metric settings
*   Introduction          The settings panel immediately appears.
*   Import file
*   Visualization
*   Layout
*   Ranking (color)
*   Metrics
*   Ranking (size)
*   Layout again
*   Show labels
*   Community-detection
*   Partition
*   Filter
*   Preview
*   Export
*   Save
*   Conclusion
                          • Select “Directed” and click on OK to compute the metric.
Tutorial
           Quick Start    Metric result
*   Introduction                          When finished,
*   Import file                           the metric dis-
*   Visualization                         plays its result in
*   Layout                                a report
*   Ranking (color)
*   Metrics
*   Ranking (size)
*   Layout again
*   Show labels
*   Community-detection
*   Partition
*   Filter
*   Preview
*   Export
*   Save
*   Conclusion
Tutorial
           Quick Start    Ranking (size)
*   Introduction          Metrics generates general reports but also results for each node. Thus three new values
*   Import file           have been created by the “Average Path Length” algorithm we ran.
*   Visualization            - Betweeness Centrality
*   Layout                   - Closeness Centrality
*   Ranking (color)          - Eccentricity
*   Metrics
*   Ranking (size)
*   Layout again
*   Show labels                                              • Go back to    Ranking
*   Community-detection
*   Partition                                                • Select “Betweeness Centrality” in the list.
*   Filter
                                                             This metrics indicates influencial nodes for highest
*   Preview
                                                             value.
*   Export
*   Save
*   Conclusion
Tutorial
           Quick Start    Ranking (size)
*   Introduction          The node’s size will be set now. Colors remain the “Degree” indicator.
*   Import file
*   Visualization                                             • Select the diamond icon in the toolbar for size.
*   Layout
*   Ranking (color)
                                                              • Set a min size at 10 and a max size at 50.
*   Metrics
*   Ranking (size)
*   Layout again
*   Show labels
*   Community-detection
*   Partition
*   Filter
*   Preview               • And click on         to see the result.
*   Export
*   Save
*   Conclusion
Tutorial
           Quick Start    You should see a colored and sized graph
*   Introduction
*   Import file
*   Visualization
*   Layout
*   Ranking (color)
*   Metrics
*   Ranking (size)
*   Layout again
*   Show labels
*   Community-detection
*   Partition
*   Filter
*   Preview
*   Export
*   Save
*   Conclusion

                          Color:   Degree
                          Size:    Betweeness Centrality metric
Tutorial
           Quick Start    Layout again
*   Introduction          The layout is not completely satisfying, as big nodes can overlap smaller.
*   Import file
*   Visualization         The “Force Atlas” algorithm has an option to take node size in account when layouting.
*   Layout
*   Ranking (color)
*   Metrics                                                  • Go Back to the    Layout panel.
*   Ranking (size)
*   Layout again                                             • Check the “Adjust by Sizes” option and run again the
*   Show labels                                              algorithm for short moment.
*   Community-detection
*   Partition
                                                             • You can see nodes are not overlapping anymore.
*   Filter
*   Preview
*   Export
*   Save
*   Conclusion
Tutorial
           Quick Start    Show labels
*   Introduction          Let’s explore the network more in details now that colors and size indicates central
*   Import file           nodes.
*   Visualization
*   Layout                • Display node labels
*   Ranking (color)
*   Metrics
*   Ranking (size)
*   Layout again
*   Show labels           • Set label size proportional to node size
*   Community-detection
*   Partition
*   Filter
*   Preview
*   Export
*   Save                  • Set label size with the scale slider
*   Conclusion
Tutorial
           Quick Start    Community detection
*   Introduction          The ability to detect and study communities is central in network analysis. We would like
*   Import file           to colorize clusters in our example.
*   Visualization
*   Layout                Gephi implements the Louvain method1, available from the          Statistics panel.
*   Ranking (color)
                          Click on     near the “Modularity” line
*   Metrics
*   Ranking (size)
*   Layout again
                                                                                • Select “Randomize” on the panel.
*   Show labels
*   Community-detection
*   Partition
*   Filter                                                                      • Click on OK to launch the detection.
*   Preview
*   Export
*   Save
*   Conclusion




                          1
                           Blondel V, Guillaume J, Lambiotte R, Mech E (2008) Fast unfolding of communities in large net-
                          works. J Stat Mech: Theory Exp 2008:P10008. (http://findcommunities.googlepages.com)
Tutorial
           Quick Start    Partition
*   Introduction          The community detection algorithm created a “Modularity Class” value for each node.
*   Import file
*   Visualization         The partition module can use this new data to colorize communities.
*   Layout
*   Ranking (color)                                               • Locate the       Partition module on the left panel.
*   Metrics
                                                                  • Immediately click on the “Refresh” button to pop-
*   Ranking (size)
                                                                    ulate the partition list.
*   Layout again
*   Show labels
*   Community-detection
*   Partition
*   Filter
*   Preview
*   Export
*   Save


                               How to visualize nodes & edges columns?
*   Conclusion


                               See columns and values for nodes and edges by looking at the Data Table view.

                               Select   Data Laboratory tab and click on “Nodes” to refresh the table.
Tutorial
           Quick Start    Partition
*   Introduction                                             • Select “Modularity Class” in the partition list.
*   Import file
*   Visualization                                            You can see that 9 communities were found, could
*   Layout                                                   be different for you. A random color has been set for
                                                             each community identifier.
*   Ranking (color)
*   Metrics
*   Ranking (size)                                           • Click on           to colorize nodes.
*   Layout again
*   Show labels
*   Community-detection
*   Partition
*   Filter
*   Preview
*   Export                Right-click on the panel to access the Randomize colors action.
*   Save
*   Conclusion
Tutorial
           Quick Start    What the network looks like now
*   Introduction
*   Import file
*   Visualization
*   Layout
*   Ranking (color)
*   Metrics
*   Ranking (size)
*   Layout again
*   Show labels
*   Community-detection
*   Partition
*   Filter
*   Preview
*   Export
*   Save
*   Conclusion
Tutorial
           Quick Start    Filter
*   Introduction          The last manipulation step is filtering. You create filters that can hide nodes and egdes
*   Import file           on the network. We will create a filter to remove leaves, i.e. nodes with a single edge.
*   Visualization
*   Layout                                               • Locate the    Filters module on the right panel.
*   Ranking (color)
*   Metrics                                              • Select “Degree Range” in the “Topology” category.
*   Ranking (size)
*   Layout again
*   Show labels
*   Community-detection
*   Partition
*   Filter                                               • Drag it to the Queries, drop it to “Drag filter here”.
*   Preview
*   Export
*   Save
*   Conclusion                                                                 Drag
Tutorial
           Quick Start    Filter
*   Introduction          • Click on “Degree Range” to activate the filter. The parameters panel appears.
*   Import file
*   Visualization
*   Layout
*   Ranking (color)
                          It shows a range slider and the chart that represents the data, the degree distribution
*   Metrics               here.
*   Ranking (size)
*   Layout again                                         • Move the slider to sets its lower bound to 2.
*   Show labels
*   Community-detection
*   Partition                                            • Enable filtering by pushing the         button.
*   Filter
*   Preview
*   Export                                               Nodes with a degree inferior to 2 are now hidden.
*   Save
*   Conclusion


                               Tip
                               You can edit bounds manually by double-clicking on values.
Tutorial
           Quick Start    The filtered network
*   Introduction
*   Import file
*   Visualization
*   Layout
*   Ranking (color)
*   Metrics
*   Ranking (size)
*   Layout again
*   Show labels
*   Community-detection
*   Partition
*   Filter
*   Preview
*   Export
*   Save
*   Conclusion


                          That ends the manipulation. We will now preview the rendering and prepare to export.
Tutorial
           Quick Start    Preview
*   Introduction          • Before exporting your graph as a SVG or PDF file, go to the Preview to:
*   Import file             - See exactly how the graph will look like
*   Visualization           - Put the last touch
*   Layout
*   Ranking (color)
                          • Select the “Preview” tab in the banner:
*   Metrics
*   Ranking (size)
*   Layout again
*   Show labels
*   Community-detection   • Click on Refresh to see the preview
*   Partition
*   Filter
*   Preview
*   Export
*   Save
*   Conclusion


                               Tip
                               If the graph is big, reduce the “Preview ratio” slider to 50% or 25% to display a partial graph.
Tutorial
           Quick Start    Preview
*   Introduction                    • In the Node properties, find “Show Labels” and
*   Import file                     enable the option.
*   Visualization
*   Layout                          • Click on
*   Ranking (color)
*   Metrics
*   Ranking (size)
*   Layout again                    Preview Settings supports Presets, click on the
*   Show labels                     presets list and try different configurations.
*   Community-detection
*   Partition
*   Filter
*   Preview
*   Export
*   Save
*   Conclusion
Tutorial
           Quick Start    The Previewed Graph
*   Introduction
*   Import file
*   Visualization
*   Layout
*   Ranking (color)
*   Metrics
*   Ranking (size)
*   Layout again
*   Show labels
*   Community-detection
*   Partition
*   Filter
*   Preview
*   Export
*   Save
*   Conclusion
Tutorial
           Quick Start    Export as SVG
*   Introduction          From Preview, click on SVG near Export.
*   Import file
*   Visualization
*   Layout
*   Ranking (color)
*   Metrics                 SVG Files are vectorial graphics, like PDF. Images scale smoothly to different sizes and
*   Ranking (size)        can therefore be printed or integrated in high-res presentation.
*   Layout again
*   Show labels           Transform and manipulate SVG files in Inkscape or Adobe Illustrator.
*   Community-detection
*   Partition
*   Filter
*   Preview
*   Export
*   Save
*   Conclusion


                               High-resolution screenshots
                                If you prefer hi-resolution PNG screenshots only, look at the   icon in the visualization properties
                                bar, located at the bottom of the visualization.
Tutorial
           Quick Start    Save your project
*   Introduction          Saving your project encapsulates all data and results in a single
*   Import file           session file.
*   Visualization
*   Layout
*   Ranking (color)
*   Metrics
*   Ranking (size)        If you missed some steps, you can download the session:
*   Layout again
*   Show labels                  LesMiserables.gephi
*   Community-detection
*   Partition
*   Filter
*   Preview
*   Export
*   Save
*   Conclusion
Tutorial
           Quick Start    Conclusion
*   Introduction          In this tutorial you learned the basic process to open, visualize, manipulate and render
*   Import file           a network file with Gephi.
*   Visualization
*   Layout
*   Ranking (color)
*   Metrics
*   Ranking (size)
*   Layout again
*   Show labels
*   Community-detection
*   Partition
*   Filter
*   Preview               Go further:
*   Export                    • Gephi Website
*   Save                      • Gephi Wiki
                              • Gephi forum
*   Conclusion

More Related Content

What's hot

Git Tutorial
Git TutorialGit Tutorial
Git TutorialMDLicht
 
Git vs SVN
Git vs SVNGit vs SVN
Git vs SVNneuros
 
Version control system
Version control systemVersion control system
Version control systemAndrew Liu
 
Minicurso GIT Completo (2022)
Minicurso GIT Completo (2022)Minicurso GIT Completo (2022)
Minicurso GIT Completo (2022)Danilo Pinotti
 
BGA Studio: The BGA framework at a glance
BGA Studio: The BGA framework at a glanceBGA Studio: The BGA framework at a glance
BGA Studio: The BGA framework at a glanceBoard Game Arena
 
Version Control with Git
Version Control with GitVersion Control with Git
Version Control with GitLuigi De Russis
 
빌드관리 및 디버깅 (2010년 자료)
빌드관리 및 디버깅 (2010년 자료)빌드관리 및 디버깅 (2010년 자료)
빌드관리 및 디버깅 (2010년 자료)YEONG-CHEON YOU
 
오픈소스 GIS의 이해 - OSgeo Projects 중심
오픈소스 GIS의 이해 - OSgeo Projects 중심오픈소스 GIS의 이해 - OSgeo Projects 중심
오픈소스 GIS의 이해 - OSgeo Projects 중심MinPa Lee
 
GIT | Distributed Version Control System
GIT | Distributed Version Control SystemGIT | Distributed Version Control System
GIT | Distributed Version Control SystemMohammad Imam Hossain
 
Multiplayer Game Sync Techniques through CAP theorem
Multiplayer Game Sync Techniques through CAP theoremMultiplayer Game Sync Techniques through CAP theorem
Multiplayer Game Sync Techniques through CAP theoremSeungmo Koo
 
QGIS 고급 및 PyQGIS - 김기웅, 임영현
QGIS 고급 및 PyQGIS - 김기웅, 임영현 QGIS 고급 및 PyQGIS - 김기웅, 임영현
QGIS 고급 및 PyQGIS - 김기웅, 임영현 SANGHEE SHIN
 
나만의 엔진 개발하기
나만의 엔진 개발하기나만의 엔진 개발하기
나만의 엔진 개발하기YEONG-CHEON YOU
 

What's hot (20)

Git Tutorial
Git TutorialGit Tutorial
Git Tutorial
 
Git vs SVN
Git vs SVNGit vs SVN
Git vs SVN
 
Git tutorial
Git tutorialGit tutorial
Git tutorial
 
Version control system
Version control systemVersion control system
Version control system
 
jQuery PPT
jQuery PPTjQuery PPT
jQuery PPT
 
Minicurso GIT Completo (2022)
Minicurso GIT Completo (2022)Minicurso GIT Completo (2022)
Minicurso GIT Completo (2022)
 
Bitbucket
BitbucketBitbucket
Bitbucket
 
BGA Studio: The BGA framework at a glance
BGA Studio: The BGA framework at a glanceBGA Studio: The BGA framework at a glance
BGA Studio: The BGA framework at a glance
 
Version Control with Git
Version Control with GitVersion Control with Git
Version Control with Git
 
빌드관리 및 디버깅 (2010년 자료)
빌드관리 및 디버깅 (2010년 자료)빌드관리 및 디버깅 (2010년 자료)
빌드관리 및 디버깅 (2010년 자료)
 
오픈소스 GIS의 이해 - OSgeo Projects 중심
오픈소스 GIS의 이해 - OSgeo Projects 중심오픈소스 GIS의 이해 - OSgeo Projects 중심
오픈소스 GIS의 이해 - OSgeo Projects 중심
 
GIT | Distributed Version Control System
GIT | Distributed Version Control SystemGIT | Distributed Version Control System
GIT | Distributed Version Control System
 
Git and Github
Git and GithubGit and Github
Git and Github
 
Multiplayer Game Sync Techniques through CAP theorem
Multiplayer Game Sync Techniques through CAP theoremMultiplayer Game Sync Techniques through CAP theorem
Multiplayer Game Sync Techniques through CAP theorem
 
High concept document
High concept documentHigh concept document
High concept document
 
Open layers
Open layersOpen layers
Open layers
 
CSS selectors
CSS selectorsCSS selectors
CSS selectors
 
Intro to Git and GitHub
Intro to Git and GitHubIntro to Git and GitHub
Intro to Git and GitHub
 
QGIS 고급 및 PyQGIS - 김기웅, 임영현
QGIS 고급 및 PyQGIS - 김기웅, 임영현 QGIS 고급 및 PyQGIS - 김기웅, 임영현
QGIS 고급 및 PyQGIS - 김기웅, 임영현
 
나만의 엔진 개발하기
나만의 엔진 개발하기나만의 엔진 개발하기
나만의 엔진 개발하기
 

Similar to Gephi Quick Start

Gephi tutorial: quick start
Gephi tutorial: quick startGephi tutorial: quick start
Gephi tutorial: quick startzukun
 
Gephi tutorial-quick start
Gephi tutorial-quick startGephi tutorial-quick start
Gephi tutorial-quick startMuhammad Javed
 
Comm645 gephi handout
Comm645   gephi handoutComm645   gephi handout
Comm645 gephi handoutSadaf Solangi
 
Practice discovering biological knowledge using networks approach.
Practice discovering biological knowledge using networks approach.Practice discovering biological knowledge using networks approach.
Practice discovering biological knowledge using networks approach.Elena Sügis
 
Game Programming 12 - Shaders
Game Programming 12 - ShadersGame Programming 12 - Shaders
Game Programming 12 - ShadersNick Pruehs
 
Tools for Tabletop Game Design
Tools for Tabletop Game DesignTools for Tabletop Game Design
Tools for Tabletop Game DesignMartin Grider
 
201204quickstartguide
201204quickstartguide201204quickstartguide
201204quickstartguidepluskjw
 
Polybot Onboarding Process
Polybot Onboarding ProcessPolybot Onboarding Process
Polybot Onboarding ProcessNina Park
 
PCB Design with KiCad.pdf
PCB Design with KiCad.pdfPCB Design with KiCad.pdf
PCB Design with KiCad.pdfYingChen385386
 
spatial anaylisi using ilwis
spatial anaylisi using ilwisspatial anaylisi using ilwis
spatial anaylisi using ilwisAsri Renggo
 
Quadcept v10.3.0 Released
Quadcept v10.3.0 ReleasedQuadcept v10.3.0 Released
Quadcept v10.3.0 ReleasedQuadcept
 
【Unite 2017 Tokyo】Unity5.6での2D新機能解説
【Unite 2017 Tokyo】Unity5.6での2D新機能解説【Unite 2017 Tokyo】Unity5.6での2D新機能解説
【Unite 2017 Tokyo】Unity5.6での2D新機能解説Unity Technologies Japan K.K.
 
Neo4j + Tableau Visual Analytics - GraphConnect SF 2015
Neo4j + Tableau Visual Analytics - GraphConnect SF 2015 Neo4j + Tableau Visual Analytics - GraphConnect SF 2015
Neo4j + Tableau Visual Analytics - GraphConnect SF 2015 Neo4j
 
Adobe illustrator lesson 11
Adobe illustrator lesson 11Adobe illustrator lesson 11
Adobe illustrator lesson 11SAN ANTONIO
 
Creating great Unity games for Windows 10 - Part 1
Creating great Unity games for Windows 10 - Part 1Creating great Unity games for Windows 10 - Part 1
Creating great Unity games for Windows 10 - Part 1Jiri Danihelka
 

Similar to Gephi Quick Start (20)

Gephi tutorial: quick start
Gephi tutorial: quick startGephi tutorial: quick start
Gephi tutorial: quick start
 
Gephi tutorial-quick start
Gephi tutorial-quick startGephi tutorial-quick start
Gephi tutorial-quick start
 
Comm645 gephi handout
Comm645   gephi handoutComm645   gephi handout
Comm645 gephi handout
 
Practice discovering biological knowledge using networks approach.
Practice discovering biological knowledge using networks approach.Practice discovering biological knowledge using networks approach.
Practice discovering biological knowledge using networks approach.
 
Golang
GolangGolang
Golang
 
Master Cam 9
Master Cam 9Master Cam 9
Master Cam 9
 
Game Programming 12 - Shaders
Game Programming 12 - ShadersGame Programming 12 - Shaders
Game Programming 12 - Shaders
 
Tools for Tabletop Game Design
Tools for Tabletop Game DesignTools for Tabletop Game Design
Tools for Tabletop Game Design
 
201204quickstartguide
201204quickstartguide201204quickstartguide
201204quickstartguide
 
13457272.ppt
13457272.ppt13457272.ppt
13457272.ppt
 
Polybot Onboarding Process
Polybot Onboarding ProcessPolybot Onboarding Process
Polybot Onboarding Process
 
PCB Design with KiCad.pdf
PCB Design with KiCad.pdfPCB Design with KiCad.pdf
PCB Design with KiCad.pdf
 
spatial anaylisi using ilwis
spatial anaylisi using ilwisspatial anaylisi using ilwis
spatial anaylisi using ilwis
 
Quadcept v10.3.0 Released
Quadcept v10.3.0 ReleasedQuadcept v10.3.0 Released
Quadcept v10.3.0 Released
 
【Unite 2017 Tokyo】Unity5.6での2D新機能解説
【Unite 2017 Tokyo】Unity5.6での2D新機能解説【Unite 2017 Tokyo】Unity5.6での2D新機能解説
【Unite 2017 Tokyo】Unity5.6での2D新機能解説
 
08graphics
08graphics08graphics
08graphics
 
QGIS Tutorial 1
QGIS Tutorial 1QGIS Tutorial 1
QGIS Tutorial 1
 
Neo4j + Tableau Visual Analytics - GraphConnect SF 2015
Neo4j + Tableau Visual Analytics - GraphConnect SF 2015 Neo4j + Tableau Visual Analytics - GraphConnect SF 2015
Neo4j + Tableau Visual Analytics - GraphConnect SF 2015
 
Adobe illustrator lesson 11
Adobe illustrator lesson 11Adobe illustrator lesson 11
Adobe illustrator lesson 11
 
Creating great Unity games for Windows 10 - Part 1
Creating great Unity games for Windows 10 - Part 1Creating great Unity games for Windows 10 - Part 1
Creating great Unity games for Windows 10 - Part 1
 

Recently uploaded

Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 

Recently uploaded (20)

Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 

Gephi Quick Start

  • 1. Tutorial Quick Start * Introduction Gephi Tutorial * * * Import file Visualization Layout Quick Start * Ranking (color) * Metrics Welcome to this introduction tutorial. It will guide you to the basic steps of network * Ranking (size) visualization and manipulation in Gephi. * Layout again * Show labels Gephi version 0.7alpha2 was used to do this tutorial. * Community-detection * Partition Get Gephi * Filter * Preview * Export * Save * Conclusion Last updated March 05th, 2010
  • 2. Tutorial Quick Start Open Graph File * Introduction • Download the file LesMiserables.gexf * Import file * Visualization • In the menubar, go to File Menu and Open... * Layout * Ranking (color) * Metrics * Ranking (size) * Layout again * Show labels * Community-detection * Partition * Filter * Preview * Export Graph Format * Save * Conclusion - GEXF - Tulip TLP - GraphML - CSV - Pajek NET - Compressed ZIP - GDF - GML
  • 3. Tutorial Quick Start Import Report * Introduction • When your filed is opened, the report sum up data found and issues. * Import file - Number of nodes * Visualization - Number of edges * Layout - Type of graph * Ranking (color) * Metrics * Ranking (size) * Layout again * Show labels * Community-detection * Partition * Filter * Preview * Export * Save * Conclusion • Click on OK to validate and see the graph
  • 4. Tutorial Quick Start You should now see a graph * Introduction We imported “Les Miserables” dataset1. Coappearance weighted network of * Import file characters in the novel “Les Miserables” from Victor Hugo. * Visualization * Layout * Ranking (color) * Metrics * Ranking (size) * Layout again * Show labels * Community-detection * Partition * Filter * Preview * Export * Save Nodes position is random at first, so you may see a slighty different representation. * Conclusion 1 D. E. Knuth, The Stanford GraphBase: A Platform for Combinatorial Computing, Addison-Wesley, Reading, MA (1993).
  • 5. Tutorial Quick Start Graph Visualization * Introduction • Use your mouse to move and scale the visualization * Import file - Zoom: Mouse Wheel * Visualization - Pan: Right Mouse Drag * Layout Zoom * Ranking (color) • Locate the “Edge Thickness” slider on the bottom * Metrics * Ranking (size) * Layout again * Show labels * Community-detection Drag * Partition • If you loose your graph, reset the position * Filter * Preview * Export * Save * Conclusion
  • 6. Tutorial Quick Start Layout the graph * Introduction Layout algorithms sets the graph shape, it is the most essential action. * Import file * Visualization • Locate the Layout module, on the left panel. * Layout * Ranking (color) • Choose “Force Atlas” * Metrics * Ranking (size) You can see the layout properties below, leave default values. * Layout again * Show labels * Community-detection • Click on to launch the algorithm * Partition * Filter * Preview * Export * Save * Conclusion Layout algorithms Graphs are usually layouted with “Force-based” algorithms. Their principle is easy, linked nodes attract each other and non-linked nodes are pushed apart.
  • 7. Tutorial Quick Start Control the layout * Introduction The purpose of Layout Properties is to let you control the algorithm in order to make a * Import file aesthetically pleasing representation. * Visualization * Layout • Set the “Repulsion strengh” at 10 000 to expand * Ranking (color) the graph. * Metrics * Ranking (size) • Type “Enter” to validate the changed value. * Layout again * Show labels * Community-detection * Partition * Filter * Preview • And now the algorithm. * Export * Save * Conclusion
  • 8. Tutorial Quick Start You should now see a layouted graph * Introduction * Import file * Visualization * Layout * Ranking (color) * Metrics * Ranking (size) * Layout again * Show labels * Community-detection * Partition * Filter * Preview * Export * Save * Conclusion
  • 9. Tutorial Quick Start Ranking (color) * Introduction Ranking module lets you configure node’s color and size. * Import file * Visualization • Locate Ranking module, in the top left. * Layout * Ranking (color) • Choose “Degree” as a rank parameter. * Metrics * Ranking (size) * Layout again * Show labels You should obtain the configuration panel below: * Community-detection * Partition * Filter • Click on to see the result. * Preview * Export * Save * Conclusion
  • 10. Tutorial Quick Start Let’s configure colors * Introduction * Import file • Move your mouse over the gradient component. * Visualization * Layout * Ranking (color) * Metrics • Double-click on triangles to configure the color * Ranking (size) * Layout again * Show labels * Community-detection * Partition * Filter * Preview * Export * Save Palette * Conclusion Use palette by right-clicking on the panel.
  • 11. Tutorial Quick Start Ranking result table * Introduction You can see rank values by enabling the result table. Valjean has 36 links and is the most * Import file connected node in the network. * Visualization * Layout • Enable table result view at the bottom toolbar * Ranking (color) * Metrics * Ranking (size) • Click again on * Layout again * Show labels * Community-detection * Partition * Filter * Preview * Export * Save * Conclusion
  • 12. Tutorial Quick Start Metrics * Introduction We will calculate the average path length for the network. It computes the path length for * Import file all possibles pairs of nodes and give information about how nodes are close from each other. * Visualization * Layout * Ranking (color) • Locate the Statistics module on the right panel. * Metrics * Ranking (size) * Layout again * Show labels • Click on near “Average Path Length”. * Community-detection * Partition * Filter * Preview * Export * Save Metrics available * Conclusion - Diameter - Betweeness Centrality - Average Path Length - Closeness Centrality - Clustering Coefficient - Eccentricity - PageRank - Community Detection - HITS (Modularity)
  • 13. Tutorial Quick Start Metric settings * Introduction The settings panel immediately appears. * Import file * Visualization * Layout * Ranking (color) * Metrics * Ranking (size) * Layout again * Show labels * Community-detection * Partition * Filter * Preview * Export * Save * Conclusion • Select “Directed” and click on OK to compute the metric.
  • 14. Tutorial Quick Start Metric result * Introduction When finished, * Import file the metric dis- * Visualization plays its result in * Layout a report * Ranking (color) * Metrics * Ranking (size) * Layout again * Show labels * Community-detection * Partition * Filter * Preview * Export * Save * Conclusion
  • 15. Tutorial Quick Start Ranking (size) * Introduction Metrics generates general reports but also results for each node. Thus three new values * Import file have been created by the “Average Path Length” algorithm we ran. * Visualization - Betweeness Centrality * Layout - Closeness Centrality * Ranking (color) - Eccentricity * Metrics * Ranking (size) * Layout again * Show labels • Go back to Ranking * Community-detection * Partition • Select “Betweeness Centrality” in the list. * Filter This metrics indicates influencial nodes for highest * Preview value. * Export * Save * Conclusion
  • 16. Tutorial Quick Start Ranking (size) * Introduction The node’s size will be set now. Colors remain the “Degree” indicator. * Import file * Visualization • Select the diamond icon in the toolbar for size. * Layout * Ranking (color) • Set a min size at 10 and a max size at 50. * Metrics * Ranking (size) * Layout again * Show labels * Community-detection * Partition * Filter * Preview • And click on to see the result. * Export * Save * Conclusion
  • 17. Tutorial Quick Start You should see a colored and sized graph * Introduction * Import file * Visualization * Layout * Ranking (color) * Metrics * Ranking (size) * Layout again * Show labels * Community-detection * Partition * Filter * Preview * Export * Save * Conclusion Color: Degree Size: Betweeness Centrality metric
  • 18. Tutorial Quick Start Layout again * Introduction The layout is not completely satisfying, as big nodes can overlap smaller. * Import file * Visualization The “Force Atlas” algorithm has an option to take node size in account when layouting. * Layout * Ranking (color) * Metrics • Go Back to the Layout panel. * Ranking (size) * Layout again • Check the “Adjust by Sizes” option and run again the * Show labels algorithm for short moment. * Community-detection * Partition • You can see nodes are not overlapping anymore. * Filter * Preview * Export * Save * Conclusion
  • 19. Tutorial Quick Start Show labels * Introduction Let’s explore the network more in details now that colors and size indicates central * Import file nodes. * Visualization * Layout • Display node labels * Ranking (color) * Metrics * Ranking (size) * Layout again * Show labels • Set label size proportional to node size * Community-detection * Partition * Filter * Preview * Export * Save • Set label size with the scale slider * Conclusion
  • 20. Tutorial Quick Start Community detection * Introduction The ability to detect and study communities is central in network analysis. We would like * Import file to colorize clusters in our example. * Visualization * Layout Gephi implements the Louvain method1, available from the Statistics panel. * Ranking (color) Click on near the “Modularity” line * Metrics * Ranking (size) * Layout again • Select “Randomize” on the panel. * Show labels * Community-detection * Partition * Filter • Click on OK to launch the detection. * Preview * Export * Save * Conclusion 1 Blondel V, Guillaume J, Lambiotte R, Mech E (2008) Fast unfolding of communities in large net- works. J Stat Mech: Theory Exp 2008:P10008. (http://findcommunities.googlepages.com)
  • 21. Tutorial Quick Start Partition * Introduction The community detection algorithm created a “Modularity Class” value for each node. * Import file * Visualization The partition module can use this new data to colorize communities. * Layout * Ranking (color) • Locate the Partition module on the left panel. * Metrics • Immediately click on the “Refresh” button to pop- * Ranking (size) ulate the partition list. * Layout again * Show labels * Community-detection * Partition * Filter * Preview * Export * Save How to visualize nodes & edges columns? * Conclusion See columns and values for nodes and edges by looking at the Data Table view. Select Data Laboratory tab and click on “Nodes” to refresh the table.
  • 22. Tutorial Quick Start Partition * Introduction • Select “Modularity Class” in the partition list. * Import file * Visualization You can see that 9 communities were found, could * Layout be different for you. A random color has been set for each community identifier. * Ranking (color) * Metrics * Ranking (size) • Click on to colorize nodes. * Layout again * Show labels * Community-detection * Partition * Filter * Preview * Export Right-click on the panel to access the Randomize colors action. * Save * Conclusion
  • 23. Tutorial Quick Start What the network looks like now * Introduction * Import file * Visualization * Layout * Ranking (color) * Metrics * Ranking (size) * Layout again * Show labels * Community-detection * Partition * Filter * Preview * Export * Save * Conclusion
  • 24. Tutorial Quick Start Filter * Introduction The last manipulation step is filtering. You create filters that can hide nodes and egdes * Import file on the network. We will create a filter to remove leaves, i.e. nodes with a single edge. * Visualization * Layout • Locate the Filters module on the right panel. * Ranking (color) * Metrics • Select “Degree Range” in the “Topology” category. * Ranking (size) * Layout again * Show labels * Community-detection * Partition * Filter • Drag it to the Queries, drop it to “Drag filter here”. * Preview * Export * Save * Conclusion Drag
  • 25. Tutorial Quick Start Filter * Introduction • Click on “Degree Range” to activate the filter. The parameters panel appears. * Import file * Visualization * Layout * Ranking (color) It shows a range slider and the chart that represents the data, the degree distribution * Metrics here. * Ranking (size) * Layout again • Move the slider to sets its lower bound to 2. * Show labels * Community-detection * Partition • Enable filtering by pushing the button. * Filter * Preview * Export Nodes with a degree inferior to 2 are now hidden. * Save * Conclusion Tip You can edit bounds manually by double-clicking on values.
  • 26. Tutorial Quick Start The filtered network * Introduction * Import file * Visualization * Layout * Ranking (color) * Metrics * Ranking (size) * Layout again * Show labels * Community-detection * Partition * Filter * Preview * Export * Save * Conclusion That ends the manipulation. We will now preview the rendering and prepare to export.
  • 27. Tutorial Quick Start Preview * Introduction • Before exporting your graph as a SVG or PDF file, go to the Preview to: * Import file - See exactly how the graph will look like * Visualization - Put the last touch * Layout * Ranking (color) • Select the “Preview” tab in the banner: * Metrics * Ranking (size) * Layout again * Show labels * Community-detection • Click on Refresh to see the preview * Partition * Filter * Preview * Export * Save * Conclusion Tip If the graph is big, reduce the “Preview ratio” slider to 50% or 25% to display a partial graph.
  • 28. Tutorial Quick Start Preview * Introduction • In the Node properties, find “Show Labels” and * Import file enable the option. * Visualization * Layout • Click on * Ranking (color) * Metrics * Ranking (size) * Layout again Preview Settings supports Presets, click on the * Show labels presets list and try different configurations. * Community-detection * Partition * Filter * Preview * Export * Save * Conclusion
  • 29. Tutorial Quick Start The Previewed Graph * Introduction * Import file * Visualization * Layout * Ranking (color) * Metrics * Ranking (size) * Layout again * Show labels * Community-detection * Partition * Filter * Preview * Export * Save * Conclusion
  • 30. Tutorial Quick Start Export as SVG * Introduction From Preview, click on SVG near Export. * Import file * Visualization * Layout * Ranking (color) * Metrics SVG Files are vectorial graphics, like PDF. Images scale smoothly to different sizes and * Ranking (size) can therefore be printed or integrated in high-res presentation. * Layout again * Show labels Transform and manipulate SVG files in Inkscape or Adobe Illustrator. * Community-detection * Partition * Filter * Preview * Export * Save * Conclusion High-resolution screenshots If you prefer hi-resolution PNG screenshots only, look at the icon in the visualization properties bar, located at the bottom of the visualization.
  • 31. Tutorial Quick Start Save your project * Introduction Saving your project encapsulates all data and results in a single * Import file session file. * Visualization * Layout * Ranking (color) * Metrics * Ranking (size) If you missed some steps, you can download the session: * Layout again * Show labels LesMiserables.gephi * Community-detection * Partition * Filter * Preview * Export * Save * Conclusion
  • 32. Tutorial Quick Start Conclusion * Introduction In this tutorial you learned the basic process to open, visualize, manipulate and render * Import file a network file with Gephi. * Visualization * Layout * Ranking (color) * Metrics * Ranking (size) * Layout again * Show labels * Community-detection * Partition * Filter * Preview Go further: * Export • Gephi Website * Save • Gephi Wiki • Gephi forum * Conclusion