Provides information about weighted edges and vertices of a graph.
Used as argument for GraphDisplay.RegisterGraphInformer()
Methods
|
|
EdgeInfo
__init__
|
|
EdgeInfo
|
EdgeInfo (
self,
tail,
head,
)
Provide an info text for weighted edge (tail,head)
|
|
__init__
|
__init__ (
self,
G,
weightDesc="weight",
)
G is the graph we want to supply information about and weightDesc
a textual interpretation of the weight
|
|