Closed GoogleCodeExporter closed 9 years ago
You should be able to obtain that result by adding a node named "node" with the
desired attributes.
graph.add_node( pydot.Node('node', shape='box') )
The upcoming pydot will have new methods specifically for setting defaults
(which basically wrap around the
example I just gave)
Original comment by ero.carr...@gmail.com
on 11 Feb 2008 at 5:56
Original issue reported on code.google.com by
bird9...@gmail.com
on 5 Feb 2008 at 11:03