THPLOT Name
THPLOT Purpose
Plot a curve with varying thickness along it.
Category
Calling Sequence
thplot, x, y or thplot, y Inputs
x, y = array of x,y values along curve. in
Keyword Parameters
Keywords
CTHICK=cthk Thickness along curve (def=0).
FILL=fclr Fill color of thick curve (def=!p.color).
/CCLIP means clip a thick curve to plot window.
CBACK=cbak 0 thickness curve background color (def=none).
CCOLOR=cclr 0 thickness curve foreground color.
CSTYLE=csty 0 thickness curve line style (def=1).
Outputs
Common Blocks
Notes
Note: CTHICK must be given an array with same number of
elements as x and y (or it may be a scalar). Curve is
plotted with filled region between y-cthk/2 and y+cthk/2.
Modification History
R. Sterner, 1994 Dec 7
Copyright (C) 1994, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.