File: index.html

package info (click to toggle)
ruby-pgplot 0.1.3-6
  • links: PTS, VCS
  • area: contrib
  • in suites: wheezy
  • size: 480 kB
  • sloc: ruby: 1,382; ansic: 73; makefile: 37
file content (58 lines) | stat: -rw-r--r-- 2,181 bytes parent folder | download | duplicates (2)
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
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" ?>
<!DOCTYPE html 
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>index</title>
<link href="css.css" type="text/css" rel="stylesheet" />
</head>
<body>
<h1><a name="label-0" id="label-0">Ruby/PGPLOT</a></h1><!-- RDLabel: "Ruby/PGPLOT" -->
<p>A Ruby interface to the
<a href="http://astro.caltech.edu/~tjp/pgplot/">PGPLOT</a>
graphics library.
<a href="http://narray.rubyforge.org/">NArray</a>
is required.</p>
<ul>
<li><a href="http://rubyforge.org/projects/pgplot/">RubyForge project page</a></li>
</ul>
<h2><a name="label-1" id="label-1">Download</a></h2><!-- RDLabel: "Download" -->
<ul>
<li><a href="http://rubyforge.org/frs/download.php/7826/rb_pgplot-0.1.2.tar.gz">version 0.1.2</a></li>
</ul>
<h2><a name="label-2" id="label-2">Installation</a></h2><!-- RDLabel: "Installation" -->
<ul>
<li>PGPLOT
<ul>
<li><a href="install.html.ja">in Japanese</a></li>
<li><a href="http://www.astro.caltech.edu/~tjp/pgplot/install.html">original site</a></li>
</ul></li>
<li>Install Ruby/PGPLOT
<ul>
<li><a href="README.en">in English</a></li>
<li><a href="README.ja">in Japanese</a></li>
</ul></li>
</ul>
<h2><a name="label-3" id="label-3">Examples</a></h2><!-- RDLabel: "Examples" -->
<ul>
<li><a href="pgline.html"><code>pgline</code> : Line plot</a></li>
<li><a href="pghist.html"><code>pghist</code> : Histgram plot</a></li>
<li><a href="pgcont.html"><code>pgcont</code> : Contour map</a></li>
<li><a href="pgimag.html"><code>pgimag</code> : Image map</a></li>
</ul>
<h2><a name="label-4" id="label-4">Manual</a></h2><!-- RDLabel: "Manual" -->
<ul>
<li><a href="rbpg-ind.html">Method index Categorized</a></li>
<li><a href="rbpgplot.html">Method index and Description</a></li>
<li><a href="tutorial-01.html.ja">Tutorial</a> (in Japanese)</li>
<li><a href="method.html.ja">Reference</a> (in Japanese)</li>
</ul>
<h2><a name="label-5" id="label-5">Link</a></h2><!-- RDLabel: "Link" -->
<ul>
<li><a href="http://jun.artcompsci.org/softwares/rongo/">Rongo</a>
  - simple mongo-like plotting library using Ruby/PGPLOT.</li>
</ul>

</body>
</html>