| |
bool balance=n [y/n] | if false, determine bclip & wclip individually;
else set them to the same abs value
|
float blank=0.0f | portion of the lower range to blank out
|
bool blockinterp=n [y/n] | whether to use block interpolation
|
float bperc=perc | percentile for determining black clip value
|
string cmap= | colormap specification (hsv# or rgb#)
|
strings curve= | file(s) containing points to draw curve(s) [curve]
|
strings curvecolor= | color(s) for curve(s) [ncurvecolor]
|
float d1num=0.0 | numbered tic interval on axis 1 (0.0 for automatic)
|
float d2num=0.0 | numbered tic interval on axis 2 (0.0 for automatic)
|
float f1num=x1min | first numbered tic on axis 1 (used if d1num not 0.0)
|
float f2num=0.0 | first numbered tic on axis 2 (used if d2num not 0.0)
|
string grid1= | grid lines on axis 1 (none, dot, dash, or solid)
|
string grid2= | grid lines on axis 2 (none, dot, dash, or solid)
|
string gridcolor= | color for grid lines
|
int hbox=700 | height in pixels of window
|
string label1= | label on axis 1
|
string label2= | label on axis 2
|
string labelcolor= | color for axes labels
|
string labelfont= | font name for axes labels
|
bool legend=n [y/n] | if display the color scale
|
string legendfont= | font name for legend
|
int lheight=hbox/3 | colorscale (legend) height in pixels
|
int lwidth=16 | colorscale (legend) width in pixels
|
int lx=3 | colorscale (legend) x-position in pixels
|
int ly=(hbox-lheight)/3 | colorscale (legend) y-position in pixels
|
string mpicks= | file to save mouse picks
|
int n1tic=1 | number of tics per numbered tic on axis 1
|
int n2tic=1 | number of tics per numbered tic on axis 2
|
int ncurve=0 | number of curves to draw
|
int ncurvecolor=0 | number of curve colors
|
ints npair= | number(s) of pairs in each curve file [curve]
|
float perc=100.0 | percentile used to determine clip
|
string style= | normal (axis 1 horizontal, axis 2 vertical)
or seismic (axis 1 vertical, axis 2 horizontal)
|
string title= | title of plot
|
string titlecolor= | color for title
|
string titlefont= | font name for title
|
string units= | unit label for legend
|
bool verbose=y [y/n] | verbose mode
|
int wbox=550 | width in pixels of window
|
string windowtitle= | title on window
|
float wperc=100.0-perc | percentile for determining white clip value
|
float x1beg=x1min | value at which axis 1 begins
|
float x1end=x1max | value at which axis 1 ends
|
float x2beg=x2min | value at which axis 2 begins
|
float x2end=x2max | value at which axis 2 ends
|
int xbox=50 | x in pixels of upper left corner of window
|
int ybox=50 | y in pixels of upper left corner of window
|
|