~ubuntu-branches/ubuntu/dapper/python-gnuplot/dapper

« back to all changes in this revision

Viewing changes to doc/Gnuplot/gp_win32.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_win32.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_unix.py 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
 
 
54
 
 
55
 
        <tr>
56
 
            <th bgcolor="#99ccff"
57
 
                rowspan="2"
58
 
                valign="top"
59
 
                align="left"
60
 
                width="20%"
61
 
                >
62
 
                <font color="#000000">
63
 
                  <a name="__call__"></a>&nbsp;
64
 
                </font>
65
 
            </th>
66
 
            <th bgcolor="#99ccff"
67
 
                valign="top"
68
 
                align="left"
69
 
                >
70
 
                <font color="#000000">__call__&nbsp;</font>
71
 
            </th>
72
 
        </tr>
73
 
        <tr>
74
 
        <td>
75
 
        <pre>
76
 
__call__ ( self,  s )
77
 
 
78
 
</pre><p>Send a command string to gnuplot, followed by newline.</p>
79
 
 
80
 
 
81
 
        <tr>
82
 
            <th bgcolor="#99ccff"
83
 
                rowspan="2"
84
 
                valign="top"
85
 
                align="left"
86
 
                width="20%"
87
 
                >
88
 
                <font color="#000000">
89
 
                  <a name="__init__"></a>&nbsp;
90
 
                </font>
91
 
            </th>
92
 
            <th bgcolor="#99ccff"
93
 
                valign="top"
94
 
                align="left"
95
 
                >
96
 
                <font color="#000000">__init__&nbsp;</font>
97
 
            </th>
98
 
        </tr>
99
 
        <tr>
100
 
        <td>
101
 
        <pre>
102
 
__init__ ( self,  persist=0 )
103
 
 
104
 
</pre><dl><dt><p><strong>Start a gnuplot process.</strong><p>
105
 
</dt><dd><p>        Create a <code>GnuplotProcess</code> object.  This starts a gnuplot
106
 
        program and prepares to write commands to it.</p>
107
 
 
108
 
<p>        Keyword arguments:</p>
109
 
<dl><dt>            <code>persist</code></dt><dd><p>the <code>-persist</code> option is not supported under
110
 
                Windows so this argument must be zero.</p>
111
 
 
112
 
</dd></dl>
113
 
 
114
 
 
115
 
</dd></dl>
116
 
</td></tr>
117
 
        </td>
118
 
        </tr>
119
 
        </table>
120
 
        
121
 
        </td>
122
 
        </tr>
123
 
        </table>
124
 
 
125
 
        <hr>
126
 
 
127
 
        <p><i><a href="../index.html">Table of Contents</a></i></p>
128
 
 
129
 
        <i>This document was automatically generated on Fri Jan 26 14:06:11 2001
130
 
        by <a href="http://happydoc.sourceforge.net">HappyDoc</a> version r0_9_2</i>
131
 
 
132
 
        </body>
133
 
        </html>
134
 
        
 
 
b'\\ No newline at end of file'