.. _igraph:


igraph
------------------------------------------------

igraph is a popular graph library that PyGraphistry can interface with. This allows you to leverage igraph's layout algorithms, and optionally, algorithmic enrichments. It is CPU-based and can generally handle small/medium-sized graphs.

.. automodule:: graphistry.plugins.igraph
   :members:
   :undoc-members:
   :show-inheritance:

.. rubric:: Constants

.. autodata:: graphistry.plugins.igraph.compute_algs

.. autodata:: graphistry.plugins.igraph.layout_algs

