1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
=begin
= Ruby/PGPLOT
# == Synopsis
A Ruby interface to the
((<PGPLOT|URL:http://astro.caltech.edu/~tjp/pgplot/>))
graphics library.
((<NArray|URL:http://narray.rubyforge.org/>))
is required.
* ((<RubyForge project page|URL:http://rubyforge.org/projects/pgplot/>))
== Download
* ((<version 0.1.2|URL:http://rubyforge.org/frs/download.php/7826/rb_pgplot-0.1.2.tar.gz>))
== Installation
* PGPLOT
* ((<in Japanese|URL:install.html.ja>))
* ((<original site|URL:http://www.astro.caltech.edu/~tjp/pgplot/install.html>))
* Install Ruby/PGPLOT
* ((<in English|URL:README.en>))
* ((<in Japanese|URL:README.ja>))
== Examples
* ((<(({pgline})) : Line plot|URL:pgline.html>))
* ((<(({pghist})) : Histgram plot|URL:pghist.html>))
* ((<(({pgcont})) : Contour map|URL:pgcont.html>))
* ((<(({pgimag})) : Image map|URL:pgimag.html>))
== Manual
* ((<Method index Categorized|URL:rbpg-ind.html>))
* ((<Method index and Description|URL:rbpgplot.html>))
* ((<Tutorial|URL:tutorial-01.html.ja>)) (in Japanese)
* ((<Reference|URL:method.html.ja>)) (in Japanese)
== Link
* ((<Rongo|URL:http://jun.artcompsci.org/softwares/rongo/>))
- simple mongo-like plotting library using Ruby/PGPLOT.
=end
|