From: Todd Benson Date: 2008-04-06T10:33:21+09:00 Subject: Re: ruby graph: coordinate plane? On Fri, Apr 4, 2008 at 11:17 PM, Michael Linfield wrote: > Been digging through the net this past day and I can't seem to come up > with any gem that supports coordinate plane graphing. > > Checked out mainly Ruport, Scruffy, and GNUplot > > They all have scatter plots but I'm looking to plot in the negatives as > well, something a standard scatter plot wont let you do. Sadly I also > checked Excel's ability toward scatter plotting, but once again, no > Coordinate plane. > > Any ideas? > > Thanks! > > - Mac I'm not aware of the limitations of the tools you're talking about, but you can transform your scatter "set" to positive if need be (i.e. moving the origin in the x,y negative direction temporarily). This shouldn't be that much of a problem unless your distribution distance is large and your data is severely clumped (like a Pluto orbiting way out there in a solar system with a bunch of planets hanging close to a small star). Todd