ext library for libplot Ver 0.0.6 Noritsugu Nakamura nnakamur@mxq.mesh.ne.jp [Overview] This program is a binding between "Ruby" and "libplot". "libplot" is the function library for device-independent two-dimensional vector graphics. GNU plotutils include GNU libplot. You can get information about plotutils from http://www.gnu.org/software/plotutils/plotutils.html [Requirements] * ruby http://www.ruby-lang.org/ * plotutils GNU archives site [Install] * Install ruby % ./configure % make # make install * Install plotutils % ./configure % make # make install * Install this package o expand this packages o Edit extconf.rb if you need. % ruby extconf.rb % make # make install [Usage] See examples/*.rb [TODO] * Change name of this package :-)