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

« back to all changes in this revision

Viewing changes to doc/_Gnuplot.py__GnuplotFile.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: _GnuplotFile</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: _GnuplotFile</font>
17
 
            </th>
18
 
            <th align="right"><font color="#000000">./_Gnuplot.py</font></th>
19
 
        </tr>
20
 
        <tr>
21
 
        <td>
22
 
        <dl><dt><p><strong>A file to which gnuplot commands can be written.</strong><p>
23
 
</dt><dd><p>    Sometimes it is convenient to write gnuplot commands to a command
24
 
    file for later evaluation.  In that case, one of these objects is
25
 
    used as a mock gnuplot process.  Note that temporary files may be
26
 
    deleted before you have time to execute the file!</p>
27
 
 
28
 
<p>    Members:</p>
29
 
<dl><dt>        <code>gnuplot</code></dt><dd><p>the file object gathering the commands.</p>
30
 
 
31
 
</dd></dl>
32
 
 
33
 
<p>    Methods:</p>
34
 
<dl><dt>        <code>__init__</code></dt><dd><p>open the file.</p>
35
 
 
36
 
</dd>
37
 
<dt>        <code>__call__</code></dt><dd><p>write a gnuplot command to the file, followed by a
38
 
            newline.</p>
39
 
 
40
 
</dd>
41
 
<dt>        <code>write</code></dt><dd><p>write an arbitrary string to the file.</p>
42
 
 
43
 
</dd>
44
 
<dt>        <code>flush</code></dt><dd><p>cause pending output to be written immediately.</p>
45
 
 
46
 
</dd></dl>
47
 
 
48
 
 
49
 
</dd></dl>
50
 
        
51
 
        <table border="0" cellpadding="5" cellspacing="0" width="100%%">
52
 
        
53
 
        <tr>
54
 
            <th bgcolor="#99ccff"
55
 
                rowspan="2"
56
 
                valign="top"
57
 
                align="left"
58
 
                width="20%"
59
 
                >
60
 
                <font color="#000000">
61
 
                  <a name="Methods">Methods</a>&nbsp;
62
 
                </font>
63
 
            </th>
64
 
            <th bgcolor="#99ccff"
65
 
                valign="top"
66
 
                align="left"
67
 
                >
68
 
                <font color="#000000">&nbsp;</font>
69
 
            </th>
70
 
        </tr>
71
 
        <tr>
72
 
        <td>
73
 
        
74
 
<a href="#__call__">__call__</a><br>
75
 
<a href="#__init__">__init__</a><br>
76
 
 
77
 
 
78
 
        <tr>
79
 
            <th bgcolor="#99ccff"
80
 
                rowspan="2"
81
 
                valign="top"
82
 
                align="left"
83
 
                width="20%"
84
 
                >
85
 
                <font color="#000000">
86
 
                  <a name="__call__"></a>&nbsp;
87
 
                </font>
88
 
            </th>
89
 
            <th bgcolor="#99ccff"
90
 
                valign="top"
91
 
                align="left"
92
 
                >
93
 
                <font color="#000000">__call__&nbsp;</font>
94
 
            </th>
95
 
        </tr>
96
 
        <tr>
97
 
        <td>
98
 
        <pre>
99
 
__call__ ( self,  s )
100
 
 
101
 
</pre><p>Write a command string to the file, followed by newline.</p>
102
 
 
103
 
 
104
 
        <tr>
105
 
            <th bgcolor="#99ccff"
106
 
                rowspan="2"
107
 
                valign="top"
108
 
                align="left"
109
 
                width="20%"
110
 
                >
111
 
                <font color="#000000">
112
 
                  <a name="__init__"></a>&nbsp;
113
 
                </font>
114
 
            </th>
115
 
            <th bgcolor="#99ccff"
116
 
                valign="top"
117
 
                align="left"
118
 
                >
119
 
                <font color="#000000">__init__&nbsp;</font>
120
 
            </th>
121
 
        </tr>
122
 
        <tr>
123
 
        <td>
124
 
        <pre>
125
 
__init__ ( self,  filename )
126
 
 
127
 
</pre><p>Open the file for writing.</p>
128
 
 
129
 
</td></tr>
130
 
        </td>
131
 
        </tr>
132
 
        </table>
133
 
        
134
 
        </td>
135
 
        </tr>
136
 
        </table>
137
 
 
138
 
        <hr>
139
 
 
140
 
        <p><i><a href="index.html">Table of Contents</a></i></p>
141
 
 
142
 
        <i>This document was automatically generated on Fri Jan 26 13:13:18 2001
143
 
        by <a href="http://happydoc.sourceforge.net">HappyDoc</a> version r0_9_2</i>
144
 
 
145
 
        </body>
146
 
        </html>
147
 
        
 
 
b'\\ No newline at end of file'