home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / graphic / cad / xcad3000 / xcdoc / plotxerox < prev    next >
Text File  |  1995-07-10  |  2KB  |  53 lines

  1.  
  2.    10.2.5 PLOT XEROX
  3.  
  4.  
  5. The PLOT XEROX command is used to output a raster file ( previously
  6. created with the PLOT RASTER command ) to the Xerox 4020 colour ink-jet
  7. printer or any compatible printer.
  8.  
  9. To generate a raster image file suitable for plotting on  the Xerox 4020
  10. printer, the value for the DOTSPERINCH modifier in PLOT RASTER should be 120.
  11. Colour raster files will be plotted using the 7 available colours, mono
  12. raster files will be plotted in black.
  13.  
  14. The colour assignments used for the Xerox 4020 are as follows:
  15.  
  16.    Colour 0          Not plotted
  17.    Colour 1          Yellow
  18.    Colour 2          Magenta
  19.    Colour 3          Red
  20.    Colour 4          Cyan
  21.    Colour 5          Green
  22.    Colour 6          Blue
  23.    Colour 7          Black
  24.  
  25. This follows the standard yellow, magenta and cyan colour combination used
  26. by most colour printers. To preview a drawing in these colours, the command
  27.  
  28.    #CHANGE COLOUR YMC
  29.  
  30. can be used to select the appropriate colours.
  31.  
  32.  
  33.    MODIFIERS
  34.  
  35. FROM        Requires the name of the raster image file created with the PLOT
  36.             RASTER command. If this modifier is not used, the file
  37.             XCTEMP:rastc is assumed to be the raster image file. ( This
  38.             file is the default file created by PLOT RASTER ).
  39.  
  40. TO          Requires the name of the file or device used as a destination
  41.             for the plot commands. If this modifier is not used, the plot
  42.             commands will be sent to the device PAR: ( the parallel port ).
  43.             If you are likely to reproduce the same plot many times, it can
  44.             be useful to output the plot commands to a disk-file which in
  45.             turn can then be copied to the printer when required.
  46.  
  47. INTERLACE   Used to select interlaced graphics. The resolution of the
  48.             output is still 120 dpi, but each line is printed twice - the
  49.             second line offset by 1/240" to the right and down. This gives
  50.             a more solid print output.
  51.  
  52.  
  53.