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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2002-04-11 08:52:48 UTC
  • Revision ID: james.westby@ubuntu.com-20020411085248-r5kbl460aa2g9kdb
Tags: upstream-1.5
ImportĀ upstreamĀ versionĀ 1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
 
 
3
        <head>
 
4
        <title>Class: gnuplot_Suite</title>
 
5
        </head>
 
6
 
 
7
        <body bgcolor="#ffffff">
 
8
 
 
9
        <p><i><a href="../index.html">Table of Contents</a></i></p>
 
10
        
 
11
        <table border="0" cellpadding="5" cellspacing="0" width="100%">
 
12
        <tr bgcolor="#88bbee">
 
13
            <th rowspan="2"
 
14
                valign="top"
 
15
                align="left"
 
16
                width="10%"><font color="#000000">Class: gnuplot_Suite</font>
 
17
            </th>
 
18
            <th align="right"><font color="#000000">Gnuplot/gnuplot_Suites.py</font></th>
 
19
        </tr>
 
20
        <tr>
 
21
        <td>
 
22
        <p>
 
23
<TABLE BORDER=1 CELLPADDING=2>
 
24
</TABLE></p>
 
25
 
 
26
        
 
27
        <table border="0" cellpadding="5" cellspacing="0" width="100%%">
 
28
        
 
29
        <tr>
 
30
            <th bgcolor="#99ccff"
 
31
                rowspan="2"
 
32
                valign="top"
 
33
                align="left"
 
34
                width="20%"
 
35
                >
 
36
                <font color="#000000">
 
37
                  <a name="Methods">Methods</a>&nbsp;
 
38
                </font>
 
39
            </th>
 
40
            <th bgcolor="#99ccff"
 
41
                valign="top"
 
42
                align="left"
 
43
                >
 
44
                <font color="#000000">&nbsp;</font>
 
45
            </th>
 
46
        </tr>
 
47
        <tr>
 
48
        <td>
 
49
        
 
50
<a href="#gnuexec">gnuexec</a><br>
 
51
<a href="#halt">halt</a><br>
 
52
<a href="#open_dialog">open_dialog</a><br>
 
53
<a href="#plot">plot</a><br>
 
54
<a href="#splot">splot</a><br>
 
55
 
 
56
 
 
57
        <tr>
 
58
            <th bgcolor="#99ccff"
 
59
                rowspan="2"
 
60
                valign="top"
 
61
                align="left"
 
62
                width="20%"
 
63
                >
 
64
                <font color="#000000">
 
65
                  <a name="gnuexec"></a>&nbsp;
 
66
                </font>
 
67
            </th>
 
68
            <th bgcolor="#99ccff"
 
69
                valign="top"
 
70
                align="left"
 
71
                >
 
72
                <font color="#000000">gnuexec&nbsp;</font>
 
73
            </th>
 
74
        </tr>
 
75
        <tr>
 
76
        <td>
 
77
        <pre>
 
78
gnuexec (
 
79
        self,
 
80
        _object=None,
 
81
        _attributes={},
 
82
        **_arguments,
 
83
        )
 
84
 
 
85
</pre><p>gnuexec: execute a gnuplot command
 
86
      Required argument: a gnuplot command
 
87
      Keyword argument with_client: client application
 
88
      Keyword argument with_creator: creator code for any output
 
89
      Keyword argument with_type: file type for any output
 
90
      Keyword argument _attributes: AppleEvent attribute dictionary
 
91
      Returns: what gnuplot said</p>
 
92
 
 
93
        
 
94
        <table border="0" cellpadding="5" cellspacing="0" width="100%%">
 
95
        
 
96
        <tr>
 
97
            <th bgcolor="#99ccff"
 
98
                rowspan="2"
 
99
                valign="top"
 
100
                align="left"
 
101
                width="20%"
 
102
                >
 
103
                <font color="#000000">
 
104
                  <a name="Exceptions">Exceptions</a>&nbsp;
 
105
                </font>
 
106
            </th>
 
107
            <th bgcolor="#99ccff"
 
108
                valign="top"
 
109
                align="left"
 
110
                >
 
111
                <font color="#000000">&nbsp;</font>
 
112
            </th>
 
113
        </tr>
 
114
        <tr>
 
115
        <td>
 
116
        
 
117
<pre>
 
118
aetools.Error
 
119
 
 
120
</pre>
 
121
 
 
122
        </td>
 
123
        </tr>
 
124
        </table>
 
125
        
 
126
        <tr>
 
127
            <th bgcolor="#99ccff"
 
128
                rowspan="2"
 
129
                valign="top"
 
130
                align="left"
 
131
                width="20%"
 
132
                >
 
133
                <font color="#000000">
 
134
                  <a name="halt"></a>&nbsp;
 
135
                </font>
 
136
            </th>
 
137
            <th bgcolor="#99ccff"
 
138
                valign="top"
 
139
                align="left"
 
140
                >
 
141
                <font color="#000000">halt&nbsp;</font>
 
142
            </th>
 
143
        </tr>
 
144
        <tr>
 
145
        <td>
 
146
        <pre>
 
147
halt (
 
148
        self,
 
149
        _no_object=None,
 
150
        _attributes={},
 
151
        **_arguments,
 
152
        )
 
153
 
 
154
</pre><p>halt: halt any processing
 
155
      Keyword argument _attributes: AppleEvent attribute dictionary</p>
 
156
 
 
157
        
 
158
        <table border="0" cellpadding="5" cellspacing="0" width="100%%">
 
159
        
 
160
        <tr>
 
161
            <th bgcolor="#99ccff"
 
162
                rowspan="2"
 
163
                valign="top"
 
164
                align="left"
 
165
                width="20%"
 
166
                >
 
167
                <font color="#000000">
 
168
                  <a name="Exceptions">Exceptions</a>&nbsp;
 
169
                </font>
 
170
            </th>
 
171
            <th bgcolor="#99ccff"
 
172
                valign="top"
 
173
                align="left"
 
174
                >
 
175
                <font color="#000000">&nbsp;</font>
 
176
            </th>
 
177
        </tr>
 
178
        <tr>
 
179
        <td>
 
180
        
 
181
<pre>
 
182
TypeError
 
183
aetools.Error
 
184
 
 
185
</pre>
 
186
 
 
187
        </td>
 
188
        </tr>
 
189
        </table>
 
190
        
 
191
        <tr>
 
192
            <th bgcolor="#99ccff"
 
193
                rowspan="2"
 
194
                valign="top"
 
195
                align="left"
 
196
                width="20%"
 
197
                >
 
198
                <font color="#000000">
 
199
                  <a name="open_dialog"></a>&nbsp;
 
200
                </font>
 
201
            </th>
 
202
            <th bgcolor="#99ccff"
 
203
                valign="top"
 
204
                align="left"
 
205
                >
 
206
                <font color="#000000">open_dialog&nbsp;</font>
 
207
            </th>
 
208
        </tr>
 
209
        <tr>
 
210
        <td>
 
211
        <pre>
 
212
open_dialog (
 
213
        self,
 
214
        _object=None,
 
215
        _attributes={},
 
216
        **_arguments,
 
217
        )
 
218
 
 
219
</pre><p>open dialog: open a gnuplot dialog
 
220
      Required argument: the dialog to open
 
221
      Keyword argument _attributes: AppleEvent attribute dictionary</p>
 
222
 
 
223
        
 
224
        <table border="0" cellpadding="5" cellspacing="0" width="100%%">
 
225
        
 
226
        <tr>
 
227
            <th bgcolor="#99ccff"
 
228
                rowspan="2"
 
229
                valign="top"
 
230
                align="left"
 
231
                width="20%"
 
232
                >
 
233
                <font color="#000000">
 
234
                  <a name="Exceptions">Exceptions</a>&nbsp;
 
235
                </font>
 
236
            </th>
 
237
            <th bgcolor="#99ccff"
 
238
                valign="top"
 
239
                align="left"
 
240
                >
 
241
                <font color="#000000">&nbsp;</font>
 
242
            </th>
 
243
        </tr>
 
244
        <tr>
 
245
        <td>
 
246
        
 
247
<pre>
 
248
TypeError
 
249
aetools.Error
 
250
 
 
251
</pre>
 
252
 
 
253
        </td>
 
254
        </tr>
 
255
        </table>
 
256
        
 
257
        <tr>
 
258
            <th bgcolor="#99ccff"
 
259
                rowspan="2"
 
260
                valign="top"
 
261
                align="left"
 
262
                width="20%"
 
263
                >
 
264
                <font color="#000000">
 
265
                  <a name="plot"></a>&nbsp;
 
266
                </font>
 
267
            </th>
 
268
            <th bgcolor="#99ccff"
 
269
                valign="top"
 
270
                align="left"
 
271
                >
 
272
                <font color="#000000">plot&nbsp;</font>
 
273
            </th>
 
274
        </tr>
 
275
        <tr>
 
276
        <td>
 
277
        <pre>
 
278
plot (
 
279
        self,
 
280
        _object=None,
 
281
        _attributes={},
 
282
        **_arguments,
 
283
        )
 
284
 
 
285
</pre><p>plot: do a 2d plot of files or data
 
286
      Required argument: the data to plot
 
287
      Keyword argument with: line style
 
288
      Keyword argument _attributes: AppleEvent attribute dictionary
 
289
      Returns: what gnuplot said</p>
 
290
 
 
291
        
 
292
        <table border="0" cellpadding="5" cellspacing="0" width="100%%">
 
293
        
 
294
        <tr>
 
295
            <th bgcolor="#99ccff"
 
296
                rowspan="2"
 
297
                valign="top"
 
298
                align="left"
 
299
                width="20%"
 
300
                >
 
301
                <font color="#000000">
 
302
                  <a name="Exceptions">Exceptions</a>&nbsp;
 
303
                </font>
 
304
            </th>
 
305
            <th bgcolor="#99ccff"
 
306
                valign="top"
 
307
                align="left"
 
308
                >
 
309
                <font color="#000000">&nbsp;</font>
 
310
            </th>
 
311
        </tr>
 
312
        <tr>
 
313
        <td>
 
314
        
 
315
<pre>
 
316
aetools.Error
 
317
 
 
318
</pre>
 
319
 
 
320
        </td>
 
321
        </tr>
 
322
        </table>
 
323
        
 
324
        <tr>
 
325
            <th bgcolor="#99ccff"
 
326
                rowspan="2"
 
327
                valign="top"
 
328
                align="left"
 
329
                width="20%"
 
330
                >
 
331
                <font color="#000000">
 
332
                  <a name="splot"></a>&nbsp;
 
333
                </font>
 
334
            </th>
 
335
            <th bgcolor="#99ccff"
 
336
                valign="top"
 
337
                align="left"
 
338
                >
 
339
                <font color="#000000">splot&nbsp;</font>
 
340
            </th>
 
341
        </tr>
 
342
        <tr>
 
343
        <td>
 
344
        <pre>
 
345
splot (
 
346
        self,
 
347
        _object=None,
 
348
        _attributes={},
 
349
        **_arguments,
 
350
        )
 
351
 
 
352
</pre><p>splot: do a 3d plot files or data
 
353
      Required argument: the data to plot
 
354
      Keyword argument with: line style
 
355
      Keyword argument _attributes: AppleEvent attribute dictionary
 
356
      Returns: what gnuplot said</p>
 
357
 
 
358
        
 
359
        <table border="0" cellpadding="5" cellspacing="0" width="100%%">
 
360
        
 
361
        <tr>
 
362
            <th bgcolor="#99ccff"
 
363
                rowspan="2"
 
364
                valign="top"
 
365
                align="left"
 
366
                width="20%"
 
367
                >
 
368
                <font color="#000000">
 
369
                  <a name="Exceptions">Exceptions</a>&nbsp;
 
370
                </font>
 
371
            </th>
 
372
            <th bgcolor="#99ccff"
 
373
                valign="top"
 
374
                align="left"
 
375
                >
 
376
                <font color="#000000">&nbsp;</font>
 
377
            </th>
 
378
        </tr>
 
379
        <tr>
 
380
        <td>
 
381
        
 
382
<pre>
 
383
aetools.Error
 
384
 
 
385
</pre>
 
386
 
 
387
        </td>
 
388
        </tr>
 
389
        </table>
 
390
        </td></tr>
 
391
        </td>
 
392
        </tr>
 
393
        </table>
 
394
        
 
395
        </td>
 
396
        </tr>
 
397
        </table>
 
398
 
 
399
        <hr>
 
400
 
 
401
        <p><i><a href="../index.html">Table of Contents</a></i></p>
 
402
 
 
403
        <i>This document was automatically generated on Fri Jan 26 14:06:11 2001
 
404
        by <a href="http://happydoc.sourceforge.net">HappyDoc</a> version r0_9_2</i>
 
405
 
 
406
        </body>
 
407
        </html>
 
408
        
 
 
b'\\ No newline at end of file'