~ubuntu-branches/ubuntu/trusty/python-gnuplot/trusty

« back to all changes in this revision

Viewing changes to doc/Gnuplot/PlotItems.py_ArrayFile.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-01-23 00:42:37 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050123004237-0rfjkhe4ii7ky637
Tags: 1.7-5
Fix mouse control in generated plot windows (closes: #291294).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
 
3
 
        <head>
4
 
        <title>Class: ArrayFile</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: ArrayFile</font>
17
 
            </th>
18
 
            <th align="right"><font color="#000000">Gnuplot/PlotItems.py</font></th>
19
 
        </tr>
20
 
        <tr>
21
 
        <td>
22
 
        <dl><dt><p><strong>A file to which, upon creation, an array is written.</strong><p>
23
 
</dt><dd><p>    When an ArrayFile is constructed, it creates a file and fills it
24
 
    with the contents of a 2-d or 3-d Numeric array in the format
25
 
    expected by gnuplot (see <code>write_array()</code> for details).  The
26
 
    filename can be specified, otherwise a random filename is chosen.
27
 
    The file is NOT deleted automatically.</p>
28
 
 
29
 
 
30
 
</dd></dl>
31
 
        
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="Base Classes">Base Classes</a>&nbsp;
43
 
                </font>
44
 
            </th>
45
 
            <th bgcolor="#99ccff"
46
 
                valign="top"
47
 
                align="left"
48
 
                >
49
 
                <font color="#000000">&nbsp;</font>
50
 
            </th>
51
 
        </tr>
52
 
        <tr>
53
 
        <td>
54
 
        
55
 
<a href="PlotItems.py_AnyFile.html">AnyFile</a><br>
56
 
 
57
 
 
58
 
        </td>
59
 
        </tr>
60
 
        </table>
61
 
                
62
 
        <table border="0" cellpadding="5" cellspacing="0" width="100%%">
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="Methods">Methods</a>&nbsp;
73
 
                </font>
74
 
            </th>
75
 
            <th bgcolor="#99ccff"
76
 
                valign="top"
77
 
                align="left"
78
 
                >
79
 
                <font color="#000000">&nbsp;</font>
80
 
            </th>
81
 
        </tr>
82
 
        <tr>
83
 
        <td>
84
 
        
85
 
<a href="#__init__">__init__</a><br>
86
 
 
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
 
                >
103
 
                <font color="#000000">__init__&nbsp;</font>
104
 
            </th>
105
 
        </tr>
106
 
        <tr>
107
 
        <td>
108
 
        <pre>
109
 
__init__ (
110
 
        self,
111
 
        set,
112
 
        filename=None,
113
 
        )
114
 
 
115
 
</pre><dl><dt><p><strong>Create a file and write an array to it.</strong><p>
116
 
</dt><dd><p>        Arguments:</p>
117
 
<dl><dt>          <code>set</code></dt><dd><p>a Numeric array of arbitrary dimension.</p>
118
 
 
119
 
</dd>
120
 
<dt>          <code>filename</code></dt><dd><p>the (optional) name of the file to which the
121
 
              array should be written.  If <code>filename</code> is not
122
 
              specified, a random filename is chosen.</p>
123
 
 
124
 
</dd></dl>
125
 
 
126
 
 
127
 
</dd></dl>
128
 
</td></tr>
129
 
        </td>
130
 
        </tr>
131
 
        </table>
132
 
        
133
 
        </td>
134
 
        </tr>
135
 
        </table>
136
 
 
137
 
        <hr>
138
 
 
139
 
        <p><i><a href="../index.html">Table of Contents</a></i></p>
140
 
 
141
 
        <i>This document was automatically generated on Fri Jan 26 14:06:11 2001
142
 
        by <a href="http://happydoc.sourceforge.net">HappyDoc</a> version r0_9_2</i>
143
 
 
144
 
        </body>
145
 
        </html>
146
 
        
 
 
b'\\ No newline at end of file'