Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ plot(1G) — UTek 4.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

abs(1g)

af(1g)

bar(1g)

bel(1g)

bucket(1g)

ceil(1g)

cor(1g)

cusum(1g)

cvrtopt(1g)

dtoc(1g)

erase(1g)

exp(1g)

floor(1g)

gamma(1g)

gas(1g)

gd(1g)

ged(1g)

PLOT(1G)

graphics(1g)

gtop(1g)

hardcopy(1g)

hilo(1g)

hist(1g)

hpd(1g)

intro(1g)

label(1g)

list(1g)

log(1g)

lreg(1g)

mean(1g)

mod(1g)

pair(1g)

pd(1g)

pie(1g)

point(1g)

power(1g)

prime(1g)

prod(1g)

ptog(1g)

qsort(1g)

quit(1g)

rand(1g)

rank(1g)

remcom(1g)

root(1g)

round(1g)

siline(1g)

sin(1g)

subset(1g)

td(1g)

tekset(1g)

title(1g)

total(1g)

ttoc(1g)

var(1g)

vtoc(1g)

whatis(1g)

yoo(1g)

gps(5g)



PLOT(1G)                COMMAND REFERENCE                PLOT(1G)



NAME
     plot - plot an x-y graph

SYNOPSIS
     plot [ -a ] [ -b ] [ -cchar(s) ] [ -d ] [ -Fvector ] [ -g ]
     [ -m ] [ -rn ] [ -xn ]
     [ -xa ] [ -xin ] [ -xln ] [ -xhn ] [ -xnn ] [ -xt ] [ -yn ]
     [ -ya ] [ -yin ] [ -yln ]
     [ -yhn ] [ -ynn ] [ -yt ] [ vector ... ]

DESCRIPTION
     Output is a GPS that describes an x-y graph.  Input is one
     or more vector(s).  Y-axis values come from vector(s), x-
     axis values from the -F option.  Axis scales are determined
     from the first vector(s) plotted.  If no vector is given,
     the standard input is assumed.

OPTIONS
     -a     Suppress axes.

     -b     Plot graph with bold weight lines, otherwise use
            medium.

     -cstring
            Use the characters of string for plotting characters,
            implies option -m.  The first character of string is
            used to mark the first graph, the second is used to
            mark the second graph, etc.

     -d     Do not connect plotted points, implies option -m.

     -Fvector
            Use vector for x-values, otherwise the positive
            integers are used.

     -g     Suppress background grid.

     -m     Mark the plotted points.

     -rn    Put the graph in GPS region n, where n is between 1
            and 25 inclusive.

     -xn    Position the graph in the GPS universe with x-origin
            at n.

     -xa    Omit x-axis labels.

     -xin   n is the x-axis tick increment.

     -xln   n is the x-axis low tick value.

     -xhn   n is the x-axis high tick value.



Printed 4/6/89                                                  1





PLOT(1G)                COMMAND REFERENCE                PLOT(1G)



     -xnn   n is the approximate number of ticks on the x-axis.

     -xt    Omit x-axis title.

     -yn    Position the graph in the GPS universe with y-origin
            at n.

     -ya    Omit y-axis labels.

     -yin   n is the y-axis tick increment.

     -yln   n is the y-axis low tick value.

     -yhn   n is the y-axis high tick value.

     -ynn   n is the approximate number of ticks on the y-axis.

     -yt    Omit y-axis title.

EXAMPLES
     The following example plots vector A against the positive
     integers.

          plot A

     The following example plots vector B against vector A.  Y-
     axis ticks begin at 0, no x-axis labels are printed, and the
     plot is placed in region 5 of the GPS universe.

          plot -r5,yl0,xa,FA B

     The following example plots vectors A and B against the
     positive integers, with y-axis ticks going from the lowest
     value in A and B to the highest value in A and B (see
     hilo(1g)).

          plot -`hilo -oy A B` A B

     The following example plots vector C against A and vectors D
     and E against B.  Y-axis scale is determined from C, x-axis
     from A.

          plot -FA,FB C D E

CAVEATS
     This plot is not the same as the plot package that is part
     of 4.2BSD (which is called tplot in UNIX System V).

SEE ALSO
     abs(1g), af(1g), bar(1g), bel(1g), bucket(1g), ceil(1g),
     cor(1g), cusum(1g), cvrtopt(1g), dtoc(1g), erase(1g),
     exp(1g), floor(1g), gamma(1g), gas(1g), gd(1g), ged(1g),



Printed 4/6/89                                                  2





PLOT(1G)                COMMAND REFERENCE                PLOT(1G)



     graphics(1g), gtop(1g), hardcopy(1g), hilo(1g), hist(1g),
     hpd(1g), intro(1g), label(1g), list(1g), log(1g), lreg(1g),
     mean(1g), mod(1g), pair(1g), pd(1g), pie(1g), point(1g),
     power(1g), prime(1g), prod(1g), ptog(1g), qsort(1g),
     quit(1g), rand(1g), rank(1g), remcom(1g), root(1g),
     round(1g), siline(1g), sin(1g), subset(1g), td(1g),
     tekset(1g), title(1g), total(1g), ttoc(1g), var(1g),
     vtoc(1g), whatis(1g), yoo(1g), and gps(5g).















































Printed 4/6/89                                                  3





































































%%index%%
na:264,76;
sy:340,981;
de:1321,488;
op:1809,1453;3598,731;
ex:4329,901;
ca:5230,330;
se:5560,462;6358,1035;
%%index%%000000000141

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026