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

« back to all changes in this revision

Viewing changes to doc/Gnuplot/demo.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
<!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>Module: demo</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">Module: demo</font>
 
21
            </th>
 
22
            <th bgcolor="#88bbee"
 
23
                width="90%"
 
24
                align="right"><font color="#000000">Gnuplot/demo.py</font>
 
25
            </th>
 
26
        </tr>
 
27
        <tr>
 
28
        <td>
 
29
        
 
30
<dl>
 
31
<dt>demo.py</dt>
 
32
<dd>Demonstrate the Gnuplot python module.</dd>
 
33
</dl>
 
34
<p>Run this demo by typing <code>python demo.py</code>.  For a more complete test of
 
35
the Gnuplot package, see test.py.</p>
 
36
<table border="0" cellpadding="5" cellspacing="0" width="100%">
 
37
 
 
38
        <tr>
 
39
            <th bgcolor="#99ccff"
 
40
                rowspan="2"
 
41
                valign="top"
 
42
                align="left"
 
43
                width="20%"
 
44
                >
 
45
                <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="_Gnuplot/Gnuplot.html">Gnuplot</a><br>
 
61
<b>import</b> Gnuplot.funcutils<br>
 
62
<b>from</b> Numeric <b>import</b> *<br>
 
63
 
 
64
</td></tr>
 
65
 
 
66
        <tr>
 
67
            <th bgcolor="#99ccff"
 
68
                rowspan="2"
 
69
                valign="top"
 
70
                align="left"
 
71
                width="20%"
 
72
                >
 
73
                <font color="#000000">
 
74
                  <a name="Functions">Functions</a>&nbsp;
 
75
                </font>
 
76
            </th>
 
77
            <th bgcolor="#99ccff"
 
78
                valign="top"
 
79
                align="left"
 
80
                width="80%"
 
81
                >
 
82
                <font color="#000000">&nbsp;</font>
 
83
            </th>
 
84
        </tr>
 
85
        <tr>
 
86
        <td>
 
87
        
 
88
<a href="#demo">demo</a><br>
 
89
 
 
90
 
 
91
        <tr>
 
92
            <th bgcolor="#99ccff"
 
93
                rowspan="2"
 
94
                valign="top"
 
95
                align="left"
 
96
                width="20%"
 
97
                >
 
98
                <font color="#000000">
 
99
                  <a name="demo"></a>&nbsp;
 
100
                </font>
 
101
            </th>
 
102
            <th bgcolor="#99ccff"
 
103
                valign="top"
 
104
                align="left"
 
105
                width="80%"
 
106
                >
 
107
                <font color="#000000">demo&nbsp;</font>
 
108
            </th>
 
109
        </tr>
 
110
        <tr>
 
111
        <td>
 
112
        <font color="#000088"><pre>
 
113
demo ()
 
114
 
 
115
</pre></font>
 
116
 
 
117
<p>Demonstrate the Gnuplot package.</p>
 
118
</td></tr>
 
119
</td></tr>
 
120
</table>
 
121
 
 
122
        </td>
 
123
        </tr>
 
124
        </table>
 
125
 
 
126
        <hr>
 
127
 
 
128
        <p><i><a href="../index.html">Table of Contents</a></i></p>
 
129
 
 
130
        <font size="-2"><i>This document was automatically generated
 
131
        on Sun Oct 19 17:10:22 2003 by
 
132
        <a href="http://happydoc.sourceforge.net">HappyDoc</a> version
 
133
        2.1</i></font>
 
134
        
 
135
        </body>
 
136
        </html>
 
137
        
 
 
b'\\ No newline at end of file'