pgrdmf
and displayed on
another PGPLOT device.The device driver is written in standard Fortran-77 and can be used with all operating systems for which PGPLOT is available.
The PGPLOT metafile is a plain ASCII text file; it can be
transferred from one machine to another using standard channels (e.g.,
ftp, e-mail). The first five characters in the file must be
%PGMF
to identify the file type. PGPLOT metafiles can
contain more than one picture (``page''). PGPLOT metafiles may be
concatenated: the resulting file is also a valid PGPLOT metafile.
Files can be substantially compressed by using standard utilities such
as gzip
.
It should be fairly easy to write translation programs to convert files from this format to another graphics format.
/PGMF
-/PGMF
Supply any file name suitable for use on the host operating
system. The default file name is pgplot.pgmf
. If the file
already exists, it will be overwritten (unless the operating system
can create multiple versions of the file).
If the filename is ``-'', the file will be sent to the standard output and can be piped into another program (on operating systems that support this).
pgpap
in the
PGPLOT program, or, if pgpap
is not used, by setting
environment variables (logical names in VMS):
PGPLOT_PGMF_WIDTH
(default 6400)
PGPLOT_PGMF_HEIGHT
(default 4800)
pgscr
. The default representations of color indices 0 and 1 can be changed with PGPLOT environment variables, e.g.PGPLOT_BACKGROUND
(default white
)
PGPLOT_FOREGROUND
(default black
)
pgimag
, pggray
, etc.).