List of all classes, functions and methods in python-igraph
class PlotlyGraphDrawer(AbstractGraphDrawer):
Method | __init__ |
Constructs the graph drawer and associates it with the plotly Figure |
Method | draw |
Abstract method, must be implemented in derived classes. |
Instance Variable | edge_drawer_factory |
Undocumented |
Instance Variable | fig |
Undocumented |
Instance Variable | vertex_drawer_factory |
Undocumented |
Class Variable | _shape_dict |
Undocumented |
Inherited from AbstractGraphDrawer
:
Static 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: |
Static Method | _determine_edge_order |
No summary |
Static Method | _determine_vertex_order |
No summary |
Parameters | |
fig | the plotly.graph_objects.Figure to draw into. |
vertex_drawer_factory | Undocumented |
edge_drawer_factory | Undocumented |