python-igraph API reference

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

class documentation
Method __init__ Constructs an UbiGraph drawer using the display at the given URL.
Method draw Draws the given graph on an UbiGraph display.
Instance Variable edge_defaults Undocumented
Instance Variable vertex_defaults Undocumented

Inherited from AbstractXMLRPCDrawer:

Instance Variable server Undocumented
Instance Variable service Undocumented
Static Method _resolve_hostname Parses the given URL, resolves the hostname to an IP address and returns a new URL with the resolved IP address. This speeds up things big time on Mac OS X where an IP lookup would be performed for every XML-RPC call otherwise.

Inherited from AbstractGraphDrawer (via AbstractXMLRPCDrawer):

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, url='http://localhost:20738/RPC2'):

Constructs an UbiGraph drawer using the display at the given URL.

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

Draws the given graph on an UbiGraph display.

Parameters
graphUndocumented
*argsUndocumented
**kwdsUndocumented
clearwhether to clear the current UbiGraph display before plotting. Default: True.
edge_defaults =

Undocumented

vertex_defaults =

Undocumented