| Sign In/My Account | View Cart |
| Article: |
An Introduction to GraphViz and dot | |
| Subject: | Autodia and other software | |
| Date: | 2004-05-11 06:22:38 | |
| From: | michelesimionato | |
|
Response to: Autodia and other software
|
||
|
There are *lots* of applications using GraphViz. I couldn't list them all, so I just put a link to GraphViz home-page (which list AutoDia, BTW). Furthermore I said
|
||
Showing messages 1 through 2 of 2.
perl -MCPAN -e 'install Autodia'
autodia.pl -d path/to/files -l python -o myclasses.png -Z
is pretty quick.
Having said that, yes, dot is very programmable and rapid to code to. Graphviz is very cool, and knocking off a quick script to handle edge-cases is quite satisfying but there is no point re-inventing the wheel.
Python's strongest point is that its a good teaching language (ever tried porting or groking java examples with the dozens of lines creating tiny objects that are used as arguments to a method of another small object to get yet more tiny objects .. uurgh, yes Dr Dobbs I'm talking about you)
No point reinventing the wheel with class diagrams though.