File: sec_handle.html

package info (click to toggle)
freemat 4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 174,756 kB
  • ctags: 67,023
  • sloc: cpp: 351,059; ansic: 255,892; sh: 40,590; makefile: 4,387; perl: 4,058; asm: 3,313; pascal: 2,718; fortran: 1,722; ada: 1,681; ml: 1,360; cs: 879; csh: 795; python: 430; sed: 162; lisp: 160; awk: 5
file content (173 lines) | stat: -rw-r--r-- 6,897 bytes parent folder | download | duplicates (2)
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<HTML>
<HEAD>
<TITLE>Handle-Based Graphics</TITLE>
</HEAD>
<BODY>
<H2>Handle-Based Graphics</H2>
<P>
<A HREF=index.html> Main Index </A>
<P>
<UL>
<LI> <A HREF=handle_glshow.html> glshow </A> GLSHOW Show a GL Assembly in a GL Window
 </LI>
<LI> <A HREF=handle_axisproperties.html> axisproperties </A> AXISPROPERTIES Axis Object Properties
 </LI>
<LI> <A HREF=handle_drawnow.html> drawnow </A> DRAWNOW Flush the Event Queue
 </LI>
<LI> <A HREF=handle_figure.html> figure </A> FIGURE Figure Window Select and Create Function
 </LI>
<LI> <A HREF=handle_axes.html> axes </A> AXES Create Handle Axes
 </LI>
<LI> <A HREF=handle_sizefig.html> sizefig </A> SIZEFIG Set Size of Figure
 </LI>
<LI> <A HREF=handle_set.html> set </A> SET Set Object Property
 </LI>
<LI> <A HREF=handle_get.html> get </A> GET Get Object Property
 </LI>
<LI> <A HREF=handle_hline.html> hline </A> HLINE Create a line object
 </LI>
<LI> <A HREF=handle_hcontour.html> hcontour </A> HCONTOUR Create a contour object
 </LI>
<LI> <A HREF=handle_uicontrol.html> uicontrol </A> UICONTROL Create a UI Control object
 </LI>
<LI> <A HREF=handle_himage.html> himage </A> HIMAGE Create a image object
 </LI>
<LI> <A HREF=handle_htext.html> htext </A> HTEXT Create a text object
 </LI>
<LI> <A HREF=handle_hsurface.html> hsurface </A> HSURFACE Create a surface object
 </LI>
<LI> <A HREF=handle_hpatch.html> hpatch </A> HPATCH Create a patch object
 </LI>
<LI> <A HREF=handle_figraise.html> figraise </A> FIGRAISE Raise a Figure Window
 </LI>
<LI> <A HREF=handle_figlower.html> figlower </A> FIGLOWER Lower a Figure Window
 </LI>
<LI> <A HREF=handle_gcf.html> gcf </A> GCF Get Current Figure
 </LI>
<LI> <A HREF=handle_gca.html> gca </A> GCA Get Current Axis
 </LI>
<LI> <A HREF=handle_pvalid.html> pvalid </A> PVALID Validate Property Name
 </LI>
<LI> <A HREF=handle_close.html> close </A> CLOSE Close Figure Window
 </LI>
<LI> <A HREF=handle_copy.html> copy </A> COPY Copy Figure Window
 </LI>
<LI> <A HREF=handle_print.html> print </A> PRINT Print a Figure To A File
 </LI>
<LI> <A HREF=handle_htextbitmap.html> htextbitmap </A> HTEXTBITMAP Get Text Rendered as a Bitmap
 </LI>
<LI> <A HREF=handle_hrawplot.html> hrawplot </A> HRAWPLOT Generate a Raw Plot File
 </LI>
<LI> <A HREF=handle_hpoint.html> hpoint </A> HPOINT Get Point From Window
 </LI>
<LI> <A HREF=handle_is2dview.html> is2dview </A> IS2DVIEW Test Axes For 2D View
 </LI>
<LI> <A HREF=handle_countour.html> countour </A> COUNTOUR Contour Object Properties
 </LI>
<LI> <A HREF=handle_figureproperties.html> figureproperties </A> FIGUREPROPERTIES Figure Object Properties
 </LI>
<LI> <A HREF=handle_imageproperties.html> imageproperties </A> IMAGEPROPERTIES Image Object Properties
 </LI>
<LI> <A HREF=handle_lineproperties.html> lineproperties </A> LINEPROPERTIES Line Series Object Properties
 </LI>
<LI> <A HREF=handle_surfaceproperties.html> surfaceproperties </A> SURFACEPROPERTIES Surface Object Properties
 </LI>
<LI> <A HREF=handle_colorspec.html> colorspec </A> COLORSPEC Color Property Description
 </LI>
<LI> <A HREF=handle_surfaceproperties.html> surfaceproperties </A> SURFACEPROPERTIES Surface Object Properties
 </LI>
<LI> <A HREF=handle_textproperties.html> textproperties </A> TEXTPROPERTIES Text Object Properties
 </LI>
<LI> <A HREF=handle_uicontrolproperties.html> uicontrolproperties </A> UICONTROLPROPERTIES UI Control Properties
 </LI>
<LI> <A HREF=handle_ishold.html> ishold </A> ISHOLD Test Hold Status
 </LI>
<LI> <A HREF=handle_axis.html> axis </A> AXIS Setup Axis Behavior
 </LI>
<LI> <A HREF=handle_cla.html> cla </A> CLA Clear Current Axis
 </LI>
<LI> <A HREF=handle_clabel.html> clabel </A> CLABEL Add Labels To Contour Plot
 </LI>
<LI> <A HREF=handle_clf.html> clf </A> CLF Clear Figure
 </LI>
<LI> <A HREF=handle_clim.html> clim </A> CLIM Adjust Color limits of plot
 </LI>
<LI> <A HREF=handle_colorbar.html> colorbar </A> COLORBAR Add Colorbar to Current Plot
 </LI>
<LI> <A HREF=handle_colormap.html> colormap </A> COLORMAP Image Colormap Function
 </LI>
<LI> <A HREF=handle_contour.html> contour </A> CONTOUR Contour Plot Function
 </LI>
<LI> <A HREF=handle_contour3.html> contour3 </A> CONTOUR3 3D Contour Plot Function
 </LI>
<LI> <A HREF=handle_copper.html> copper </A> COPPER Copper Colormap
 </LI>
<LI> <A HREF=handle_gray.html> gray </A> GRAY Gray Colormap
 </LI>
<LI> <A HREF=handle_grid.html> grid </A> GRID Plot Grid Toggle Function
 </LI>
<LI> <A HREF=handle_hist.html> hist </A> HIST Histogram Function
 </LI>
<LI> <A HREF=handle_hold.html> hold </A> HOLD Plot Hold Toggle Function
 </LI>
<LI> <A HREF=handle_image.html> image </A> IMAGE Image Display Function
 </LI>
<LI> <A HREF=handle_imagesc.html> imagesc </A> IMAGESC Image Display Function
 </LI>
<LI> <A HREF=handle_legend.html> legend </A> LEGEND Add Legent to Plot
 </LI>
<LI> <A HREF=handle_line.html> line </A> LINE Line Display Function
 </LI>
<LI> <A HREF=handle_loglog.html> loglog </A> LOGLOG Log-Log Plot Function
 </LI>
<LI> <A HREF=handle_newplot.html> newplot </A> NEWPLOT Get Handle For Next Plot
 </LI>
<LI> <A HREF=handle_patch.html> patch </A> PATCH Patch Graphics Function
 </LI>
<LI> <A HREF=handle_pcolor.html> pcolor </A> PCOLOR Pseudocolor Plot
 </LI>
<LI> <A HREF=handle_plot.html> plot </A> PLOT Plot Function
 </LI>
<LI> <A HREF=handle_plot3.html> plot3 </A> PLOT3 Plot 3D Function
 </LI>
<LI> <A HREF=handle_point.html> point </A> POINT Get Axis Position From Mouse Click
 </LI>
<LI> <A HREF=handle_semilogx.html> semilogx </A> SEMILOGX Semilog X Axis Plot Function
 </LI>
<LI> <A HREF=handle_semilogy.html> semilogy </A> SEMILOGY Semilog Y Axis Plot Function
 </LI>
<LI> <A HREF=handle_subplot.html> subplot </A> SUBPLOT Subplot Function
 </LI>
<LI> <A HREF=handle_surf.html> surf </A> SURF Surface Plot Function
 </LI>
<LI> <A HREF=handle_text.html> text </A> TEXT Add Text Label to Plot
 </LI>
<LI> <A HREF=handle_title.html> title </A> TITLE Plot Title Function
 </LI>
<LI> <A HREF=handle_tubeplot.html> tubeplot </A> TUBEPLOT Creates a Tubeplot
 </LI>
<LI> <A HREF=handle_view.html> view </A> VIEW Set Graphical View
 </LI>
<LI> <A HREF=handle_winlev.html> winlev </A> WINLEV Image Window-Level Function
 </LI>
<LI> <A HREF=handle_xlabel.html> xlabel </A> XLABEL Plot X-axis Label Function
 </LI>
<LI> <A HREF=handle_xlim.html> xlim </A> XLIM Adjust X Axis limits of plot
 </LI>
<LI> <A HREF=handle_ylabel.html> ylabel </A> YLABEL Plot Y-axis Label Function
 </LI>
<LI> <A HREF=handle_ylim.html> ylim </A> YLIM Adjust Y Axis limits of plot
 </LI>
<LI> <A HREF=handle_zlabel.html> zlabel </A> ZLABEL Plot Z-axis Label Function
 </LI>
<LI> <A HREF=handle_zlim.html> zlim </A> ZLIM Adjust Z Axis limits of plot
 </LI>
<LI> <A HREF=handle_zoom.html> zoom </A> ZOOM Image Zoom Function
 </LI>
<LI> <A HREF=handle_zplane.html> zplane </A> ZPLANE Zero-pole plot
 </LI>
</UL>
</BODY>
</HTML>