List of all classes, functions and methods in python-igraph
Utility classes for drawing routines.
Class | Rectangle |
Class representing a rectangle. |
Class | BoundingBox |
Class representing a bounding box (a rectangular area) that encloses some objects. |
Class | FakeModule |
Fake module that raises an exception for everything |
Function | find_cairo |
Tries to import the ``cairo`` Python module if it is installed, also trying ``cairocffi`` (a drop-in replacement of ``cairo``). Returns a fake module if everything fails. |
Function | find_matplotlib |
Tries to import the ``matplotlib`` Python module if it is installed. Returns a fake module if everything fails. |
Class | Point |
Class representing a point on the 2D plane. |