Class | Puppet::SimpleGraph |
In: |
lib/puppet/simple_graph.rb
|
Parent: | Object |
A hopefully-faster graph class to replace the use of GRATR.
Call dotty for the graph which is written to the file ‘graph.dot’ in the # current directory.
Return a DOT::DOTDigraph for directed graphs or a DOT::DOTSubgraph for an undirected Graph. params can contain any graph property specified in rdot.rb. If an edge or vertex label is a kind of Hash then the keys which match dot properties will be used as well.