Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ plot(3X) — AUX SR8.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

graph(1G)

tplot(1G)

plot(5)

PLOT(3X)

NAME

plot − graphics interface subroutines

SYNOPSIS

openpl ()

erase ()

label (s)
char ∗s;

line (x1, y1, x2, y2)

circle (x, y, r)

arc (x, y, x0, y0, x1,

move (x, y)

cont (x, y)

point (x, y)

linemod (s)
char ∗s;

space (x0, y0, x1, y1)

closepl ()

DESCRIPTION

These subroutines generate graphic output in a relatively device-independent manner.  See plot(5) for a description of their effect. Openpl must be used before any of the others to open the device for writing.  Closepl flushes the output. 

String arguments to label and linemod are terminated by nulls and do not contain new-lines. 

The library files listed below provide several flavors of these routines. 

FILES

/usr/lib/libplot.a        produces output for tplot(1G) filters
/usr/lib/lib300.a for DASI 300
/usr/lib/lib300s.a        for DASI 300s
/usr/lib/lib450.a for DASI 450
/usr/lib/lib4014.a        for Tektronix 4014

SEE ALSO

graph(1G), tplot(1G), plot(5). 

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