Graph name¶
-
name
¶ Set or get the name of the graph object.
Parameters: Change or retrieve graph object identification. Identification names must start with a letter and are limited to alphanumeric characters and the
_
character.Examples
>>> my_graph.name "abc" >>> my_graph.name = "xyz" >>> my_graph.name "xyz"