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.



99
100
101
# File 'lib/graph.rb', line 99

def name
  @name
end