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

« back to all changes in this revision

Viewing changes to doc/Gnuplot/_Gnuplot/_GnuplotFile.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2003-11-16 12:36:26 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20031116123626-ie6eh7rh5iiju7pl
Tags: upstream-1.7
ImportĀ upstreamĀ versionĀ 1.7

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