python-igraph API reference

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

class documentation

class MatplotlibGraphDrawer(AbstractGraphDrawer):

View In Hierarchy

Graph drawer that uses a pyplot.Axes as context

Method __init__ Constructs the graph drawer and associates it with the mpl axes
Method draw Abstract method, must be implemented in derived classes.
Instance Variable ax Undocumented
Class Variable _shape_dict Undocumented

Inherited from AbstractGraphDrawer:

Method ensure_layout Helper method that ensures that layout is an instance of Layout. If it is not, the method will try to convert it to a Layout according to the following rules:
def __init__(self, ax):

Constructs the graph drawer and associates it with the mpl axes

def draw(self, graph, *args, **kwds):

Abstract method, must be implemented in derived classes.

ax =

Undocumented

_shape_dict: dict[str, str] =

Undocumented