graph_builder
GraphBuilder
Bases: PolydataObject
actors
property
Return all actors added to object.
GraphBuilder
Bases: PolydataObject
actors
property
Return all actors added to object.
edge_builder = EdgeBuilder(graph.sources, graph.targets)
instance-attribute
node_builder = NodeBuilder(graph.coords)
instance-attribute
__init__(graph)
set_directed(directed)
set_edge_color(color)
set_edge_opacity(opacity)
set_edge_weights(weights, cmap='hsv')
set_node_scalars(scalars, cmap='hsv')
set_node_size(size)