List of all classes, functions and methods in python-igraph
class UbiGraphDrawer(AbstractXMLRPCDrawer, AbstractGraphDrawer):
Method | __init__ |
Constructs an UbiGraph drawer using the display at the given URL. |
Instance Variable | vertex_defaults |
Undocumented |
Instance Variable | edge_defaults |
Undocumented |
Method | draw |
Draws the given graph on an UbiGraph display. |
Inherited from AbstractXMLRPCDrawer
:
Instance Variable | server |
Undocumented |
Instance Variable | service |
Undocumented |
Static Method | _resolve_hostname |
No summary |
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: |
Constructs an UbiGraph drawer using the display at the given URL.