Annotation of 43BSDTahoe/man/man3f/plot.3, revision 1.1

1.1     ! root        1: .\" Copyright (c) 1985 Regents of the University of California.
        !             2: .\" All rights reserved.  The Berkeley software License Agreement
        !             3: .\" specifies the terms and conditions for redistribution.
        !             4: .\"
        !             5: .\"    @(#)plot.3f     6.3 (Berkeley) 4/30/86
        !             6: .\"
        !             7: .TH PLOT 3F "April 30, 1986"
        !             8: .UC 6
        !             9: .SH NAME
        !            10: plot: openpl et al. \- f77 library interface to \fIplot\fR (3X)
        !            11: libraries.
        !            12: .SH SYNOPSIS
        !            13: .nf
        !            14: .B subroutine openpl()
        !            15: .PP
        !            16: .B subroutine erase()
        !            17: .PP
        !            18: .B subroutine label(str)
        !            19: .B character str*(*)
        !            20: .PP
        !            21: .B subroutine line(ix1, iy1, ix2, iy2)
        !            22: .PP
        !            23: .B subroutine box(ix1, iy1, ix2, iy2)
        !            24: .fi
        !            25: Draw a rectangle and leave the cursor at (
        !            26: .IR ix2 , iy2 ).
        !            27: .nf
        !            28: .PP
        !            29: .B subroutine circle(ix, iy, ir)
        !            30: .PP
        !            31: .B
        !            32: subroutine arc(ix, iy, ix0, iy0, ix1, iy1)
        !            33: .PP
        !            34: .B subroutine move(ix, iy)
        !            35: .PP
        !            36: .B subroutine cont(ix, iy)
        !            37: .PP
        !            38: .B subroutine point(ix, iy)
        !            39: .PP
        !            40: .B subroutine linemd(str)
        !            41: .B character str*(*)
        !            42: .PP
        !            43: .B subroutine space(ix0, iy0, ix1, iy1)
        !            44: .PP
        !            45: .B subroutine clospl()
        !            46: .fi
        !            47: .PP
        !            48: .ft R
        !            49: .SH DESCRIPTION
        !            50: These are interface subroutines, in the library
        !            51: .IR -lf77plot ,
        !            52: allowing
        !            53: .I f77
        !            54: users to call the 
        !            55: .IR plot (3X)
        !            56: graphics routines
        !            57: which generate graphic output in a relatively
        !            58: device-independent manner.
        !            59: The
        !            60: .I f77
        !            61: subroutine names are the same as the
        !            62: .I C
        !            63: function names except that
        !            64: .I linemod
        !            65: and
        !            66: .I closepl
        !            67: have been shortened to
        !            68: .I linemd
        !            69: and
        !            70: .I clospl .
        !            71: See
        !            72: .IR  plot (5)
        !            73: and
        !            74: .IR  plot (3X)
        !            75: for a description
        !            76: of their effect.
        !            77: .PP
        !            78: Only the first 255 character in string arguments to
        !            79: .I label
        !            80: and
        !            81: .I linemd
        !            82: are used.
        !            83: .PP
        !            84: This library must be specified in the
        !            85: .IR f77 (1)
        !            86: command before the device specific graphics library;
        !            87: for example, to compile and load a FORTRAN program in
        !            88: .I prog.f
        !            89: to run on a Tektronix 4014 terminal:
        !            90: .br
        !            91: .RS
        !            92: 
        !            93: .B f77 prog.f -lf77plot -l4014
        !            94: 
        !            95: .RE
        !            96: .br
        !            97: See
        !            98: .IR plot (3X)
        !            99: for a complete list of device specific plotting libraries.
        !           100: .SH "SEE ALSO"
        !           101: plot(5), plot(1G), plot(3X), graph(1G)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.