~ubuntu-branches/ubuntu/trusty/python-gnuplot/trusty

« back to all changes in this revision

Viewing changes to doc/Gnuplot/gnuplot_Suites/Standard_Suite.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-01-23 00:42:37 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050123004237-0rfjkhe4ii7ky637
Tags: 1.7-5
Fix mouse control in generated plot windows (closes: #291294).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 
2
          "http://www.w3.org/TR/html40/loose.dtd">
 
3
 
 
4
<html>
 
5
         
 
6
  <head>
 
7
    <title>Class: Standard_Suite</title>
 
8
  </head>
 
9
 
 
10
  <body bgcolor="#ffffff">
 
11
 
 
12
        <p><i><a href="../../index.html">Table of Contents</a></i></p>
 
13
        
 
14
        <table border="0" cellpadding="5" cellspacing="0" width="100%">
 
15
        <tr>
 
16
            <th rowspan="2"
 
17
                valign="top"
 
18
                align="left"
 
19
                width="10%"
 
20
                bgcolor="#88bbee"><font color="#000000">Class: Standard_Suite</font>
 
21
            </th>
 
22
            <th bgcolor="#88bbee"
 
23
                width="90%"
 
24
                align="right"><font color="#000000">Gnuplot/gnuplot_Suites.py</font>
 
25
            </th>
 
26
        </tr>
 
27
        <tr>
 
28
        <td>
 
29
        
 
30
<table border="0" cellpadding="5" cellspacing="0" width="100%">
 
31
 
 
32
        <tr>
 
33
            <th bgcolor="#99ccff"
 
34
                rowspan="2"
 
35
                valign="top"
 
36
                align="left"
 
37
                width="20%"
 
38
                >
 
39
                <font color="#000000">
 
40
                  <a name="Methods">Methods</a>&nbsp;
 
41
                </font>
 
42
            </th>
 
43
            <th bgcolor="#99ccff"
 
44
                valign="top"
 
45
                align="left"
 
46
                width="80%"
 
47
                >
 
48
                <font color="#000000">&nbsp;</font>
 
49
            </th>
 
50
        </tr>
 
51
        <tr>
 
52
        <td>
 
53
        
 
54
<a href="#_print">_print</a><br>
 
55
<a href="#close">close</a><br>
 
56
<a href="#data_size">data_size</a><br>
 
57
<a href="#get">get</a><br>
 
58
<a href="#make">make</a><br>
 
59
<a href="#open">open</a><br>
 
60
<a href="#save">save</a><br>
 
61
<a href="#set">set</a><br>
 
62
 
 
63
 
 
64
        <tr>
 
65
            <th bgcolor="#99ccff"
 
66
                rowspan="2"
 
67
                valign="top"
 
68
                align="left"
 
69
                width="20%"
 
70
                >
 
71
                <font color="#000000">
 
72
                  <a name="_print"></a>&nbsp;
 
73
                </font>
 
74
            </th>
 
75
            <th bgcolor="#99ccff"
 
76
                valign="top"
 
77
                align="left"
 
78
                width="80%"
 
79
                >
 
80
                <font color="#000000">_print&nbsp;</font>
 
81
            </th>
 
82
        </tr>
 
83
        <tr>
 
84
        <td>
 
85
        <font color="#000088"><pre>
 
86
_print (
 
87
        self,
 
88
        _object,
 
89
        _attributes={},
 
90
        **_arguments,
 
91
        )
 
92
 
 
93
</pre></font>
 
94
 
 
95
<p>print: Print the specified object(s)
 
96
        Required argument: Objects to print. Can be a list of files or an object specifier.
 
97
        Keyword argument _attributes: AppleEvent attribute dictionary</p>
 
98
<table border="0" cellpadding="5" cellspacing="0" width="100%">
 
99
 
 
100
        <tr>
 
101
            <th bgcolor="#99ccff"
 
102
                rowspan="2"
 
103
                valign="top"
 
104
                align="left"
 
105
                width="20%"
 
106
                >
 
107
                <font color="#000000">
 
108
                  <a name="Exceptions">Exceptions</a>&nbsp;
 
109
                </font>
 
110
            </th>
 
111
            <th bgcolor="#99ccff"
 
112
                valign="top"
 
113
                align="left"
 
114
                width="80%"
 
115
                >
 
116
                <font color="#000000">&nbsp;</font>
 
117
            </th>
 
118
        </tr>
 
119
        <tr>
 
120
        <td>
 
121
        
 
122
TypeError, 'No optional args expected'<br>
 
123
aetools.Error, aetools.decodeerror( _arguments )<br>
 
124
 
 
125
</td></tr>
 
126
</table>
 
127
 
 
128
        <tr>
 
129
            <th bgcolor="#99ccff"
 
130
                rowspan="2"
 
131
                valign="top"
 
132
                align="left"
 
133
                width="20%"
 
134
                >
 
135
                <font color="#000000">
 
136
                  <a name="close"></a>&nbsp;
 
137
                </font>
 
138
            </th>
 
139
            <th bgcolor="#99ccff"
 
140
                valign="top"
 
141
                align="left"
 
142
                width="80%"
 
143
                >
 
144
                <font color="#000000">close&nbsp;</font>
 
145
            </th>
 
146
        </tr>
 
147
        <tr>
 
148
        <td>
 
149
        <font color="#000088"><pre>
 
150
close (
 
151
        self,
 
152
        _object,
 
153
        _attributes={},
 
154
        **_arguments,
 
155
        )
 
156
 
 
157
</pre></font>
 
158
 
 
159
<p>close: Close an object
 
160
        Required argument: the objects to close
 
161
        Keyword argument saving: specifies whether or not changes should be saved before closing
 
162
        Keyword argument _in: the file in which to save the object
 
163
        Keyword argument _attributes: AppleEvent attribute dictionary</p>
 
164
<table border="0" cellpadding="5" cellspacing="0" width="100%">
 
165
 
 
166
        <tr>
 
167
            <th bgcolor="#99ccff"
 
168
                rowspan="2"
 
169
                valign="top"
 
170
                align="left"
 
171
                width="20%"
 
172
                >
 
173
                <font color="#000000">
 
174
                  <a name="Exceptions">Exceptions</a>&nbsp;
 
175
                </font>
 
176
            </th>
 
177
            <th bgcolor="#99ccff"
 
178
                valign="top"
 
179
                align="left"
 
180
                width="80%"
 
181
                >
 
182
                <font color="#000000">&nbsp;</font>
 
183
            </th>
 
184
        </tr>
 
185
        <tr>
 
186
        <td>
 
187
        
 
188
aetools.Error, aetools.decodeerror( _arguments )<br>
 
189
 
 
190
</td></tr>
 
191
</table>
 
192
 
 
193
        <tr>
 
194
            <th bgcolor="#99ccff"
 
195
                rowspan="2"
 
196
                valign="top"
 
197
                align="left"
 
198
                width="20%"
 
199
                >
 
200
                <font color="#000000">
 
201
                  <a name="data_size"></a>&nbsp;
 
202
                </font>
 
203
            </th>
 
204
            <th bgcolor="#99ccff"
 
205
                valign="top"
 
206
                align="left"
 
207
                width="80%"
 
208
                >
 
209
                <font color="#000000">data_size&nbsp;</font>
 
210
            </th>
 
211
        </tr>
 
212
        <tr>
 
213
        <td>
 
214
        <font color="#000088"><pre>
 
215
data_size (
 
216
        self,
 
217
        _object,
 
218
        _attributes={},
 
219
        **_arguments,
 
220
        )
 
221
 
 
222
</pre></font>
 
223
 
 
224
<p>data size: Return the size in bytes of an object
 
225
        Required argument: the object whose data size is to be returned
 
226
        Keyword argument _attributes: AppleEvent attribute dictionary
 
227
        Returns: the size of the object in bytes</p>
 
228
<table border="0" cellpadding="5" cellspacing="0" width="100%">
 
229
 
 
230
        <tr>
 
231
            <th bgcolor="#99ccff"
 
232
                rowspan="2"
 
233
                valign="top"
 
234
                align="left"
 
235
                width="20%"
 
236
                >
 
237
                <font color="#000000">
 
238
                  <a name="Exceptions">Exceptions</a>&nbsp;
 
239
                </font>
 
240
            </th>
 
241
            <th bgcolor="#99ccff"
 
242
                valign="top"
 
243
                align="left"
 
244
                width="80%"
 
245
                >
 
246
                <font color="#000000">&nbsp;</font>
 
247
            </th>
 
248
        </tr>
 
249
        <tr>
 
250
        <td>
 
251
        
 
252
TypeError, 'No optional args expected'<br>
 
253
aetools.Error, aetools.decodeerror( _arguments )<br>
 
254
 
 
255
</td></tr>
 
256
</table>
 
257
 
 
258
        <tr>
 
259
            <th bgcolor="#99ccff"
 
260
                rowspan="2"
 
261
                valign="top"
 
262
                align="left"
 
263
                width="20%"
 
264
                >
 
265
                <font color="#000000">
 
266
                  <a name="get"></a>&nbsp;
 
267
                </font>
 
268
            </th>
 
269
            <th bgcolor="#99ccff"
 
270
                valign="top"
 
271
                align="left"
 
272
                width="80%"
 
273
                >
 
274
                <font color="#000000">get&nbsp;</font>
 
275
            </th>
 
276
        </tr>
 
277
        <tr>
 
278
        <td>
 
279
        <font color="#000088"><pre>
 
280
get (
 
281
        self,
 
282
        _object,
 
283
        _attributes={},
 
284
        **_arguments,
 
285
        )
 
286
 
 
287
</pre></font>
 
288
 
 
289
<p>get: Get the data for an object
 
290
        Required argument: the object whose data is to be returned
 
291
        Keyword argument _attributes: AppleEvent attribute dictionary
 
292
        Returns: The data from the object</p>
 
293
<table border="0" cellpadding="5" cellspacing="0" width="100%">
 
294
 
 
295
        <tr>
 
296
            <th bgcolor="#99ccff"
 
297
                rowspan="2"
 
298
                valign="top"
 
299
                align="left"
 
300
                width="20%"
 
301
                >
 
302
                <font color="#000000">
 
303
                  <a name="Exceptions">Exceptions</a>&nbsp;
 
304
                </font>
 
305
            </th>
 
306
            <th bgcolor="#99ccff"
 
307
                valign="top"
 
308
                align="left"
 
309
                width="80%"
 
310
                >
 
311
                <font color="#000000">&nbsp;</font>
 
312
            </th>
 
313
        </tr>
 
314
        <tr>
 
315
        <td>
 
316
        
 
317
TypeError, 'No optional args expected'<br>
 
318
aetools.Error, aetools.decodeerror( _arguments )<br>
 
319
 
 
320
</td></tr>
 
321
</table>
 
322
 
 
323
        <tr>
 
324
            <th bgcolor="#99ccff"
 
325
                rowspan="2"
 
326
                valign="top"
 
327
                align="left"
 
328
                width="20%"
 
329
                >
 
330
                <font color="#000000">
 
331
                  <a name="make"></a>&nbsp;
 
332
                </font>
 
333
            </th>
 
334
            <th bgcolor="#99ccff"
 
335
                valign="top"
 
336
                align="left"
 
337
                width="80%"
 
338
                >
 
339
                <font color="#000000">make&nbsp;</font>
 
340
            </th>
 
341
        </tr>
 
342
        <tr>
 
343
        <td>
 
344
        <font color="#000088"><pre>
 
345
make (
 
346
        self,
 
347
        _no_object=None,
 
348
        _attributes={},
 
349
        **_arguments,
 
350
        )
 
351
 
 
352
</pre></font>
 
353
 
 
354
<p>make: Make a new element
 
355
        Keyword argument new: the class of the new element
 
356
        Keyword argument at: the location at which to insert the element
 
357
        Keyword argument with_data: the initial data for the element
 
358
        Keyword argument with_properties: the initial values for the properties of the element
 
359
        Keyword argument _attributes: AppleEvent attribute dictionary
 
360
        Returns: Object specifier for the new element</p>
 
361
<table border="0" cellpadding="5" cellspacing="0" width="100%">
 
362
 
 
363
        <tr>
 
364
            <th bgcolor="#99ccff"
 
365
                rowspan="2"
 
366
                valign="top"
 
367
                align="left"
 
368
                width="20%"
 
369
                >
 
370
                <font color="#000000">
 
371
                  <a name="Exceptions">Exceptions</a>&nbsp;
 
372
                </font>
 
373
            </th>
 
374
            <th bgcolor="#99ccff"
 
375
                valign="top"
 
376
                align="left"
 
377
                width="80%"
 
378
                >
 
379
                <font color="#000000">&nbsp;</font>
 
380
            </th>
 
381
        </tr>
 
382
        <tr>
 
383
        <td>
 
384
        
 
385
TypeError, 'No direct arg expected'<br>
 
386
aetools.Error, aetools.decodeerror( _arguments )<br>
 
387
 
 
388
</td></tr>
 
389
</table>
 
390
 
 
391
        <tr>
 
392
            <th bgcolor="#99ccff"
 
393
                rowspan="2"
 
394
                valign="top"
 
395
                align="left"
 
396
                width="20%"
 
397
                >
 
398
                <font color="#000000">
 
399
                  <a name="open"></a>&nbsp;
 
400
                </font>
 
401
            </th>
 
402
            <th bgcolor="#99ccff"
 
403
                valign="top"
 
404
                align="left"
 
405
                width="80%"
 
406
                >
 
407
                <font color="#000000">open&nbsp;</font>
 
408
            </th>
 
409
        </tr>
 
410
        <tr>
 
411
        <td>
 
412
        <font color="#000088"><pre>
 
413
open (
 
414
        self,
 
415
        _object,
 
416
        _attributes={},
 
417
        **_arguments,
 
418
        )
 
419
 
 
420
</pre></font>
 
421
 
 
422
<p>open: Open the specified object(s)
 
423
        Required argument: Objects to open. Can be a list of files or an object specifier.
 
424
        Keyword argument _attributes: AppleEvent attribute dictionary</p>
 
425
<table border="0" cellpadding="5" cellspacing="0" width="100%">
 
426
 
 
427
        <tr>
 
428
            <th bgcolor="#99ccff"
 
429
                rowspan="2"
 
430
                valign="top"
 
431
                align="left"
 
432
                width="20%"
 
433
                >
 
434
                <font color="#000000">
 
435
                  <a name="Exceptions">Exceptions</a>&nbsp;
 
436
                </font>
 
437
            </th>
 
438
            <th bgcolor="#99ccff"
 
439
                valign="top"
 
440
                align="left"
 
441
                width="80%"
 
442
                >
 
443
                <font color="#000000">&nbsp;</font>
 
444
            </th>
 
445
        </tr>
 
446
        <tr>
 
447
        <td>
 
448
        
 
449
TypeError, 'No optional args expected'<br>
 
450
aetools.Error, aetools.decodeerror( _arguments )<br>
 
451
 
 
452
</td></tr>
 
453
</table>
 
454
 
 
455
        <tr>
 
456
            <th bgcolor="#99ccff"
 
457
                rowspan="2"
 
458
                valign="top"
 
459
                align="left"
 
460
                width="20%"
 
461
                >
 
462
                <font color="#000000">
 
463
                  <a name="save"></a>&nbsp;
 
464
                </font>
 
465
            </th>
 
466
            <th bgcolor="#99ccff"
 
467
                valign="top"
 
468
                align="left"
 
469
                width="80%"
 
470
                >
 
471
                <font color="#000000">save&nbsp;</font>
 
472
            </th>
 
473
        </tr>
 
474
        <tr>
 
475
        <td>
 
476
        <font color="#000088"><pre>
 
477
save (
 
478
        self,
 
479
        _object,
 
480
        _attributes={},
 
481
        **_arguments,
 
482
        )
 
483
 
 
484
</pre></font>
 
485
 
 
486
<p>save: save a set of objects
 
487
        Required argument: Objects to save.
 
488
        Keyword argument _in: the file in which to save the object(s)
 
489
        Keyword argument as: the file type of the document in which to save the data
 
490
        Keyword argument _attributes: AppleEvent attribute dictionary</p>
 
491
<table border="0" cellpadding="5" cellspacing="0" width="100%">
 
492
 
 
493
        <tr>
 
494
            <th bgcolor="#99ccff"
 
495
                rowspan="2"
 
496
                valign="top"
 
497
                align="left"
 
498
                width="20%"
 
499
                >
 
500
                <font color="#000000">
 
501
                  <a name="Exceptions">Exceptions</a>&nbsp;
 
502
                </font>
 
503
            </th>
 
504
            <th bgcolor="#99ccff"
 
505
                valign="top"
 
506
                align="left"
 
507
                width="80%"
 
508
                >
 
509
                <font color="#000000">&nbsp;</font>
 
510
            </th>
 
511
        </tr>
 
512
        <tr>
 
513
        <td>
 
514
        
 
515
aetools.Error, aetools.decodeerror( _arguments )<br>
 
516
 
 
517
</td></tr>
 
518
</table>
 
519
 
 
520
        <tr>
 
521
            <th bgcolor="#99ccff"
 
522
                rowspan="2"
 
523
                valign="top"
 
524
                align="left"
 
525
                width="20%"
 
526
                >
 
527
                <font color="#000000">
 
528
                  <a name="set"></a>&nbsp;
 
529
                </font>
 
530
            </th>
 
531
            <th bgcolor="#99ccff"
 
532
                valign="top"
 
533
                align="left"
 
534
                width="80%"
 
535
                >
 
536
                <font color="#000000">set&nbsp;</font>
 
537
            </th>
 
538
        </tr>
 
539
        <tr>
 
540
        <td>
 
541
        <font color="#000088"><pre>
 
542
set (
 
543
        self,
 
544
        _object,
 
545
        _attributes={},
 
546
        **_arguments,
 
547
        )
 
548
 
 
549
</pre></font>
 
550
 
 
551
<p>set: Set an object�s data
 
552
        Required argument: the object to change
 
553
        Keyword argument to: the new value
 
554
        Keyword argument _attributes: AppleEvent attribute dictionary</p>
 
555
<table border="0" cellpadding="5" cellspacing="0" width="100%">
 
556
 
 
557
        <tr>
 
558
            <th bgcolor="#99ccff"
 
559
                rowspan="2"
 
560
                valign="top"
 
561
                align="left"
 
562
                width="20%"
 
563
                >
 
564
                <font color="#000000">
 
565
                  <a name="Exceptions">Exceptions</a>&nbsp;
 
566
                </font>
 
567
            </th>
 
568
            <th bgcolor="#99ccff"
 
569
                valign="top"
 
570
                align="left"
 
571
                width="80%"
 
572
                >
 
573
                <font color="#000000">&nbsp;</font>
 
574
            </th>
 
575
        </tr>
 
576
        <tr>
 
577
        <td>
 
578
        
 
579
aetools.Error, aetools.decodeerror( _arguments )<br>
 
580
 
 
581
</td></tr>
 
582
</table>
 
583
</td></tr>
 
584
</td></tr>
 
585
</table>
 
586
 
 
587
        </td>
 
588
        </tr>
 
589
        </table>
 
590
 
 
591
        <hr>
 
592
 
 
593
        <p><i><a href="../../index.html">Table of Contents</a></i></p>
 
594
 
 
595
        <font size="-2"><i>This document was automatically generated
 
596
        on Sun Oct 19 17:10:22 2003 by
 
597
        <a href="http://happydoc.sourceforge.net">HappyDoc</a> version
 
598
        2.1</i></font>
 
599
        
 
600
        </body>
 
601
        </html>
 
602
        
 
 
b'\\ No newline at end of file'