[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/plotxy]
line
(/tools/hpmatlab/toolbox/matlab/plotxy/line.m)
Help text
LINE Create line low-level objects.
LINE(X,Y) adds the line in vectors X and Y to the current axes.
If X and Y are matrices the same size, one line per column is added.
LINE(X,Y,Z) creates lines in 3-D coordinates.
LINE returns a column vector of handles to LINE objects,
one handle per line. LINEs are children of AXES objects.
The X,Y pair (X,Y,Z triple for 3-D) can be followed by
parameter/value pairs to specify additional properties of the lines.
The X,Y pair (X,Y,Z triple for 3-D) can be omitted entirely, and
all properties specified using parameter/value pairs.
Execute GET(H), where H is a line handle, to see a list of line
object properties and their current values. Execute SET(H) to see a
list of line object properties and legal property values.
See also PATCH, TEXT, PLOT, PLOT3.
Cross-Reference Information
This is called by
- blt /tools/hpmatlab/toolbox/matlab/graphics/blt.m
- comet /tools/hpmatlab/toolbox/matlab/plotxy/comet.m
- cztdemo /tools/hpmatlab/toolbox/signal/cztdemo.m
- legend /tools/hpmatlab/toolbox/matlab/plotxy/legend.m
- lscan /tools/hpmatlab/toolbox/matlab/plotxy/lscan.m
- polyline /tools/hpmatlab/toolbox/matlab/plotxy/polyline.m
- polymark /tools/hpmatlab/toolbox/matlab/plotxy/polymark.m
- psdchk /tools/hpmatlab/toolbox/signal/psdchk.m
- sosdemo /tools/hpmatlab/toolbox/signal/sosdemo.m
- subscribe /tools/hpmatlab/toolbox/matlab/general/subscribe.m
- swapprev /tools/hpmatlab/toolbox/matlab/graphics/swapprev.m
- whitebg /tools/hpmatlab/toolbox/matlab/graphics/whitebg.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON