Hi, this is a patch including a command to generate a graph using the dot command so you don't need the Graphviz gui program in OS X. You will need to have the dot command in your system. To do so, compile graphviz or get it from macports like so :
sudo port install graphviz
see http://en.wikipedia.org/wiki/Graphviz for more information
I've already submitted a similar patch to the maintainer "Torsten Becker" but I got no response so far so I'd like if you guys could take care of it.
Thanks
Guillaume Carbonneau
Hi Guillaume,
Your bundle sounds great. Can I assemble an Artificial Neural Network fully interconnected?
Best Regards,
Reinaldo
Reinaldo wrote:
Hi Guillaume,
Your bundle sounds great. Can I assemble an Artificial Neural Network fully interconnected?
Best Regards,
Reinaldo
Hi Reinaldo.
Please keep in mind that I am not the author of this bundle. I just created a command for it. I'm not familiar with Artificial Neural Networks but I'm pretty sure it can be done with graphviz. Check out the examples in the gallery : http://www.graphviz.org/Gallery.php as well as the documentation for further investigation.
All the examples in the gallery can be run within textmate using the dot command. (You have to apply the patch that I submitted until it gets in the trunk)
You will see that graphviz is very flexible and will probably do ANNs. I'm using it for state-space diagrams right now and it works very well.
Good luck
Guillaume Carbonneau
Guillaume Carbonneau wrote:
Hi, this is a patch including a command to generate a graph using the dot command so you don't need the Graphviz gui program in OS X. You will need to have the dot command in your system. To do so, compile graphviz or get it from macports like so :
sudo port install graphviz
see http://en.wikipedia.org/wiki/Graphviz for more information
I've already submitted a similar patch to the maintainer "Torsten Becker" but I got no response so far so I'd like if you guys could take care of it.
Thanks
Guillaume Carbonneau
I still have no response from the official maintainer so I'd like if any of you guys could take this patch to the trunk.
Thanks
Guillaume
On 19/09/2007, at 22:31, Guillaume Carbonneau wrote:
[...] I still have no response from the official maintainer so I'd like if any of you guys could take this patch to the trunk.
Yeah, Torsten seems to go AWOL most of the time ;)
I’ll apply the patch shortly (after review) -- thanks for the contribution.
On 16/09/2007, at 19:41, Guillaume Carbonneau wrote:
Hi, this is a patch including a command to generate a graph using the dot command so you don't need the Graphviz gui program in OS X. You will need to have the dot command in your system. To do so, compile graphviz or get it from macports like so : [...]
Applied, thanks.
I made a few changes:
o require_cmd dot to output error when user does not have dotty o use TMPDIR for temporary files (falls back to /tmp when unset) o work with untitled buffers (the generated temporary filename was wrong) o escape HTML in potential errors
A minor problem is that with no input dot does not give an error. One could test the date of the generated PDF, but probably not worth it.