Skip to content

Instantly share code, notes, and snippets.

@axgle
Created November 4, 2009 14:09
Show Gist options
  • Save axgle/226067 to your computer and use it in GitHub Desktop.
Save axgle/226067 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'graphviz_r'
g=GraphvizR.new "G"
g.start>>g.stop
g.output "gvr.png"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment