pombreda / pydot

Automatically exported from code.google.com/p/pydot
MIT License
0 stars 0 forks source link

Cluster nodes misses attributes #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. generate a Cluster object "node"
2. try node.set_color("Red")
3. pydot will complain

Please provide any additional information below.
I found that cluster object lacked "set_color" and more,
so I had to add:
self.create_attribute_methods(CLUSTER_ATTRIBUTES)
to the end of Cluster.__init__ to get the cluster specific attributes

Original issue reported on code.google.com by gerwinde...@gmail.com on 8 Apr 2008 at 11:05

GoogleCodeExporter commented 9 years ago
Thanks!

Original comment by ero.carr...@gmail.com on 30 Oct 2010 at 11:34