~ubuntu-branches/ubuntu/intrepid/python-gnuplot/intrepid

« back to all changes in this revision

Viewing changes to doc/Gnuplot/_Gnuplot.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-06-24 18:40:22 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080624184022-lnok0v9ja8uzdj82
Tags: 1.8-1
* New upstream version.
  - doc file with broken link not shipped anymore. Closes: #336422.
  - Use `with_' instead of `with', which is a keyword in python2.6.
    Closes: #424965.
* Use python-numpy instead of python-numeric. Closes: #469313, #478468.
* Update watch file. Closes: #450271.
* Register documention in section `Programming/Python'.
* Update datafile.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<html>
5
5
         
6
6
  <head>
7
 
    <title>Module: _Gnuplot</title>
 
7
    <title>HappyDoc Generated Documentation</title>
8
8
  </head>
9
9
 
10
10
  <body bgcolor="#ffffff">
11
 
 
12
 
        <p><i><a href="../index.html">Table of Contents</a></i></p>
 
11
        
13
12
        
14
13
        <table border="0" cellpadding="5" cellspacing="0" width="100%">
15
14
        <tr>
17
16
                valign="top"
18
17
                align="left"
19
18
                width="10%"
20
 
                bgcolor="#88bbee"><font color="#000000">Module: _Gnuplot</font>
 
19
                bgcolor="#88bbee"><font color="#000000">HappyDoc Generated Documentation</font>
21
20
            </th>
22
21
            <th bgcolor="#88bbee"
23
22
                width="90%"
26
25
        </tr>
27
26
        <tr>
28
27
        <td>
29
 
        
30
 
<dl>
31
 
<dt>_Gnuplot.py</dt>
32
 
<dd>An object that represents a running gnuplot process.</dd>
33
 
</dl>
34
 
<p>This file implements the Gnuplot plotter object, which is an abstract
35
 
interface to a running gnuplot process.</p>
 
28
        <!-- breadcrumbs -->
 
29
<p><small>
 
30
/&nbsp;<a href="../Gnuplot/index.html">Gnuplot</a>&nbsp;/&nbsp;_Gnuplot.py&nbsp;</small></p>
 
31
 
 
32
<!-- /breadcrumbs -->
36
33
<table border="0" cellpadding="5" cellspacing="0" width="100%">
37
34
 
38
35
        <tr>
43
40
                width="20%"
44
41
                >
45
42
                <font color="#000000">
46
 
                  <a name="Imported modules">Imported modules</a>&nbsp;
47
 
                </font>
48
 
            </th>
49
 
            <th bgcolor="#99ccff"
50
 
                valign="top"
51
 
                align="left"
52
 
                width="80%"
53
 
                >
54
 
                <font color="#000000">&nbsp;</font>
55
 
            </th>
56
 
        </tr>
57
 
        <tr>
58
 
        <td>
59
 
        
60
 
<b>import</b> <a href="PlotItems.html">PlotItems</a><br>
61
 
<b>import</b> <a href="gp.html">gp</a><br>
62
 
<b>import</b> <a href="http://www.python.org/doc/current/lib/module-string.html">string</a><br>
63
 
<b>import</b> <a href="http://www.python.org/doc/current/lib/module-sys.html">sys</a><br>
64
 
<b>import</b> <a href="termdefs.html">termdefs</a><br>
65
 
<b>import</b> <a href="http://www.python.org/doc/current/lib/module-types.html">types</a><br>
66
 
 
67
 
</td></tr>
68
 
 
69
 
        <tr>
70
 
            <th bgcolor="#99ccff"
71
 
                rowspan="2"
72
 
                valign="top"
73
 
                align="left"
74
 
                width="20%"
75
 
                >
76
 
                <font color="#000000">
77
 
                  <a name="Classes">Classes</a>&nbsp;
78
 
                </font>
79
 
            </th>
80
 
            <th bgcolor="#99ccff"
81
 
                valign="top"
82
 
                align="left"
83
 
                width="80%"
84
 
                >
85
 
                <font color="#000000">&nbsp;</font>
86
 
            </th>
87
 
        </tr>
88
 
        <tr>
89
 
        <td>
90
 
        
 
43
                  <a name="">Classes</a>&nbsp;
 
44
                </font>
 
45
            </th>
 
46
            <th bgcolor="#99ccff"
 
47
                valign="top"
 
48
                align="left"
 
49
                width="80%"
 
50
                >
 
51
                <font color="#000000">&nbsp;</font>
 
52
            </th>
 
53
        </tr>
 
54
        <tr>
 
55
        <td>
 
56
        <!-- writeDescriptiveList -->
91
57
<table border="0" cellpadding="3" cellspacing="0">
92
 
<tr><td valign="top" align="left"><p><a href="_Gnuplot/Gnuplot.html">Gnuplot</a></p></td><td valign="top" align="left">
93
 
<p>Interface to a gnuplot program.</p>
94
 
</td></tr>
95
 
<tr><td valign="top" align="left"><p><a href="_Gnuplot/_GnuplotFile.html">_GnuplotFile</a></p></td><td valign="top" align="left">
96
 
<p>A file to which gnuplot commands can be written.</p>
97
 
</td></tr>
98
 
</table>
99
 
</td></tr>
100
 
</td></tr>
101
 
</table>
102
58
 
 
59
            <tr>
 
60
              <td valign="top"><p><a href="_Gnuplot.py/Gnuplot.html">Gnuplot</a></p></td>
 
61
              <td valign="top"></td>
 
62
            </tr>
 
63
            
 
64
            <tr>
 
65
              <td valign="top"><p><a href="_Gnuplot.py/_GnuplotFile.html">_GnuplotFile</a></p></td>
 
66
              <td valign="top"></td>
 
67
            </tr>
 
68
            </table></td></tr>
 
69
</table>
103
70
        </td>
104
71
        </tr>
105
72
        </table>
106
73
 
107
 
        <hr>
108
 
 
109
 
        <p><i><a href="../index.html">Table of Contents</a></i></p>
110
 
 
111
 
        <font size="-2"><i>This document was automatically generated
112
 
        on Sun Oct 19 17:10:22 2003 by
113
 
        <a href="http://happydoc.sourceforge.net">HappyDoc</a> version
114
 
        2.1</i></font>
 
74
    <hr>
 
75
 
 
76
    <font size="-2"><i>This document was automatically generated
 
77
    Fri May  2 16:59:07 2008 by <a
 
78
    href="http://happydoc.sourceforge.net">HappyDoc</a> version
 
79
    3.1</i></font>
115
80
        
116
 
        </body>
117
 
        </html>
 
81
  </body>
 
82
</html>
118
83
        
 
 
b'\\ No newline at end of file'