~ubuntu-branches/ubuntu/warty/python-gnuplot/warty

« back to all changes in this revision

Viewing changes to doc/Gnuplot/gp_mac.py_GnuplotProcess.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2003-11-16 12:36:26 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20031116123626-1knq7mn30ta2q6ds
Tags: 1.7-3
Fix typo in README.Debian (closes: #219485).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
 
3
 
        <head>
4
 
        <title>Class: GnuplotProcess</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: GnuplotProcess</font>
17
 
            </th>
18
 
            <th align="right"><font color="#000000">Gnuplot/gp_mac.py</font></th>
19
 
        </tr>
20
 
        <tr>
21
 
        <td>
22
 
        <dl><dt><p><strong>Unsophisticated interface to a running gnuplot program.</strong><p>
23
 
</dt><dd><p>    See gp.GnuplotProcess for usage information.</p>
24
 
 
25
 
 
26
 
</dd></dl>
27
 
        
28
 
        <table border="0" cellpadding="5" cellspacing="0" width="100%%">
29
 
        
30
 
        <tr>
31
 
            <th bgcolor="#99ccff"
32
 
                rowspan="2"
33
 
                valign="top"
34
 
                align="left"
35
 
                width="20%"
36
 
                >
37
 
                <font color="#000000">
38
 
                  <a name="Methods">Methods</a>&nbsp;
39
 
                </font>
40
 
            </th>
41
 
            <th bgcolor="#99ccff"
42
 
                valign="top"
43
 
                align="left"
44
 
                >
45
 
                <font color="#000000">&nbsp;</font>
46
 
            </th>
47
 
        </tr>
48
 
        <tr>
49
 
        <td>
50
 
        
51
 
<a href="#__call__">__call__</a><br>
52
 
<a href="#__init__">__init__</a><br>
53
 
<a href="#flush">flush</a><br>
54
 
 
55
 
 
56
 
        <tr>
57
 
            <th bgcolor="#99ccff"
58
 
                rowspan="2"
59
 
                valign="top"
60
 
                align="left"
61
 
                width="20%"
62
 
                >
63
 
                <font color="#000000">
64
 
                  <a name="__call__"></a>&nbsp;
65
 
                </font>
66
 
            </th>
67
 
            <th bgcolor="#99ccff"
68
 
                valign="top"
69
 
                align="left"
70
 
                >
71
 
                <font color="#000000">__call__&nbsp;</font>
72
 
            </th>
73
 
        </tr>
74
 
        <tr>
75
 
        <td>
76
 
        <pre>
77
 
__call__ ( self,  s )
78
 
 
79
 
</pre><p>Send a command string to gnuplot, followed by newline.</p>
80
 
 
81
 
 
82
 
        <tr>
83
 
            <th bgcolor="#99ccff"
84
 
                rowspan="2"
85
 
                valign="top"
86
 
                align="left"
87
 
                width="20%"
88
 
                >
89
 
                <font color="#000000">
90
 
                  <a name="__init__"></a>&nbsp;
91
 
                </font>
92
 
            </th>
93
 
            <th bgcolor="#99ccff"
94
 
                valign="top"
95
 
                align="left"
96
 
                >
97
 
                <font color="#000000">__init__&nbsp;</font>
98
 
            </th>
99
 
        </tr>
100
 
        <tr>
101
 
        <td>
102
 
        <pre>
103
 
__init__ ( self,  persist=0 )
104
 
 
105
 
</pre><dl><dt><p><strong>Start a gnuplot process.</strong><p>
106
 
</dt><dd><p>        Create a <code>GnuplotProcess</code> object.  This starts a gnuplot
107
 
        program and prepares to write commands to it.</p>
108
 
 
109
 
<p>        Keyword arguments:</p>
110
 
<dl><dt>          <code>persist</code></dt><dd><p>the <code>-persist</code> option is not supported on the
111
 
                       Macintosh so this argument must be zero.</p>
112
 
 
113
 
</dd></dl>
114
 
 
115
 
 
116
 
</dd></dl>
117
 
 
118
 
        <tr>
119
 
            <th bgcolor="#99ccff"
120
 
                rowspan="2"
121
 
                valign="top"
122
 
                align="left"
123
 
                width="20%"
124
 
                >
125
 
                <font color="#000000">
126
 
                  <a name="flush"></a>&nbsp;
127
 
                </font>
128
 
            </th>
129
 
            <th bgcolor="#99ccff"
130
 
                valign="top"
131
 
                align="left"
132
 
                >
133
 
                <font color="#000000">flush&nbsp;</font>
134
 
            </th>
135
 
        </tr>
136
 
        <tr>
137
 
        <td>
138
 
        <pre>
139
 
flush ( self )
140
 
 
141
 
</pre><p>
142
 
<TABLE BORDER=1 CELLPADDING=2>
143
 
</TABLE></p>
144
 
 
145
 
</td></tr>
146
 
        </td>
147
 
        </tr>
148
 
        </table>
149
 
        
150
 
        </td>
151
 
        </tr>
152
 
        </table>
153
 
 
154
 
        <hr>
155
 
 
156
 
        <p><i><a href="../index.html">Table of Contents</a></i></p>
157
 
 
158
 
        <i>This document was automatically generated on Fri Jan 26 14:06:11 2001
159
 
        by <a href="http://happydoc.sourceforge.net">HappyDoc</a> version r0_9_2</i>
160
 
 
161
 
        </body>
162
 
        </html>
163
 
        
 
 
b'\\ No newline at end of file'