pywebgraph.ubigraph — Access to Ubigraph visualization server

class pywebgraph.ubigraph.Renderer([address])
ADDRESS
The default Ubigraph XML-RPC server address: http://127.0.0.1:20738/RPC2
addcallback(callback_url)
addedge(from_node, to_node, imply=True)
addnode(node)
clear()
highlight(node)
label(node, label)
unlabel(node)

Previous topic

pywebgraph.console — A simple CLI (and GUI) explorer

Next topic

pywebgraph.webgraph — Access to WebGraph data from Python

This Page