NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/gliderproc/trunk/MATLAB/opnml/html/6.basics/movetext.html

Revision 495 (checked in by cbc, 12 years ago)

Initial import of Stark code.

Line 
1 <TITLE>/</TITLE>
2 <BODY>
3 <A HREF = "index.html">[Index for ./basics]</A>
4 <A HREF = "../index.html">[Return to Master Index]</A>
5 <H1>movetext</H1>
6 <H2>(./basics/movetext.m)</H2>
7 <HR><H3>Function Synopsis</H3>
8 <pre>movetext(arg)</pre>
9 <HR><H3>Help text</H3>
10 <pre>
11
12  MOVETEXT  Grab and move text objects in the current axes
13
14  MOVETEXT  Used to grab and move text objects.
15            To activate, type &quot;movetext&quot; or &quot;movetext('on')&quot;.
16            Then, move the mouse pointer near the lower left corner of
17            the text object you want to move.  Depress and hold down
18            the left mouse button.  When the pointer changes from an arrow
19            to a fleur, drag the text to the new location.  Release the
20            left mouse button.  This action can be done to any text object
21            on the figure (including titles and axis labels) at any time
22            until &quot;movetext('off')&quot; is executed.  This turns off the
23            movetext capability.
24
25            This function is adapted from a routine written by Drea
26            Thomas at Mathworks Inc., and (signifigantly) improved by
27            Brian O. Blanton
28
29 </pre>
30 <HR>
31 Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb  2 16:15:45 EST 1999
32 <BR>
33 Cross-Directory links are: OFF<BR>
34 </BODY>
Note: See TracBrowser for help on using the browser.