List of all classes, functions and methods in python-igraph
class MatplotlibGraphDrawer(AbstractGraphDrawer):
Graph drawer that uses a pyplot.Axes as context
| Method | __init__ |
Constructs the graph drawer and associates it with the mpl axes |
| Instance Variable | ax |
Undocumented |
| Method | draw |
Abstract method, must be implemented in derived classes. |
| 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: |