[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/graphics]
axes
(/tools/hpmatlab/toolbox/matlab/graphics/axes.m)
Help text
AXES Create axis at arbitrary positions.
AXES('position', RECT) opens up an axis at the specified location
and returns a handle to it.
RECT = [left, bottom, width, height] specifies the location and
size of the side of the axis box, relative to the lower-left
corner of the Figure window, and in in normalized units where (0,0)
is the lower-left corner and (1.0,1.0) is the upper-right.
AXES, by itself, creates the default full-window axis and returns
a handle to it.
AXES(H) makes the axis with handle H current.
Execute GET(H) to see a list of axes object properties and
their current values. Execute SET(H) to see a list of axes
object properties and legal property values.
See also SUBPLOT, FIGURE, GCA, CLA.
Cross-Reference Information
This is called by
- alphacontrol ee2200/alphacontrol.m
- blt /tools/hpmatlab/toolbox/matlab/graphics/blt.m
- capture /tools/hpmatlab/toolbox/matlab/graphics/capture.m
- cinvert /tools/hpmatlab/toolbox/matlab/graphics/cinvert.m
- cztdemo /tools/hpmatlab/toolbox/signal/cztdemo.m
- filtdemo /tools/hpmatlab/toolbox/signal/filtdemo.m
- freqs /tools/hpmatlab/toolbox/signal/freqs.m
- freqz /tools/hpmatlab/toolbox/signal/freqz.m
- ginput /tools/hpmatlab/toolbox/matlab/graphics/ginput.m
- ishold /tools/hpmatlab/toolbox/matlab/graphics/ishold.m
- legend /tools/hpmatlab/toolbox/matlab/plotxy/legend.m
- moddemo /tools/hpmatlab/toolbox/signal/moddemo.m
- moveaxis /tools/hpmatlab/toolbox/matlab/plotxy/moveaxis.m
- newplot /tools/hpmatlab/toolbox/matlab/graphics/newplot.m
- pez ee2200/pez.m
- pez_dp ee2200/pez_dp.m
- pez_dz ee2200/pez_dz.m
- pez_ep ee2200/pez_ep.m
- pez_ez ee2200/pez_ez.m
- sosdemo /tools/hpmatlab/toolbox/signal/sosdemo.m
- subplot /tools/hpmatlab/toolbox/matlab/graphics/subplot.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