home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume1 / 8710 / 14 / ccps.man.out < prev    next >
Encoding:
Text File  |  1990-07-13  |  1.6 KB  |  67 lines

  1.  
  2.  
  3.  
  4. CCPS(3F)        UNIX Programmer's Manual         CCPS(3F)
  5.  
  6.  
  7.  
  8. NAME
  9.      ccps - CalComp-to-PostScript plotting subroutine library
  10.  
  11. USAGE
  12.      f77  junk.f  -l_c_c_p_s
  13.  
  14. DESCRIPTION
  15.      The ccps subroutines can be called to generate a plot file
  16.      (_p_s__p_l_o_t) containing PostScript commands for the laser
  17.      printers using the postscript language, such as the Apple
  18.      LaserWriter.  The available plotting area is about 10.5
  19.      inches (X-axis) by 8.0 inches (Y-axis).
  20.  
  21.      The _p_s__p_l_o_t file is plotted using the _p_p_r(1) command.
  22.      _p_s__p_l_o_t is created in the working directory, overwriting any
  23.      existing _p_s__p_l_o_t file.
  24.  
  25.      These subroutines are "CalComp-compatible", and compatible
  26.      with the _c_a_l_c_o_m_p(3f) (CalComp 1077 plotter), _h_o_u_s_t_o_n(3f)
  27.      (Houston DP8-S3 plotter), _h_p_7_4_7_5(3f) (HP 7475A plotter),
  28.      _i_m_p_l_o_t(3f) (Imagen 8/300 laser printer), and _c_c_t_c_s(3f) (Tek-
  29.      tronix 4014 terminal) subroutines.  This library also con-
  30.      tains interfaces for Surface Display Library and navplt.
  31.      You can get a manual for these subroutines from Rex Sanders
  32.      (x7052, A220).
  33.  
  34. FILES
  35.      /usr/local/lib/libccps.a
  36.  
  37. SEE ALSO
  38.      calcomp(3f), houston(3f), hp7475(3f), implot(3f), cctcs(3f),
  39.      sdl(3f), navplt(1)
  40.      "Programming CalComp Electromechanical Plotters, 1976"
  41.  
  42. BUGS
  43.      There is no way to plot more than one page at a time.
  44.  
  45. AUTHORS
  46.      Rex Sanders, USGS Pacific Marine Geology - primary author.
  47.      Public domain - several auxiliary subroutines.
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Printed 3/5/87              LOCAL                1
  64.  
  65.  
  66.  
  67.