Ruby Gnuplot is a pipe-based interface to the ever
popular gnuplot
package. Through this interface almost every capability
of gnuplot is useable from within Ruby.
The goals of this package are as follows (in order of my
priorities):
- Provide a general object oriented interface for
scientific plotting that completely hides the details of
the underlying implementation. ie. The fact that this
uses gnuplot should be hidden from the user.
- Provide sufficient documentation so that this
software is useable and extendable by other individuals
in the scientific community.
|