Tuesday, March 28, 2006
RGL: A Ruby Graph Library on OS X
After instaling the ruby gem for this handy looking library, I noticed that it wouldn’t actually produce rendered pictures of any of my graphs to a file as the documentation’s example shows. A quick look into the code revealed a dependency on the ‘dot’ utility from GraphViz. RPMs of this are widely available for Red Hat Linux, and if you using Darwin Ports on OS X a simple ‘sudo port install graphviz’ will get you going…
Post a new entry