:orphan:
.. _gallery-of-examples:
Gallery of Examples
===================
Gallery of examples for `python-igraph` illustrating graph generation, analysis, and plotting.
Impatient? Check out the :ref:`tutorials-quickstart`.
Too little detail? Read the :doc:`extended tutorial <../tutorial>`.
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_generate_dag_thumb.png
:alt:
:doc:`/tutorials/generate_dag`
.. raw:: html
Directed Acyclic Graph
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_connected_components_thumb.png
:alt:
:doc:`/tutorials/connected_components`
.. raw:: html
Connected Components
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_configuration_thumb.png
:alt:
:doc:`/tutorials/configuration`
.. raw:: html
Configuration Instance
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_articulation_points_thumb.png
:alt:
:doc:`/tutorials/articulation_points`
.. raw:: html
Articulation Points
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_maxflow_thumb.png
:alt:
:doc:`/tutorials/maxflow`
.. raw:: html
Maximum Flow
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_minimum_spanning_trees_thumb.png
:alt:
:doc:`/tutorials/minimum_spanning_trees`
.. raw:: html
Minimum Spanning Trees
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_spanning_trees_thumb.png
:alt:
:doc:`/tutorials/spanning_trees`
.. raw:: html
Spanning Trees
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_complement_thumb.png
:alt:
:doc:`/tutorials/complement`
.. raw:: html
Complement
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_bipartite_matching_thumb.png
:alt:
:doc:`/tutorials/bipartite_matching`
.. raw:: html
Maximum Bipartite Matching
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_topological_sort_thumb.png
:alt:
:doc:`/tutorials/topological_sort`
.. raw:: html
Topological sorting
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_visualize_communities_thumb.png
:alt:
:doc:`/tutorials/visualize_communities`
.. raw:: html
Communities
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_erdos_renyi_thumb.png
:alt:
:doc:`/tutorials/erdos_renyi`
.. raw:: html
Erdős-Rényi Graph
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_visual_style_thumb.png
:alt:
:doc:`/tutorials/visual_style`
.. raw:: html
Visual styling
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_simplify_thumb.png
:alt:
:doc:`/tutorials/simplify`
.. raw:: html
Simplify
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_visualize_cliques_thumb.png
:alt:
:doc:`/tutorials/visualize_cliques`
.. raw:: html
Cliques
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_bipartite_matching_maxflow_thumb.png
:alt:
:doc:`/tutorials/bipartite_matching_maxflow`
.. raw:: html
Maximum Bipartite Matching by Maximum Flow
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_shortest_path_visualisation_thumb.png
:alt:
:doc:`/tutorials/shortest_path_visualisation`
.. raw:: html
Shortest Paths
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_delaunay-triangulation_thumb.png
:alt:
:doc:`/tutorials/delaunay-triangulation`
.. raw:: html
Delaunay Triangulation
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_bridges_thumb.png
:alt:
:doc:`/tutorials/bridges`
.. raw:: html
Bridges
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_plot_iplotx_thumb.png
:alt:
:doc:`/tutorials/plot_iplotx`
.. raw:: html
Visualising graphs with iplotx
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_ring_animation_thumb.png
:alt:
:doc:`/tutorials/ring_animation`
.. raw:: html
Ring Graph Animation
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_isomorphism_thumb.png
:alt:
:doc:`/tutorials/isomorphism`
.. raw:: html
Isomorphism
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_quickstart_thumb.png
:alt:
:doc:`/tutorials/quickstart`
.. raw:: html
Quick Start
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_personalized_pagerank_thumb.png
:alt:
:doc:`/tutorials/personalized_pagerank`
.. raw:: html
Personalized PageRank on a grid
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_cluster_contraction_thumb.png
:alt:
:doc:`/tutorials/cluster_contraction`
.. raw:: html
Generating Cluster Graphs
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_online_user_actions_thumb.png
:alt:
:doc:`/tutorials/online_user_actions`
.. raw:: html
Online user actions
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_betweenness_thumb.png
:alt:
:doc:`/tutorials/betweenness`
.. raw:: html
Betweenness
.. raw:: html
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_stochastic_variability_thumb.png
:alt:
:doc:`/tutorials/stochastic_variability`
.. raw:: html
Stochastic Variability in Community Detection Algorithms
.. thumbnail-parent-div-close
.. raw:: html
.. toctree::
:hidden:
/tutorials/generate_dag
/tutorials/connected_components
/tutorials/configuration
/tutorials/articulation_points
/tutorials/maxflow
/tutorials/minimum_spanning_trees
/tutorials/spanning_trees
/tutorials/complement
/tutorials/bipartite_matching
/tutorials/topological_sort
/tutorials/visualize_communities
/tutorials/erdos_renyi
/tutorials/visual_style
/tutorials/simplify
/tutorials/visualize_cliques
/tutorials/bipartite_matching_maxflow
/tutorials/shortest_path_visualisation
/tutorials/delaunay-triangulation
/tutorials/bridges
/tutorials/plot_iplotx
/tutorials/ring_animation
/tutorials/isomorphism
/tutorials/quickstart
/tutorials/personalized_pagerank
/tutorials/cluster_contraction
/tutorials/online_user_actions
/tutorials/betweenness
/tutorials/stochastic_variability
.. only:: html
.. container:: sphx-glr-footer sphx-glr-footer-gallery
.. container:: sphx-glr-download sphx-glr-download-python
:download:`Download all examples in Python source code: tutorials_python.zip `
.. container:: sphx-glr-download sphx-glr-download-jupyter
:download:`Download all examples in Jupyter notebooks: tutorials_jupyter.zip `
.. only:: html
.. rst-class:: sphx-glr-signature
`Gallery generated by Sphinx-Gallery