Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

plot(1g) [ultrix man page]

plot(1g)																  plot(1g)

Name
       plot - graphics filters

Syntax
       plot [-Tterminal[raster]] [-l#] [-w#] [-c#]

Description
       The command reads plotting instructions from the standard input and produces plotting instructions for a specified terminal on the standard
       output.	For further information see

Options
       The following options are available with the command.

       -Tterminal     Uses the specified terminal name as the terminal type for which plotting instructions are to be generated.   If  a  terminal
		      type  is	not  specified, the environment parameter $TERM is used. For more information, see The terminal type can be one of
		      the following:

		      450      DASI Hyterm 450 terminal (diablo mechanism).

		      300      DASI 300 or GSI terminal (diablo mechanism).

		      300S     DASI 300S terminal (diablo mechanism).

		      4014 or tek
			       Tektronix 4014 or 4015 with Enhanced Graphics Module.  (Use 4013 for Tektronix 4014 or Tektronix 4015  without  the
			       Enhanced Graphics Module).

		      4013     Tektronix 4013 Storage scope

		      aed      AED 512 color graphics terminal

		      bitgraph or bg
			       BBN bitgraph graphics terminal

		      crt      Any crt capable of running

		      dumb     dumb terminals without cursor addressing or line printers

		      grn      given a plot file, produces a grn file.

		      hp7221   Hewlett Packard 7221 Graphics terminal.

		      hp2648   Hewlett Packard 2648 Graphics terminal.

		      imagen or ip
			       Imagen laser printer (default 240 DPI resolution).

		      lvp16    DEC LVP16 Graphics Plotter.

		      hp7475a  HP 7475A Graphics Plotter.

		      ver      Versatec  D1200A printer-plotter. This version of places a scan-converted image in and sends the result directly to
			       the plotter device rather than to the standard output.  The optional argument causes  a	previously  scan-converted
			       file raster to be sent to the plotter.

		      var      Benson Varian printer-plotter.

		      vt125    DEC vt125 terminal.

       raster	      Is  a  scan-converted temporary file that is sent directly to the plotter.  The raster file is only specified with the -Tver
		      option.

       If terminal is either an lvp16 or a hp7475a, you can specify the following options.  These options must follow the -Tterminal option:

       -l#	      length of paper window in plotter units (unit scale)

       -w#	      width of paper window in plotter units (unit scale)

       -c#	      initial pen carousel to be used

Restrictions
       A lockout protection does not exist for

Files
       /usr/bin/t4013
       /usr/bin/aedplot
       /usr/bin/bgplot
       /usr/bin/crtplot
       /usr/bin/dumbplot
       /usr/bin/gigiplot
       /usr/bin/grnplot
       /usr/bin/hpplot
       /usr/bin/hp7221plot
       /usr/bin/implot
       /usr/bin/lvp16
       /usr/bin/tek
       /usr/bin/t450
       /usr/bin/t300
       /usr/bin/t300s
       /usr/bin/vplot
       /usr/tmp/raster

See Also
       graph(1g), plot(3x), plot(5)

																	  plot(1g)

Check Out this Related Man Page

PLOT(1G)																  PLOT(1G)

NAME
plot - graphics filters SYNOPSIS
plot [ -Tterminal ] [ -rresolution ] [ files... ] DESCRIPTION
These commands read plotting instructions (see plot(5)) from the standard input or the specified files, and in general produce plotting instructions suitable for a particular terminal on the standard output. The -r flag may be used to specify the device's output resolution (currently only the Imagen laser printer understands this option). If no terminal type is specified, the environment parameter $TERM (see environ(7)) is used. Known terminals are: 4013 Tektronix 4013 storage scope. 4014 or tek Tektronix 4014 or 4015 storage scope with Enhanced Graphics Module. (Use 4013 for Tektronix 4014 or 4015 without the Enhanced Graphics Module). 450 DASI Hyterm 450 terminal (Diablo mechanism). 300 DASI 300 or GSI terminal (Diablo mechanism). 300S DASI 300S terminal (Diablo mechanism). aed AED 512 color graphics terminal. bitgraph or bg BBN bitgraph graphics terminal. imagen or ip Imagen laser printer (default 240 dots-per-inch resolution). crt Any crt terminal capable of running vi(1). dumb Dumb terminals without cursor addressing or line printers. vt125 DEC vt125 terminal. hp2648 or hp or hp8 Hewlett Packard 2648 graphics terminal. ver Versatec D1200A printer-plotter. var Benson Varian printer-plotter. These versions of plot use the -g option of lpr(1) to send the result directly to the plotter device rather than to the standard output. FILES
/usr/bin/t4013 /usr/bin/tek /usr/bin/t450 /usr/bin/t300 /usr/bin/t300s /usr/bin/aedplot /usr/bin/bgplot /usr/bin/crtplot /usr/bin/dumbplot /usr/bin/gigiplot /usr/bin/hpplot /usr/bin/implot /usr/ucb/lpr SEE ALSO
plot(3X), plot(3F), plot(5), lpr(1) 7th Edition September 21, 1985 PLOT(1G)
Man Page