File: index.rd

package info (click to toggle)
ruby-pgplot 0.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 496 kB
  • sloc: ruby: 1,625; makefile: 77; ansic: 57; sh: 17
file content (48 lines) | stat: -rw-r--r-- 1,301 bytes parent folder | download | duplicates (3)
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
47
48
=begin
= Ruby/PGPLOT

A Ruby interface to the
((<PGPLOT|URL:http://astro.caltech.edu/~tjp/pgplot/>))
graphics library.

* ((<Repository(GitHub)|URL:https://github.com/masa16/ruby-pgplot>))

== Requirement

* ((<PGPLOT Library|URL:http://www.astro.caltech.edu/~tjp/pgplot/>))
* GNU FORTRAN compiler
* ((<NArray|URL:http://masa16.github.io/narray/>)) version 0.5 or 0.6 (no plan to support narray-devel)

== Download

* ((<Releases|URL:https://github.com/masa16/ruby-pgplot/releases>))

== 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>))
  * ((<in Japanese|URL:README.ja>))

== Examples

* ((<(({pgline})) : Line plot|URL:pgline.html>))
* ((<(({pghist})) : Histogram 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