~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/eng/graphics/Graphics.xml

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
 
2
<!DOCTYPE MAN SYSTEM "../../manrev.dtd">
 
3
<MAN>
 
4
  <LANGUAGE>eng</LANGUAGE>
 
5
  <TITLE>graphics</TITLE>
 
6
  <TYPE>Scilab Function</TYPE>
 
7
  <DATE>April 1993</DATE>
 
8
  <SHORT_DESCRIPTION name="Graphics"> graphics library overview</SHORT_DESCRIPTION>
 
9
  <SECTION label="2d plotting">
 
10
    <ITEMIZE>
 
11
      <ITEM label="plot2d">
 
12
        <SP>: plot a curve</SP>
 
13
      </ITEM>
 
14
      <ITEM label="plot2d2">
 
15
        <SP>: plot a curve as step function</SP>
 
16
      </ITEM>
 
17
      <ITEM label="plot2d3">
 
18
        <SP>: plot a curve with vertical bars</SP>
 
19
      </ITEM>
 
20
      <ITEM label="plot2d4">
 
21
        <SP>: plot a curve with arrows</SP>
 
22
      </ITEM>
 
23
      <ITEM label="fplot2d">
 
24
        <SP>: plot a curve defined by a function</SP>
 
25
      </ITEM>
 
26
      <ITEM label="champ">
 
27
        <SP>: 2D vector field</SP>
 
28
      </ITEM>
 
29
      <ITEM label="champ1">
 
30
        <SP>: 2D vector field with colored arrows</SP>
 
31
      </ITEM>
 
32
      <ITEM label="fchamp">
 
33
        <SP>: direction field of a 2D first order ODE</SP>
 
34
      </ITEM>
 
35
      <ITEM label="contour2d">
 
36
        <SP>: level curves of a surface on a 2D plot</SP>
 
37
      </ITEM>
 
38
      <ITEM label="fcontour2d">
 
39
        <SP>: level curves of a surface defined by a function on a 2D plot</SP>
 
40
      </ITEM>
 
41
      <ITEM label="grayplot">
 
42
        <SP>: 2D plot of a surface using colors</SP>
 
43
      </ITEM>
 
44
      <ITEM label="fgrayplot">
 
45
        <SP>: 2D plot of a surface defined by a function using colors</SP>
 
46
      </ITEM>
 
47
      <ITEM label="Sgrayplot">
 
48
        <SP>: smooth 2D plot of a surface using colors</SP>
 
49
      </ITEM>
 
50
      <ITEM label="Sfgrayplot">
 
51
        <SP>: smooth 2D plot of a surface defined by a function using colors</SP>
 
52
      </ITEM>
 
53
      <ITEM label="xgrid">
 
54
        <SP>: add a grid on a 2D plot</SP>
 
55
      </ITEM>
 
56
      <ITEM label="errbar">
 
57
        <SP>: add vertical error bars on a 2D plot</SP>
 
58
      </ITEM>
 
59
      <ITEM label="histplot">
 
60
        <SP>: plot a histogram</SP>
 
61
      </ITEM>
 
62
      <ITEM label="Matplot">
 
63
        <SP>: 2D plot of a matrix using colors</SP>
 
64
      </ITEM>
 
65
    </ITEMIZE>
 
66
  </SECTION>
 
67
  <SECTION label="3d plotting">
 
68
    <ITEMIZE>
 
69
      <ITEM label="plot3d">
 
70
        <SP>: plot a surface</SP>
 
71
      </ITEM>
 
72
      <ITEM label="plot3d1">
 
73
        <SP>: plot a surface with gray or color level</SP>
 
74
      </ITEM>
 
75
      <ITEM label="fplot3d">
 
76
        <SP>: plot a surface defined by a function</SP>
 
77
      </ITEM>
 
78
      <ITEM label="fplot3d1">
 
79
        <SP>: plot a surface defined by a function with gray or color level</SP>
 
80
      </ITEM>
 
81
      <ITEM label="param3d">
 
82
        <SP>: plot one curve</SP>
 
83
      </ITEM>
 
84
      <ITEM label="param3d1">
 
85
        <SP>: plots curves</SP>
 
86
      </ITEM>
 
87
      <ITEM label="contour">
 
88
        <SP>: level curves on a 3D surface</SP>
 
89
      </ITEM>
 
90
      <ITEM label="fcontour">
 
91
        <SP>: level curves on a 3D surface defined by a function</SP>
 
92
      </ITEM>
 
93
      <ITEM label="hist3d">
 
94
        <SP>: 3D representation of a histogram</SP>
 
95
      </ITEM>
 
96
      <ITEM label="genfac3d">
 
97
        <SP>: compute facets of a 3D surface</SP>
 
98
      </ITEM>
 
99
      <ITEM label="eval3dp">
 
100
        <SP>: compute facets of a 3D surface</SP>
 
101
      </ITEM>
 
102
      <ITEM label="geom3d">
 
103
        <SP>: projection from 3D on 2D after a 3D plot</SP>
 
104
      </ITEM>
 
105
    </ITEMIZE>
 
106
  </SECTION>
 
107
  <SECTION label="Line and polygon plotting">
 
108
    <ITEMIZE>
 
109
      <ITEM label="xpoly">
 
110
        <SP>: draw a polyline or a polygon</SP>
 
111
      </ITEM>
 
112
      <ITEM label="xpolys">
 
113
        <SP>: draw a set of polylines or polygons</SP>
 
114
      </ITEM>
 
115
      <ITEM label="xrpoly">
 
116
        <SP>: draw a regular polygon</SP>
 
117
      </ITEM>
 
118
      <ITEM label="xsegs">
 
119
        <SP>: draw unconnected segments</SP>
 
120
      </ITEM>
 
121
      <ITEM label="xfpoly">
 
122
        <SP>: fill a polygon</SP>
 
123
      </ITEM>
 
124
      <ITEM label="xfpolys">
 
125
        <SP>: fill a set of polygons</SP>
 
126
      </ITEM>
 
127
    </ITEMIZE>
 
128
  </SECTION>
 
129
  <SECTION label="Rectangle plotting">
 
130
    <ITEMIZE>
 
131
      <ITEM label="xrect">
 
132
        <SP>: draw a rectangle</SP>
 
133
      </ITEM>
 
134
      <ITEM label="xfrect">
 
135
        <SP>: fill a rectangle</SP>
 
136
      </ITEM>
 
137
      <ITEM label="xrects">
 
138
        <SP>: draw or fill a set of rectangles</SP>
 
139
      </ITEM>
 
140
    </ITEMIZE>
 
141
  </SECTION>
 
142
  <SECTION label="Arc plotting">
 
143
    <ITEMIZE>
 
144
      <ITEM label="xarc">
 
145
        <SP>: draw a part of an ellipse</SP>
 
146
      </ITEM>
 
147
      <ITEM label="xarcs">
 
148
        <SP>: draw parts of a set of ellipses</SP>
 
149
      </ITEM>
 
150
      <ITEM label="xfarc">
 
151
        <SP>: fill a part of an ellipse</SP>
 
152
      </ITEM>
 
153
      <ITEM label="xfarcs">
 
154
        <SP>: fill parts of a set of ellipses</SP>
 
155
      </ITEM>
 
156
    </ITEMIZE>
 
157
  </SECTION>
 
158
  <SECTION label="Arrow plotting">
 
159
    <ITEMIZE>
 
160
      <ITEM label="xarrows">
 
161
        <SP>: draw a set of arrows</SP>
 
162
      </ITEM>
 
163
    </ITEMIZE>
 
164
  </SECTION>
 
165
  <SECTION label="Strings">
 
166
    <ITEMIZE>
 
167
      <ITEM label="xstring">
 
168
        <SP>: draw strings</SP>
 
169
      </ITEM>
 
170
      <ITEM label="xstringl">
 
171
        <SP>: compute a box which surrounds strings</SP>
 
172
      </ITEM>
 
173
      <ITEM label="xstringb">
 
174
        <SP>: draw strings into a box</SP>
 
175
      </ITEM>
 
176
      <ITEM label="xtitle">
 
177
        <SP>: add titles on a graphics window</SP>
 
178
      </ITEM>
 
179
      <ITEM label="titlepage">
 
180
        <SP>: add a title in the middle of a graphics window</SP>
 
181
      </ITEM>
 
182
      <ITEM label="xinfo">
 
183
        <SP>: draw an info string in the message subwindow</SP>
 
184
      </ITEM>
 
185
    </ITEMIZE>
 
186
  </SECTION>
 
187
  <SECTION label="Frames and axes">
 
188
    <ITEMIZE>
 
189
      <ITEM label="xaxis">
 
190
        <SP>: draw an axis</SP>
 
191
      </ITEM>
 
192
      <ITEM label="graduate">
 
193
        <SP>: pretty axis graduations</SP>
 
194
      </ITEM>
 
195
      <ITEM label="plotframe">
 
196
        <SP>: plot a frame with scaling and grids</SP>
 
197
      </ITEM>
 
198
    </ITEMIZE>
 
199
  </SECTION>
 
200
  <SECTION label="Coordinates transformations">
 
201
    <ITEMIZE>
 
202
      <ITEM label="isoview">
 
203
        <SP>: set scales for isometric plot (do not change the size of the window)</SP>
 
204
      </ITEM>
 
205
      <ITEM label="square">
 
206
        <SP>: set scales for isometric plot (change the size of the window)</SP>
 
207
      </ITEM>
 
208
      <ITEM label="scaling">
 
209
        <SP>: affine transformation of a set of points</SP>
 
210
      </ITEM>
 
211
      <ITEM label="rotate">
 
212
        <SP>: rotation of a set of points</SP>
 
213
      </ITEM>
 
214
      <ITEM label="xsetech">
 
215
        <SP>: set the sub-window of a graphics window for plotting</SP>
 
216
      </ITEM>
 
217
      <ITEM label="subplot">
 
218
        <SP>: divide a graphics window into a matrix of sub-windows</SP>
 
219
      </ITEM>
 
220
      <ITEM label="xgetech">
 
221
        <SP>: get the current graphics scale</SP>
 
222
      </ITEM>
 
223
      <ITEM label="xchange">
 
224
        <SP>: transform real to pixel coordinates</SP>
 
225
      </ITEM>
 
226
    </ITEMIZE>
 
227
  </SECTION>
 
228
  <SECTION label="Colors">
 
229
    <ITEMIZE>
 
230
      <ITEM label="colormap">
 
231
        <SP>: using colormaps</SP>
 
232
      </ITEM>
 
233
      <ITEM label="getcolor">
 
234
        <SP>: dialog to select colors in the current colormap</SP>
 
235
      </ITEM>
 
236
      <ITEM label="addcolor">
 
237
        <SP>: add new colors to the current colormap</SP>
 
238
      </ITEM>
 
239
      <ITEM label="graycolormap">
 
240
        <SP>: linear gray colormap</SP>
 
241
      </ITEM>
 
242
      <ITEM label="hotcolormap">
 
243
        <SP>: red to yellow colormap</SP>
 
244
      </ITEM>
 
245
    </ITEMIZE>
 
246
  </SECTION>
 
247
  <SECTION label="Graphics context">
 
248
    <ITEMIZE>
 
249
      <ITEM label="xset">
 
250
        <SP>: set values of the graphics context</SP>
 
251
      </ITEM>
 
252
      <ITEM label="xget">
 
253
        <SP>: get current values of the graphics context</SP>
 
254
      </ITEM>
 
255
      <ITEM label="xlfont">
 
256
        <SP>: load a font in the graphics context or query loaded font</SP>
 
257
      </ITEM>
 
258
      <ITEM label="getsymbol">
 
259
        <SP>: dialog to select a symbol and its size</SP>
 
260
      </ITEM>
 
261
    </ITEMIZE>
 
262
  </SECTION>
 
263
  <SECTION label="Save and load">
 
264
    <ITEMIZE>
 
265
      <ITEM label="xsave">
 
266
        <SP>: save graphics into a file</SP>
 
267
      </ITEM>
 
268
      <ITEM label="xload">
 
269
        <SP>: load a saved graphics</SP>
 
270
      </ITEM>
 
271
      <ITEM label="xbasimp">
 
272
        <SP>: send graphics to a Postscript printer or in a file</SP>
 
273
      </ITEM>
 
274
      <ITEM label="xs2fig">
 
275
        <SP>: send graphics to a file in Xfig syntax</SP>
 
276
      </ITEM>
 
277
      <ITEM label="xs2gif">
 
278
        <SP>: send graphics to a file in Gif syntax</SP>
 
279
      </ITEM>
 
280
      <ITEM label="xs2ppm">
 
281
        <SP>: send graphics to a file in PPM syntax</SP>
 
282
      </ITEM>
 
283
    </ITEMIZE>
 
284
  </SECTION>
 
285
  <SECTION label="Graphics primitives">
 
286
    <ITEMIZE>
 
287
      <ITEM label="xbasc">
 
288
        <SP>: clear a graphics window and erase the associated recorded graphics</SP>
 
289
      </ITEM>
 
290
      <ITEM label="xclear">
 
291
        <SP>: clear a graphics window</SP>
 
292
      </ITEM>
 
293
      <ITEM label="driver">
 
294
        <SP>: select a graphics driver</SP>
 
295
      </ITEM>
 
296
      <ITEM label="xinit">
 
297
        <SP>: initialisation of a graphics driver</SP>
 
298
      </ITEM>
 
299
      <ITEM label="xend">
 
300
        <SP>: close a graphics session</SP>
 
301
      </ITEM>
 
302
      <ITEM label="xbasr">
 
303
        <SP>: redraw a graphics window</SP>
 
304
      </ITEM>
 
305
      <ITEM label="replot">
 
306
        <SP>: redraw the current graphics window with new boundaries</SP>
 
307
      </ITEM>
 
308
      <ITEM label="xpause">
 
309
        <SP>: suspend Scilab</SP>
 
310
      </ITEM>
 
311
      <ITEM label="xselect">
 
312
        <SP>: raise the current graphics window</SP>
 
313
      </ITEM>
 
314
      <ITEM label="xclea">
 
315
        <SP>: erase a rectangle</SP>
 
316
      </ITEM>
 
317
      <ITEM label="xclip">
 
318
        <SP>: set a clipping zone</SP>
 
319
      </ITEM>
 
320
      <ITEM label="xdel">
 
321
        <SP>: delete a graphics window</SP>
 
322
      </ITEM>
 
323
      <ITEM label="winsid">
 
324
        <SP>: return the list of graphics windows</SP>
 
325
      </ITEM>
 
326
      <ITEM label="xname">
 
327
        <SP>: change the name of the current graphics window</SP>
 
328
      </ITEM>
 
329
    </ITEMIZE>
 
330
  </SECTION>
 
331
  <SECTION label="Mouse position">
 
332
    <ITEMIZE>
 
333
      <ITEM label="xclick">
 
334
        <SP>: wait for a mouse click</SP>
 
335
      </ITEM>
 
336
      <ITEM label="locate">
 
337
        <SP>: mouse selection of a set of points</SP>
 
338
      </ITEM>
 
339
      <ITEM label="xgetmouse">
 
340
        <SP>: get the current position of the mouse</SP>
 
341
      </ITEM>
 
342
    </ITEMIZE>
 
343
  </SECTION>
 
344
  <SECTION label="Interactive editor">
 
345
    <ITEMIZE>
 
346
      <ITEM label="edit_curv">
 
347
        <SP>: interactive graphics curve editor</SP>
 
348
      </ITEM>
 
349
      <ITEM label="gr_menu">
 
350
        <SP>: simple interactives graphic editor</SP>
 
351
      </ITEM>
 
352
      <ITEM label="sd2sci">
 
353
        <SP>: gr_menu structure to scilab instruction convertor</SP>
 
354
      </ITEM>
 
355
    </ITEMIZE>
 
356
  </SECTION>
 
357
  <SECTION label="Graphics functions for automatic control">
 
358
    <ITEMIZE>
 
359
      <ITEM label="bode">
 
360
        <SP>: Bode plot</SP>
 
361
      </ITEM>
 
362
      <ITEM label="gainplot">
 
363
        <SP>: magnitude plot</SP>
 
364
      </ITEM>
 
365
      <ITEM label="nyquist">
 
366
        <SP>: Nyquist plot</SP>
 
367
      </ITEM>
 
368
      <ITEM label="m_circle">
 
369
        <SP>: M-circle plot</SP>
 
370
      </ITEM>
 
371
      <ITEM label="chart">
 
372
        <SP>: Nichols chart</SP>
 
373
      </ITEM>
 
374
      <ITEM label="black">
 
375
        <SP>: Black's diagram</SP>
 
376
      </ITEM>
 
377
      <ITEM label="evans">
 
378
        <SP>: Evans root locus</SP>
 
379
      </ITEM>
 
380
      <ITEM label="sgrid">
 
381
        <SP>: s-plane grid lines</SP>
 
382
      </ITEM>
 
383
      <ITEM label="plzr">
 
384
        <SP>: pole-zero plot</SP>
 
385
      </ITEM>
 
386
      <ITEM label="zgrid">
 
387
        <SP>: zgrid plot</SP>
 
388
      </ITEM>
 
389
    </ITEMIZE>
 
390
  </SECTION>
 
391
</MAN>