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

« back to all changes in this revision

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