1.\" Copyright (c) 1990 The Regents of the University of California. 2.\" All rights reserved. 3.\" 4.\" %sccs.include.redist.man% 5.\" 6.\" @(#)plot.1 6.4 (Berkeley) 06/11/90 7.\" 8.Dd 9.Dt PLOT 1 10.Os ATT 7th 11.Sh NAME 12.Nm plot 13.Nd graphics filters 14.Sh SYNOPSIS 15.Nm plot 16.Oo 17.Op Fl T Ar terminal 18.Op Fl r Ar resolution 19.Oo 20.Ar 21.Sh DESCRIPTION 22These commands read plotting instructions (see 23.Xr plot 5 ) 24from the standard input or the specified 25.Ar files , 26and in general 27produce plotting instructions suitable for 28a particular 29.Ar terminal 30on the standard output. 31The 32.Fl r 33flag may be used to specify the device's output resolution 34(currently only the Imagen laser printer understands this option). 35.Pp 36If no 37.Ar terminal 38type is specified, the environment parameter 39.Ev $TERM 40(see 41.Xr environ 7 ) 42is used. 43Known 44.Ar terminals 45are: 46.Tw Cm 47.Tp Cm 4013 48Tektronix 4013 storage scope. 49.Tp Cx Cm 4014 50.Ws 51.Cx or 52.Ws 53.Cm tek 54.Cx 55Tektronix 4014 or 4015 storage scope with Enhanced Graphics Module. 56(Use 4013 for Tektronix 4014 or 4015 without the Enhanced Graphics Module). 57.Tp Cm 450 58DASI Hyterm 450 terminal (Diablo mechanism). 59.Tp Cm 300 60DASI 300 or GSI terminal (Diablo mechanism). 61.Tp Cm 300S 62DASI 300S terminal (Diablo mechanism). 63.Tp Cm aed 64AED 512 color graphics terminal. 65.Tp Cx Cm bitgraph 66.Ws 67.Cx or 68.Ws 69.Cm bg 70.Cx 71BBN bitgraph graphics terminal. 72.Tp Cx Cm imagen 73.Ws 74.Cx or 75.Ws 76.Cm ip 77.Cx 78Imagen laser printer (default 240 dots-per-inch resolution). 79.Tp Cm crt 80Any crt terminal capable of running 81.Xr vi 1 . 82.Tp Cm dumb 83Dumb terminals without cursor addressing or line printers. 84.Tp Cm vt125 85DEC vt125 terminal. 86.Tp Cx Cm hp2648 87.Ws 88.Cx or 89.Ws 90.Cm hp 91.Ws 92.Cx or 93.Ws 94.Cm hp8 95.Cx 96Hewlett Packard 2648 graphics terminal. 97.Tp Cm ver 98Versatec D1200A printer-plotter. 99.Tp Cm var 100Benson Varian printer-plotter. 101.Tp 102.Pp 103These versions of 104.Nm plot 105use the 106.Fl g 107option of 108.Xr lpr 1 109to send the result directly to the plotter device rather than to 110the standard output. 111.Sh ENVIRONMENT 112.Tw Fl 113.Tp Ev TERM 114Used to determine the terminal type if not given as an argument. 115.Sh FILES 116.Dw /usr/bin/gigiplot 117.Di L 118.Dp Pa /usr/bin/t4013 119.Dp Pa /usr/bin/tek 120.Dp Pa /usr/bin/t450 121.Dp Pa /usr/bin/t300 122.Dp Pa /usr/bin/t300s 123.Dp Pa /usr/bin/aedplot 124.Dp Pa /usr/bin/bgplot 125.Dp Pa /usr/bin/crtplot 126.Dp Pa /usr/bin/dumbplot 127.Dp Pa /usr/bin/gigiplot 128.Dp Pa /usr/bin/hpplot 129.Dp Pa /usr/bin/implot 130.Dp Pa /usr/ucb/lpr 131.Dp 132.Sh SEE ALSO 133.Xr plot 3 , 134.Xr plot 5 , 135.Xr lpr 1 136.Sh HISTORY 137.Nm Plot 138appeared in Version 6 AT&T UNIX. 139