1PLOT(3F)                                                              PLOT(3F)
2
3
4

NAME

6       plot: openpl et al. - f77 library interface to plot (3X) libraries.
7

SYNOPSIS

9       subroutine openpl()
10
11       subroutine erase()
12
13       subroutine label(str)
14       character str*(*)
15
16       subroutine line(ix1, iy1, ix2, iy2)
17
18       subroutine box(ix1, iy1, ix2, iy2)
19       Draw a rectangle and leave the cursor at ( ix2,iy2).
20
21       subroutine circle(ix, iy, ir)
22
23       subroutine arc(ix, iy, ix0, iy0, ix1, iy1)
24
25       subroutine move(ix, iy)
26
27       subroutine cont(ix, iy)
28
29       subroutine point(ix, iy)
30
31       subroutine linemd(str)
32       character str*(*)
33
34       subroutine space(ix0, iy0, ix1, iy1)
35
36       subroutine clospl()
37

DESCRIPTION

39       These are interface subroutines, in the library -lf77plot, allowing f77
40       users to call the plot(3X) graphics  routines  which  generate  graphic
41       output  in  a relatively device-independent manner.  The f77 subroutine
42       names are the same as the C function  names  except  that  linemod  and
43       closepl  have  been  shortened  to linemd and clospl .  See plot(5) and
44       plot(3X) for a description of their effect.
45
46       Only the first 255 character in string arguments to  label  and  linemd
47       are used.
48
49       This  library must be specified in the f77(1) command before the device
50       specific graphics library; for example, to compile and load  a  FORTRAN
51       program in prog.f to run on a Tektronix 4014 terminal:
52
53              f77 prog.f -lf77plot -l4014
54
55       See plot(3X) for a complete list of device specific plotting libraries.
56

SEE ALSO

58       plot(5), plot(1G), plot(3X), graph(1G)
59
60
61
624.3 Berkeley Distribution       April 30, 1986                        PLOT(3F)
Impressum