NAME

Thplot - Create a hidden line plot


DESCRIPTION

Hidden line plotting program.


SYNOPSIS

Thplot par= < Hin | Pen


INPUT PARAMETERS:

n3 - int
      [1]  (It erases the screen between frames (for a movie))
(zc,xc) - float
      position of the lower left hand corner of the plot
      from the corner of the page in inches.
      xc defaults so as to center the plot.
sz - float
      vertical scale.
alpha - float
      apparent angle in degrees; |alpha| < 89
uflag - int
      [1] - plot upper side of the surface,
      0 - do not plot upper side. (yellow).
dflag - int
      the same but for the down side. (red).
clip,gpow,tpow,epow,plot - int
      clipping {( data * e**epow*t * t**tpow )**gpow}
norm - char
      [n] for no clipping.
pclip - int
      percentile to set the clip
dclip - float
      change the clip: clip = (clip set by pclip)*dclip
zmax,zmin- float
      [0],[1] max, min (relative to clip) values to 
       use in scaling plot
xlength - float
      Number of inches wide the plot device is; Use 10.24 
      unless you are using absolute scaling.
script - file
      Name of a file from which to get the titles in
      a Movie, one title per line.
axis,axis1,axis2,axis3- char
      [y] any not-y character will turn off axis
label1,label2,label3- char*
      axis labels
axissz -int
      [6] size of axis labels
axisfat -int
      [2] makes axes fat
title -char*
      ['input file name']
titlesz -int
      [6] size of title
titlefat -int
      [2] makes title fat


SEE ALSO

the Grey manpage,the Cubeplot manpage,the Contour manpage


CATEGORY

sep_graphics


COMPILE LEVEL

DISTR