[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/plotxy]
moveaxis
(/tools/hpmatlab/toolbox/matlab/plotxy/moveaxis.m)
Function Synopsis
moveaxis(arg)
Help text
MOVEAXIS Used to grab and move legends and axes.
To use, click and hold down a mouse button while
the cursor is near the lower left corner of the
axis you want to move. Wait for the cursor to change
to a fleur (4 way arrows), then drag the legend or axis
to the desired location and release the mouse button.
To enable, set the figure windows WINDOWBUTTONDOWNFCN
property to 'moveaxis'. For example,
set(gcf,'WindowButtonDownFcn','moveaxis')
Cross-Reference Information
This function calls
- abs /tools/hpmatlab/toolbox/matlab/elfun/abs.m
- axes /tools/hpmatlab/toolbox/matlab/graphics/axes.m
- elseif /tools/hpmatlab/toolbox/matlab/lang/elseif.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- gca /tools/hpmatlab/toolbox/matlab/graphics/gca.m
- gcf /tools/hpmatlab/toolbox/matlab/graphics/gcf.m
- get /tools/hpmatlab/toolbox/matlab/graphics/get.m
- global /tools/hpmatlab/toolbox/matlab/lang/global.m
- i /tools/hpmatlab/toolbox/matlab/elmat/i.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- isempty /tools/hpmatlab/toolbox/matlab/ops/isempty.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- set /tools/hpmatlab/toolbox/matlab/graphics/set.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- sum /tools/hpmatlab/toolbox/matlab/datafun/sum.m
- type /tools/hpmatlab/toolbox/matlab/general/type.m
This function is called by
- legend /tools/hpmatlab/toolbox/matlab/plotxy/legend.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON