Method: Graph#name

Defined in:
lib/graph.rb

#nameObject

The name of the graph. Optional for graphs and subgraphs. Prefix the name of a subgraph with “cluster” for subgraph that is boxed.



97
98
99
# File 'lib/graph.rb', line 97

def name
  @name
end