ForceDiagram.form_edge_attribute

ForceDiagram.form_edge_attribute(form, edge, name, value=None)

Get or set the attribute value of the corresponding edge in the form diagam.

Parameters:
formFormDiagram

The form diagram.

edgetuple[int, int]

The identifier of the edge.

namestr

The name of the attribute.

valueAny, optional

A new value.

Returns:
Any