python-igraph API reference

List of all classes, functions and methods in python-igraph

  • igraph - IGraph library.
    • app - User interfaces of igraph
      • shell - Command-line user interface of igraph
    • clustering - Classes related to graph clustering.
    • configuration - Configuration framework for igraph.
    • cut - Classes representing cuts and flows on graphs.
    • datatypes - Additional auxiliary data types
    • drawing - Drawing and plotting routines for IGraph.
      • baseclasses - Abstract base classes for the drawing routines.
      • colors - Color handling functions.
      • coord - Coordinate systems and related plotting routines
      • edge - Drawers for various edge styles in graph plots.
      • graph - Drawing routines to draw graphs.
      • metamagic - Auxiliary classes for the default graph drawer in igraph.
      • shapes - Shape drawing classes for igraph
      • text - Drawers for labels on plots.
      • utils - Utility classes for drawing routines.
      • vertex - Drawing routines to draw the vertices of graphs.
    • formula - Implementation of `igraph.Graph.Formula()`
    • layout - Layout-related code in the IGraph library.
    • matching - Classes representing matchings on graphs.
    • operators - Implementation of union, disjoint union and intersection operators.
    • remote - Classes that help igraph communicate with remote applications.
    • sparse_matrix - Implementation of Python-level sparse matrix operations.
    • statistics - Statistics related stuff in igraph
    • summary - Summary representation of a graph.
    • utils - Utility functions that cannot be categorised anywhere else.
    • version - Undocumented
    • _igraph - Low-level Python interface for the igraph library. Should not be used directly.