|
|
|
D R A F T
Muse2viz grabs all associations (AKA links) from Muse mode
files and transforms them into Graph File Language. This
output is suitable for feeding into the graphviz tools to
generate nice looking graphs.
Installation and Usage
- Get muse2viz:
~> wget http://www.c0t0d0s0.de/muse2viz/muse2viz.gz
- Unzip the archive:
~> gunzip muse2viz.gz
- Set execute bits:
~> chmod 755 muse2viz
- Run the script:
~> ./muse2viz -o /tmp/plans.dot -d ~/myplannerdir
- Run graphviz tools:
~> neato /tmp/plans.dot -Tpng -o /tmp/plans.png
Feedback
Feel free to contact me (mwe012008@gmx.net)
if you have any question about this hack or if you want
to make a suggestion.
Downloads
License
Muse2viz released under the
GNU General Public License,
Version 2.
|