eps (name) hcp () hcp_file ([filename] [, dump = 0/1]) filename = hcp_finish ([n]) hcp_out ([n] [, keep = 0/ 1]) hcpon () hcpoff ()
.epsi (i. e., the suffix .epsi is added to name). The eps function requires the
ps2epsi utility which comes with the project GNU Ghostscript program. Any hardcopy file
associated with the current window is first closed, but the default hardcopy file is unaffected.
As a side effect, legends are turned off and color table dumping is turned on for the current
window. The environment variable PS2EPSI_FORMAT contains the format for the command
to start the ps2epsi program.
hcp_file; each individual
graphics window may have its own hardcopy file as specified by the window function.)
Sets the default hardcopy file to filename. If filename ends with .ps, the file will
be a PostScript file, otherwise it will be a binary CGM file. By default, the hardcopy file name
will be Aa00.cgm, or Ab00.cgm if that exists, or Ac00.cgm if both exist, and so
on. The default hardcopy file gets hardcopy from all graphics windows which do not have
their own specific hardcopy file (see the window function). If the dump keyword is present
and nonzero, then the current palette will be dumped at the beginning of each frame of the
default hardcopy file. This is what you want to do when you want color plots. With dump = 0,
the default behavior of converting all colors to a gray scale is restored.
hcp_finish(-1) to close the default
hardcopy file.
hcp_out(-1) to print the default hardcopy file. Unless
the keep keyword is supplied and nonzero, the file will be deleted after it is processed by
gist and sent to lpr.