File: Figure-Properties.html

package info (click to toggle)
octave 3.6.2-5%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 71,636 kB
  • sloc: cpp: 241,186; fortran: 23,651; sh: 14,790; ansic: 7,153; lex: 3,761; objc: 3,404; yacc: 3,386; makefile: 2,073; awk: 985; perl: 838
file content (158 lines) | stat: -rw-r--r-- 6,511 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<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>