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

« back to all changes in this revision

Viewing changes to doc/PlotItems.py_AnyFile.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: AnyFile</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: AnyFile</font>
17
 
            </th>
18
 
            <th align="right"><font color="#000000">./PlotItems.py</font></th>
19
 
        </tr>
20
 
        <tr>
21
 
        <td>
22
 
        <dl><dt><p><strong>Representation of any kind of file to be used by gnuplot.</strong><p>
23
 
</dt><dd><p>    An AnyFile represents a file, but presumably one that holds data
24
 
    in a format readable by gnuplot.  This class simply remembers the
25
 
    filename; the existence and format of the file are not checked
26
 
    whatsoever.  If no filename is specfied, a random one is created.
27
 
    Note that this is not a <code>PlotItem</code>, though it is used by the <code>File</code>
28
 
    <code>PlotItem</code>.</p>
29
 
 
30
 
<p>    Members:</p>
31
 
<dl><dt>        <code>self.filename</code></dt><dd><p>the filename of the file</p>
32
 
 
33
 
</dd></dl>
34
 
 
35
 
 
36
 
</dd></dl>
37
 
        
38
 
        <table border="0" cellpadding="5" cellspacing="0" width="100%%">
39
 
        
40
 
        <tr>
41
 
            <th bgcolor="#99ccff"
42
 
                rowspan="2"
43
 
                valign="top"
44
 
                align="left"
45
 
                width="20%"
46
 
                >
47
 
                <font color="#000000">
48
 
                  <a name="Methods">Methods</a>&nbsp;
49
 
                </font>
50
 
            </th>
51
 
            <th bgcolor="#99ccff"
52
 
                valign="top"
53
 
                align="left"
54
 
                >
55
 
                <font color="#000000">&nbsp;</font>
56
 
            </th>
57
 
        </tr>
58
 
        <tr>
59
 
        <td>
60
 
        
61
 
<a href="#__init__">__init__</a><br>
62
 
 
63
 
 
64
 
        <tr>
65
 
            <th bgcolor="#99ccff"
66
 
                rowspan="2"
67
 
                valign="top"
68
 
                align="left"
69
 
                width="20%"
70
 
                >
71
 
                <font color="#000000">
72
 
                  <a name="__init__"></a>&nbsp;
73
 
                </font>
74
 
            </th>
75
 
            <th bgcolor="#99ccff"
76
 
                valign="top"
77
 
                align="left"
78
 
                >
79
 
                <font color="#000000">__init__&nbsp;</font>
80
 
            </th>
81
 
        </tr>
82
 
        <tr>
83
 
        <td>
84
 
        <pre>
85
 
__init__ ( self,  filename=None )
86
 
 
87
 
</pre><dl><dt><p><strong>Make an <code>AnyFile</code> referencing the file with name <filename>.</strong><p>
88
 
</dt><dd><p>        If <filename> is not specified, choose a random filename (but
89
 
        do not create the file).</p>
90
 
 
91
 
 
92
 
</dd></dl>
93
 
</td></tr>
94
 
        </td>
95
 
        </tr>
96
 
        </table>
97
 
        
98
 
        </td>
99
 
        </tr>
100
 
        </table>
101
 
 
102
 
        <hr>
103
 
 
104
 
        <p><i><a href="index.html">Table of Contents</a></i></p>
105
 
 
106
 
        <i>This document was automatically generated on Fri Jan 26 13:13:18 2001
107
 
        by <a href="http://happydoc.sourceforge.net">HappyDoc</a> version r0_9_2</i>
108
 
 
109
 
        </body>
110
 
        </html>
111
 
        
 
 
b'\\ No newline at end of file'