gxeps [ -acdklrsv -i <infile> -o <outfile>
] [<infile>]
gxeps
convert the GrADS metacode format file to a
PostScript file. Where:
-i fname
identifies input GrADS metacode file -o fname
identifies output postscript file -c
prints color plot-r
prints on a black background -d
appends CTRL-D to the file, useful if printing on a HP1200C/PS color printer-1
use PostScript Level 1 -2
use PostScript Level 2 -a
Page size A4 -l
Page size US-Letter -L
Ask for a label to be printed on the plot -n
Ask for a note to include in PostScript file header -s
Add a file and time stamp on the plot.-v
Verbose mode.
Usage Notes
gxeps
is to create a grayscale
plot on a white background. The GrADS default rainbow colors (color
numbers 2 to 14) are converted into appropriate grey
shades. User-defined colors (numbers above 15) are translated to
greyscale intensity based on their green content only.
Examples
gxeps -a
gxeps -rc -i mytest.mf -o mytest.ps
mytest.mf
to a color plot on black background and outputs the result to
PostScript file mytest.ps
.