Table Of Contents

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

"csv_data"

>>> my_graph.name = "cleaned_data"
>>> my_graph.name

"cleaned_data"