: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: :ref:`sphx_glr_tutorials_generate_dag.py` .. raw:: html
Directed Acyclic Graph
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_connected_components_thumb.png :alt: :ref:`sphx_glr_tutorials_connected_components.py` .. raw:: html
Connected Components
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_configuration_thumb.png :alt: :ref:`sphx_glr_tutorials_configuration.py` .. raw:: html
Configuration Instance
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_articulation_points_thumb.png :alt: :ref:`sphx_glr_tutorials_articulation_points.py` .. raw:: html
Articulation Points
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_maxflow_thumb.png :alt: :ref:`sphx_glr_tutorials_maxflow.py` .. raw:: html
Maximum Flow
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_minimum_spanning_trees_thumb.png :alt: :ref:`sphx_glr_tutorials_minimum_spanning_trees.py` .. raw:: html
Minimum Spanning Trees
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_spanning_trees_thumb.png :alt: :ref:`sphx_glr_tutorials_spanning_trees.py` .. raw:: html
Spanning Trees
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_complement_thumb.png :alt: :ref:`sphx_glr_tutorials_complement.py` .. raw:: html
Complement
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_bipartite_matching_thumb.png :alt: :ref:`sphx_glr_tutorials_bipartite_matching.py` .. raw:: html
Maximum Bipartite Matching
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_topological_sort_thumb.png :alt: :ref:`sphx_glr_tutorials_topological_sort.py` .. raw:: html
Topological sorting
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_visualize_communities_thumb.png :alt: :ref:`sphx_glr_tutorials_visualize_communities.py` .. raw:: html
Communities
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_erdos_renyi_thumb.png :alt: :ref:`sphx_glr_tutorials_erdos_renyi.py` .. raw:: html
Erdős-Rényi Graph
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_visual_style_thumb.png :alt: :ref:`sphx_glr_tutorials_visual_style.py` .. raw:: html
Visual styling
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_simplify_thumb.png :alt: :ref:`sphx_glr_tutorials_simplify.py` .. raw:: html
Simplify
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_visualize_cliques_thumb.png :alt: :ref:`sphx_glr_tutorials_visualize_cliques.py` .. raw:: html
Cliques
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_bipartite_matching_maxflow_thumb.png :alt: :ref:`sphx_glr_tutorials_bipartite_matching_maxflow.py` .. raw:: html
Maximum Bipartite Matching by Maximum Flow
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_shortest_path_visualisation_thumb.png :alt: :ref:`sphx_glr_tutorials_shortest_path_visualisation.py` .. raw:: html
Shortest Paths
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_delaunay-triangulation_thumb.png :alt: :ref:`sphx_glr_tutorials_delaunay-triangulation.py` .. raw:: html
Delaunay Triangulation
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_bridges_thumb.png :alt: :ref:`sphx_glr_tutorials_bridges.py` .. raw:: html
Bridges
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_plot_iplotx_thumb.png :alt: :ref:`sphx_glr_tutorials_plot_iplotx.py` .. raw:: html
Visualising graphs with iplotx
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_ring_animation_thumb.png :alt: :ref:`sphx_glr_tutorials_ring_animation.py` .. raw:: html
Ring Graph Animation
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_isomorphism_thumb.png :alt: :ref:`sphx_glr_tutorials_isomorphism.py` .. raw:: html
Isomorphism
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_quickstart_thumb.png :alt: :ref:`sphx_glr_tutorials_quickstart.py` .. raw:: html
Quick Start
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_personalized_pagerank_thumb.png :alt: :ref:`sphx_glr_tutorials_personalized_pagerank.py` .. raw:: html
Personalized PageRank on a grid
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_cluster_contraction_thumb.png :alt: :ref:`sphx_glr_tutorials_cluster_contraction.py` .. raw:: html
Generating Cluster Graphs
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_online_user_actions_thumb.png :alt: :ref:`sphx_glr_tutorials_online_user_actions.py` .. raw:: html
Online user actions
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_betweenness_thumb.png :alt: :ref:`sphx_glr_tutorials_betweenness.py` .. raw:: html
Betweenness
.. raw:: html
.. only:: html .. image:: /tutorials/images/thumb/sphx_glr_stochastic_variability_thumb.png :alt: :ref:`sphx_glr_tutorials_stochastic_variability.py` .. 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 `_