Ruby graph: coordinate plane?

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

Michael L. 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.

What do you mean by “plot in the negatives”? Gnuplot seems to support
scatter plotting, but maybe I don’t know what you mean…

On Fri, Apr 4, 2008 at 11:17 PM, Michael L.
[email protected] wrote:

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

Todd B. wrote:

On Fri, Apr 4, 2008 at 11:17 PM, Michael L.
[email protected] wrote:

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

I need it to be a Cartesian Coordinate plane (4 quadrants) for the
reason being that I plan to apply the results to a jpeg/bmp.

On Fri, Apr 4, 2008 at 10:17 PM, Michael L.
[email protected] wrote:

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.

Try tioga.

Marcelo