File: README

package info (click to toggle)
libplot-perl 2.2.0-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 140 kB
  • ctags: 137
  • sloc: perl: 374; ansic: 238; makefile: 35
file content (48 lines) | stat: -rw-r--r-- 1,660 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
libplot-perl
libplot-perl is copyrighted by John Lapeyre <lapeyre@physics.arizona.edu>

This program may be distributed only under the terms
of the Gnu General Public License or the perl Artistic License.


This is a perl module which allows the libplot plotting 
routines to be called from the perl scripting language.
libplot currently takes relatively primitive graphics commands.
Several output formats, including xfig, postscript and
an X11 driver are available.

In order to build this package, you need the libplot library to
be built and installed.  It is part of the plotutils package,
available wherever fine FSF products are sold. 
http://www.gnu.org/software/plotutils/plotutils.html
You need the plot.h header file as well as the
shared library.

On some systems, the module will build with

perl Makefile.PL
make
make test
make install

This has been tested under Debian Gnu/Linux and 
on a DEC Alpha running Digital Unix.

In the source tree is a directory, "examples" with
a readme and some sample scripts.

The interface may change.  libplot is under development.
I plan make new functions available in libplot-perl. 
Currently, there are no libplot functions operating on
arrays.  When these become available, I will add an
interface for the perl PDL module, ie, the functions
in libplot-perl will take PDL data types (pdl's)
as arguments.  Please let me know if you plan to
make anything more or less permanent depend on
a libplot-perl.

The version number of libplot-perl consists of the 
libplot version number with a point and a number appended.

John Lapeyre <lapeyre@physics.arizona.edu>  (for a while)
             <lapeyre@debian.org>