A dependency graph of my Unisa modules
Find a file
2013-08-09 14:14:41 +02:00
.gitignore Added png output 2010-10-09 17:55:06 +02:00
ComputationalIntelligence.dot All modules have been marked as done and dusted 2013-08-09 14:14:41 +02:00
ComputationalIntelligence.png All modules have been marked as done and dusted 2013-08-09 14:14:41 +02:00
Rakefile Create rake task 2010-06-05 19:04:10 +02:00
README.txt Add link to wikistudent.ws 2010-06-07 00:36:43 +02:00

This is a GraphViz dot file.

It is an attempt at creating a dependency graph of my Unisa modules,
BSc Computer Science, the Computational Intelligence stream.

It can be viewed on my WikiStudent page:
http://wikistudent.ws/Unisa/User:Andreas

Example to generate an SVG image:
$ dot ComputationalIntelligence.dot -Tsvg -o ComputationalIntelligence.svg


Example to generate a PNG image:
$ dot ComputationalIntelligence.dot -Tpng -o ComputationalIntelligence.png

Many other formats are supported: man dot