4.3BSD-Reno/share/man/cat3/move.0

Compare this file to the similar file:
Show the results in this format:




PLOT(3X)		      1987			 PLOT(3X)



NNAAMMEE
     plot: openpl, erase, label, line, circle, arc, move, cont,
     point, linemod, space, closepl - graphics interface

SSYYNNOOPPSSIISS
     ooppeennppll(())

     eerraassee(())

     llaabbeell((ss))
     cchhaarr ss[[]];;

     lliinnee((xx11,, yy11,, xx22,, yy22))

     cciirrccllee((xx,, yy,, rr))

     aarrcc((xx,, yy,, xx00,, yy00,, xx11,, yy11))

     mmoovvee((xx,, yy))

     ccoonntt((xx,, yy))

     ppooiinntt((xx,, yy))

     lliinneemmoodd((ss))
     cchhaarr ss[[]];;

     ssppaaccee((xx00,, yy00,, xx11,, yy11))

     cclloosseeppll(())

DDEESSCCRRIIPPTTIIOONN
     These subroutines generate graphic output in a relatively
     device-independent manner.  See _p_l_o_t(5) for a description of
     their effect.  _O_p_e_n_p_l must be used before any of the others
     to open the device for writing.  _C_l_o_s_e_p_l flushes the output.

     String arguments to _l_a_b_e_l and _l_i_n_e_m_o_d are null-terminated,
     and do not contain newlines.

     Various flavors of these functions exist for different out-
     put devices. They are obtained by the following _l_d(1)
     options:

     --llpplloott  device-independent graphics stream on standard out-
	     put for _p_l_o_t(1) filters
     --ll330000   GSI 300 terminal
     --ll330000ss  GSI 300S terminal
     --ll445500   GSI 450 terminal
     --ll44001133  Tektronix 4013 terminal
     --ll44001144  Tektronix 4014 and 4015 terminals with the Enhanced
	     Graphics Module (Use --ll44001133 for 4014's or 4015's



Printed 7/27/90             November				1






PLOT(3X)		      1987			 PLOT(3X)



	     without the Enhanced Graphics Module)
     --llpplloottaaeedd
	     AED 512 color graphics terminal
     --llpplloottbbgg
	     BBN bitgraph graphics terminal
     --llpplloottdduummbb
	     Dumb terminals without cursor addressing or line
	     printers
     --llpplloottggiiggii
	     DEC Gigi terminals
     --llvvtt00   DEC vt100 terminals
     --llpplloott22664488
	     Hewlett Packard 2648 graphics terminal
     --llpplloott77222211
	     Hewlett Packard 7221 graphics terminal
     --llpplloottiimmaaggeenn
	     Imagen laser printer (default 240 dots-per-inch
	     resolution).

     On many devices, it is necessary to pause after _e_r_a_s_e(),
     otherwise plotting commands are lost.  The pause is normally
     done by the tty driver if at login time, _t_s_e_t found a _d_f
     field in the _t_e_r_m_c_a_p(5) entry for the terminal.  If a pause
     is needed but not automatically being generated, add
	  flush(stdout);
	  sleep(1);
     after each _e_r_a_s_e().

SSEEEE AALLSSOO
     plot(5), plot(1G), plot(3F), graph(1G)

























Printed 7/27/90             November				2