home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-M / help / base / x11 < prev    next >
Encoding:
Text File  |  1997-04-23  |  1.5 KB  |  47 lines

  1.     
  2.     _X _W_i_n_d_o_w _S_y_s_t_e_m _G_r_a_p_h_i_c_s
  3.     
  4.          x11(display = "", width = 7, height = 7, ps = 12,
  5.              printcmd = options("printcmd")$printcmd,
  6.              paper = options("papersize")$papersize,  orientation = "flexible")
  7.          print.plot()
  8.          save.plot(file)
  9.     
  10.     _A_r_g_u_m_e_n_t_s:
  11.     
  12.          display : the display on which the graphics window will
  13.                    appear.  The default is to use the value in
  14.                    the user's environment item DISPLAY.
  15.     
  16.            width : the width of the plotting window in inches.
  17.     
  18.           height : the height of the plotting window in inches.
  19.     
  20.               ps : the default pointsize to be used.
  21.     
  22.         printcmd : the command used to print a hardcopy.
  23.     
  24.            paper : papertype for hardcopy, currently "a4" or
  25.                    "letter".
  26.     
  27.      orientation : for hardcopies: "portrait", "landscape" or
  28.                    "flexible".
  29.     
  30.     _D_e_s_c_r_i_p_t_i_o_n:
  31.     
  32.          x11 starts a graphics device driver for the X Window
  33.          System (version 11).  This should be done automagically
  34.          at start up time and can only be done on machines that
  35.          run X.
  36.     
  37.          print.plot() prints the plot using the printcmd com-
  38.          mand.  save.plot("fig.ps") saves an encapsulated
  39.          postscript version of the plot in the file "fig.ps"
  40.          (attempting to be pretty wysiwyg).  Both make use of
  41.          the paper and orientation arguments.
  42.     
  43.     _S_e_e _A_l_s_o:
  44.     
  45.          postscript, macintosh, device.
  46.     
  47.