Term::GnuplotTerminals 0.90380905 review

Download
by rbytes.net on

Term::GnuplotTerminals is a Perl documentation of gnuplot output devices. aed767 The aed512 and aed767 terminal drivers support

License: Perl Artistic License
File size: 701K
Developer: Ilya Zakharevich
0 stars award from rbytes.net

Term::GnuplotTerminals is a Perl documentation of gnuplot output devices.

aed767

The aed512 and aed767 terminal drivers support AED graphics terminals. The two drivers differ only in their horizontal ranges, which are 512 and 768 pixels, respectively. Their vertical range is 575 pixels. There are no options for these drivers.

aifm

Several options may be set in aifm---the Adobe Illustrator 3.0+ driver.

Syntax:

set terminal aifm {< color >} {"< fontname >"} {< fontsize >}

< color > is either color or monochrome; "< fontname >" is the name of a valid PostScript font; < fontsize > is the size of the font in PostScript points, before scaling by the set size command. Selecting default sets all options to their default values: monochrome, "Times-Roman", and 14pt.

Since AI does not really support multiple pages, multiple graphs will be drawn directly on top of one another. However, each graph will be grouped individually, making it easy to separate them inside AI (just pick them up and move them).

Examples:

set term aifm
set term aifm 22
set size 0.7,1.4; set term aifm color "Times-Roman" 14

amiga

The amiga terminal, for Commodore Amiga computers, allows the user to plot either to a screen (default), or, if Kickstart 3.0 or higher is installed, to a window on the current public screen. The font and its size can also be selected.

Syntax:

set terminal amiga {screen | window} {"< fontname >"} {< fontsize >}

The default font is 8-point "topaz".

The screen option uses a virtual screen, so it is possible that the graph will be larger than the screen.

apollo

The apollo terminal driver supports the Apollo Graphics Primitive Resource with rescaling after window resizing. It has no options.

If a fixed-size window is desired, the gpr terminal may be used instead.

Requirements:
Perl

Term::GnuplotTerminals 0.90380905 search tags