From: Jon Dean Date: 2006-05-16T02:10:35+09:00 Subject: Re: x-y plots Jon Egil Strand wrote: >> http://rgnuplot.sourceforge.net/ > > Nice link, but a little out of date. An updated version (2.2) is > available > here: > > http://rubyforge.org/projects/rgplot Ok, I should have mentioned that I am using windows. I tried ruby/gnuplot but it doesn't seam to work with windows. The problem seams to be with the instantiation of a new Gnuplot process. From the project webpage: "Gnuplot.open Instantiates a new Gnuplot process. The path to the executable is determined on a Unix or MacOSX system using the which command. Windows users, I have no idea what to do. If a block is given to the function the opened process is passed into the block. This mimics the most common usage of the File.open method. " Any idea how to get this working on windows? Or should I be using a different graphing package? -- Posted via http://www.ruby-forum.com/.