BSD 4_3 release
[unix-history] / usr / man / man3 / plot.3x
index 5405095..1825656 100644 (file)
@@ -1,4 +1,7 @@
-.TH PLOT 3X  "19 January 1983"
+.\"    @(#)plot.3x     6.2 (Berkeley) 5/15/86
+.\"
+.TH PLOT 3X  "May 15, 1986"
+.AT 3
 .SH NAME
 plot: openpl, erase, label, line, circle, arc, move, cont, point, linemod, space, closepl \- graphics interface
 .SH SYNOPSIS
 .SH NAME
 plot: openpl, erase, label, line, circle, arc, move, cont, point, linemod, space, closepl \- graphics interface
 .SH SYNOPSIS
@@ -70,11 +73,79 @@ GSI 300S terminal
 .ns
 .TP
 .B \-l450
 .ns
 .TP
 .B \-l450
-DASI 450 terminal
+GSI 450 terminal
+.br
+.ns
+.TP
+.B \-l4013
+Tektronix 4013 terminal
 .br
 .ns
 .TP
 .B \-l4014
 .br
 .ns
 .TP
 .B \-l4014
-Tektronix 4014 terminal
+Tektronix 4014 and 4015 terminals with the Enhanced Graphics Module (Use
+.B \-l4013
+for 4014's or 4015's without the Enhanced Graphics Module)
+.br
+.ns
+.TP
+.B \-lplotaed
+AED 512 color graphics terminal
+.br
+.ns
+.TP
+.B \-lplotbg
+BBN bitgraph graphics terminal
+.br
+.ns
+.TP
+.B \-lplotdumb
+Dumb terminals without cursor addressing or line printers
+.br
+.ns
+.TP
+.B \-lplot
+DEC Gigi terminals
+.br
+.ns
+.TP
+.B \-lvt0
+DEC vt100 terminals
+.br
+.ns
+.TP
+.B \-lplot2648
+Hewlett Packard 2648 graphics terminal
+.br
+.ns
+.TP
+.B \-lplot7221
+Hewlett Packard 7221 graphics terminal
+.br
+.ns
+.TP
+.B \-lplotimagen
+Imagen laser printer (default 240 dots-per-inch resolution).
+.PP
+On many devices, it is necessary to pause after
+.IR erase (),
+otherwise plotting commands are lost.
+The pause is normally done by the tty driver if at login time,
+.I tset
+found a
+.I df
+field in the
+.IR termcap (5)
+entry for the terminal.
+If a pause is needed but not automatically being generated,
+add
+.RS
+.nf
+flush(stdout);
+sleep(1);
+.fi
+.RE
+after each
+.IR erase ().
 .SH "SEE ALSO"
 .SH "SEE ALSO"
-plot(5), plot(1G), graph(1G)
+plot(5), plot(1G), plot(3F), graph(1G)