File: Graphics-Object-Properties.html

package info (click to toggle)
octave 10.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 145,388 kB
  • sloc: cpp: 335,976; ansic: 82,241; fortran: 20,963; objc: 9,402; sh: 8,756; yacc: 4,392; lex: 4,333; perl: 1,544; java: 1,366; awk: 1,259; makefile: 660; xml: 192
file content (86 lines) | stat: -rw-r--r-- 4,584 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
<!DOCTYPE html>
<html>
<!-- Created by GNU Texinfo 7.1.1, https://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Graphics Object Properties (GNU Octave (version 10.3.0))</title>

<meta name="description" content="Graphics Object Properties (GNU Octave (version 10.3.0))">
<meta name="keywords" content="Graphics Object Properties (GNU Octave (version 10.3.0))">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="viewport" content="width=device-width,initial-scale=1">

<link href="index.html" rel="start" title="Top">
<link href="Concept-Index.html" rel="index" title="Concept Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Graphics-Data-Structures.html" rel="up" title="Graphics Data Structures">
<link href="Searching-Properties.html" rel="next" title="Searching Properties">
<link href="Graphics-Objects.html" rel="prev" title="Graphics Objects">
<style type="text/css">
<!--
a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
span:hover a.copiable-link {visibility: visible}
-->
</style>
<link rel="stylesheet" type="text/css" href="octave.css">


</head>

<body lang="en">
<div class="subsection-level-extent" id="Graphics-Object-Properties">
<div class="nav-panel">
<p>
Next: <a href="Searching-Properties.html" accesskey="n" rel="next">Searching Properties</a>, Previous: <a href="Graphics-Objects.html" accesskey="p" rel="prev">Graphics Objects</a>, Up: <a href="Graphics-Data-Structures.html" accesskey="u" rel="up">Graphics Data Structures</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<h4 class="subsection" id="Graphics-Object-Properties-1"><span>15.3.3 Graphics Object Properties<a class="copiable-link" href="#Graphics-Object-Properties-1"> &para;</a></span></h4>
<a class="index-entry-id" id="index-graphics-object-properties"></a>


<p>In this section the graphics object properties are discussed in detail,
starting with the root properties and continuing through the object hierarchy.
The documentation about a specific graphics object can be displayed using
<code class="code">doc</code> function, e.g., <code class="code">doc (&quot;axes properties&quot;)</code> will show
<a class="ref" href="Axes-Properties.html">Axes Properties</a>.
</p>
<p>The allowed values for radio (string) properties can be retrieved
programmatically or displayed using the one or two argument calling form of the
<code class="code">set</code> function.  See <a class="xref" href="Handle-Functions.html#XREFset">set</a>.
</p>
<p>Any properties marked as either unused or unimplemented in the following
documentation are accepted without error by Octave.  Values for those properties
are stored in the object but have no effect on the object.
</p>
<p>Default property values are enclosed in { }.
</p>
<ul class="mini-toc">
<li><a href="Root-Properties.html" accesskey="1">Root Properties</a></li>
<li><a href="Figure-Properties.html" accesskey="2">Figure Properties</a></li>
<li><a href="Axes-Properties.html" accesskey="3">Axes Properties</a></li>
<li><a href="Legend-Properties.html" accesskey="4">Legend Properties</a></li>
<li><a href="Line-Properties.html" accesskey="5">Line Properties</a></li>
<li><a href="Text-Properties.html" accesskey="6">Text Properties</a></li>
<li><a href="Image-Properties.html" accesskey="7">Image Properties</a></li>
<li><a href="Patch-Properties.html" accesskey="8">Patch Properties</a></li>
<li><a href="Scatter-Properties.html" accesskey="9">Scatter Properties</a></li>
<li><a href="Surface-Properties.html">Surface Properties</a></li>
<li><a href="Light-Properties.html">Light Properties</a></li>
<li><a href="Uimenu-Properties.html">Uimenu Properties</a></li>
<li><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></li>
<li><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></li>
<li><a href="Uipanel-Properties.html">Uipanel Properties</a></li>
<li><a href="Uicontrol-Properties.html">Uicontrol Properties</a></li>
<li><a href="Uitable-Properties.html">Uitable Properties</a></li>
<li><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></li>
<li><a href="Uipushtool-Properties.html">Uipushtool Properties</a></li>
<li><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></li>
</ul>
</div>



</body>
</html>