edges

PolyGraph.edges(style=None, width=None)[source]

Edge display.

Set visual properties of edges.

Parameters:
  • style (str, optional) – Either ‘lines’ or ‘tubes’.

  • width (int, optional) – Edge width in pixels.

Note

Parameters with a None value do not affect the corresponding edge display property.