Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > b38d2da330d1936e5ab1307c039c4941 > files > 252

octave-doc-3.6.4-3.mga4.noarch.rpm

<html lang="en">
<head>
<title>Figure Properties - GNU Octave</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="GNU Octave">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Graphics-Object-Properties.html#Graphics-Object-Properties" title="Graphics Object Properties">
<link rel="prev" href="Root-Figure-Properties.html#Root-Figure-Properties" title="Root Figure Properties">
<link rel="next" href="Axes-Properties.html#Axes-Properties" title="Axes Properties">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<div class="node">
<a name="Figure-Properties"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="Axes-Properties.html#Axes-Properties">Axes Properties</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="Root-Figure-Properties.html#Root-Figure-Properties">Root Figure Properties</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Graphics-Object-Properties.html#Graphics-Object-Properties">Graphics Object Properties</a>
<hr>
</div>

<h5 class="subsubsection">15.3.3.2 Figure Properties</h5>

<p><a name="index-figure-properties-1520"></a>
The <code>figure</code> properties are:
     <dl>
<dt><code>__graphics_toolkit__</code><dd>&mdash; The graphics toolkit currently in use.

     <br><dt><code>__enhanced__</code>
<br><dt><code>__modified__</code>
<br><dt><code>__myhandle__</code>
<br><dt><code>__plot_stream__</code>
<br><dt><code>alphamap</code>
<br><dt><code>beingdeleted</code><dd>&mdash; Values: "on," "off"

     <br><dt><code>busyaction</code>
<br><dt><code>buttondownfcn</code>
<br><dt><code>children</code><dd>Handle to children.

     <br><dt><code>clipping</code><dd>&mdash; Values: "on," "off"

     <br><dt><code>closerequestfcn</code><dd>&mdash; Handle of function to call on close.

     <br><dt><code>color</code>
<br><dt><code>colormap</code><dd>An N-by-3 matrix containing the color map for the current axes.

     <br><dt><code>paperorientation</code>
<br><dt><code>createfcn</code>
<br><dt><code>currentaxes</code><dd>Handle to graphics object of current axes.

     <br><dt><code>currentcharacter</code>
<br><dt><code>currentobject</code>
<br><dt><code>currentpoint</code><dd>Holds the coordinates of the point over which the mouse pointer was when
the mouse button was pressed.  If a mouse callback function is defined,
<code>"currentpoint"</code> holds the coordinates of the point over which the
mouse pointer is when the function gets called.

     <br><dt><code>deletefcn</code>
<br><dt><code>dockcontrols</code><dd>&mdash; Values: "on," "off"

     <br><dt><code>doublebuffer</code><dd>&mdash; Values: "on," "off"

     <br><dt><code>filename</code>
<br><dt><code>handlevisibility</code><dd>&mdash; Values: "on," "off"

     <br><dt><code>hittest</code>
<br><dt><code>integerhandle</code>
<br><dt><code>interruptible</code><dd>&mdash; Values: "on," "off"

     <br><dt><code>inverthardcopy</code>
<br><dt><code>keypressfcn</code><dd>see <code>"keypressfcn"</code>

     <br><dt><code>keyreleasefcn</code><dd>With <code>"keypressfcn"</code>, The keyboard callback functions.  These
callback functions get called when a key is pressed/released
respectively.  The functions are called with two input arguments.  The
first argument holds the handle of the calling figure.  The second
argument holds the event structure which has the following members:
          <dl>
<dt><code>Character</code><dd>The ASCII value of the key

          <br><dt><code>Key</code><dd>lowercase value of the key

          <br><dt><code>Modifier</code><dd>A cell array containing strings representing the modifiers pressed with
the key.  Possible values are <code>"shift"</code>, <code>"alt"</code>, and
<code>"control"</code>. 
</dl>

     <br><dt><code>menubar</code>
<br><dt><code>mincolormap</code>
<br><dt><code>name</code>
<br><dt><code>nextplot</code><dd>May be one of
          <dl>
<dt><code>"new"</code>
<br><dt><code>"add"</code>
<br><dt><code>"replace"</code>
<br><dt><code>"replacechildren"</code><dd></dl>

     <br><dt><code>numbertitle</code>
<br><dt><code>paperorientation</code><dd>Indicates the orientation for printing.  Either <code>"landscape"</code> or
<code>"portrait"</code>.

     <br><dt><code>paperposition</code>
<br><dt><code>paperpositionmode</code>
<br><dt><code>papersize</code>
<br><dt><code>papertype</code>
<br><dt><code>paperunits</code>
<br><dt><code>pointer</code>
<br><dt><code>pointershapecdata</code>
<br><dt><code>pointershapehotspot</code>
<br><dt><code>position</code>
<br><dt><code>renderer</code>
<br><dt><code>renderermode</code>
<br><dt><code>resize</code>
<br><dt><code>resizefcn</code>
<br><dt><code>selected</code>
<br><dt><code>selectionhighlight</code><dd>&mdash; Values: "on," "off"

     <br><dt><code>selectiontype</code>
<br><dt><code>tag</code>
<br><dt><code>toolbar</code>
<br><dt><code>type</code>
<br><dt><code>units</code>
<br><dt><code>userdata</code>
<br><dt><code>visible</code><dd>Either <code>"on"</code> or <code>"off"</code> to toggle display of the figure.

     <br><dt><code>windowbuttondownfcn</code><dd>See <code>"windowbuttonupfcn"</code>

     <br><dt><code>windowbuttonmotionfcn</code><dd>See <code>"windowbuttonupfcn"</code>

     <br><dt><code>windowbuttonupfcn</code><dd>With <code>"windowbuttondownfcn"</code> and <code>"windowbuttonmotionfcn"</code>,
The mouse callback functions.  These callback functions get called when
the mouse button is pressed, dragged, and released respectively.  When
these callback functions are called, the <code>"currentpoint"</code> property
holds the current coordinates of the cursor.

     <br><dt><code>windowbuttonwheelfcn</code>
<br><dt><code>windowstyle</code>
<br><dt><code>wvisual</code>
<br><dt><code>wvisualmode</code>
<br><dt><code>xdisplay</code>
<br><dt><code>xvisual</code>
<br><dt><code>xvisualmode</code><dd></dl>

   </body></html>