![]() |
![]()
| ![]() |
![]()
NAMEdot2ruby - create a ruby script from a graphviz script SYNOPSISdot2ruby [-ofile] [-Tformat] [-h] [-V] script DESCRIPTIONdot2ruby is a tool that allows you to create a ruby script from a graphviz script. See </usr/share/doc/ruby-graphviz/> for more details. OPTIONS
EXAMPLE$ cat hello.dot digraph G {Hello->World;} $ dot2ruby hello.dot # This code was generated by dot2ruby.g require ´rubygems´ require ´graphviz´ graph_g = GraphViz.digraph( "G" ) { |graph_g| AUTHORCopyright 2004-2013 Gregoire Lejeune This manual page is written by Praveen Arimbrathodiyl praveen@debian.org for Debian GNU System (GNU/Linux, GNU/kFreeBSD, GNU/Hurd).
|