[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/plotxy]
polymark
(/tools/hpmatlab/toolbox/matlab/plotxy/polymark.m)
Function Synopsis
h = polymark(x,y,style,opt_sc)
Help text
POLYMARK Basic marker drawing primitive.
POLYMARK is obsolete, but provided for upward compatibility from
MATLAB 3.5.
POLYMARK(X,Y) draws polymarkers at the X- and Y-coordinates
in vectors X and Y.
POLYMARK(X,Y,'type') uses the marker style and color
indicated by the text string. See PLOT for a list of
style and color attributes.
POLYMARK(X,Y,'sc') interprets X and Y in screen-coordinates
where (0.0,0.0) is the lower-left corner of the screen and
(1.0,1.0) is the upper-right corner. Otherwise, data-
coordinates are used.
Cross-Reference Information
This function calls
- axis /tools/hpmatlab/toolbox/matlab/graphics/axis.m
- colstyle /tools/hpmatlab/toolbox/matlab/graphics/colstyle.m
- disp /tools/hpmatlab/toolbox/matlab/general/disp.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- elseif /tools/hpmatlab/toolbox/matlab/lang/elseif.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- gca /tools/hpmatlab/toolbox/matlab/graphics/gca.m
- get /tools/hpmatlab/toolbox/matlab/graphics/get.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- input /tools/hpmatlab/toolbox/matlab/lang/input.m
- isempty /tools/hpmatlab/toolbox/matlab/ops/isempty.m
- ishold /tools/hpmatlab/toolbox/matlab/graphics/ishold.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- line /tools/hpmatlab/toolbox/matlab/plotxy/line.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- nargout /tools/hpmatlab/toolbox/matlab/elmat/nargout.m
- newplot /tools/hpmatlab/toolbox/matlab/graphics/newplot.m
- sc2dc /tools/hpmatlab/toolbox/matlab/graphics/sc2dc.m
- set /tools/hpmatlab/toolbox/matlab/graphics/set.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON