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

« back to all changes in this revision

Viewing changes to doc/Gnuplot/gp.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
<!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: gp</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: gp</font>
 
21
            </th>
 
22
            <th bgcolor="#88bbee"
 
23
                width="90%"
 
24
                align="right"><font color="#000000">Gnuplot/gp.py</font>
 
25
            </th>
 
26
        </tr>
 
27
        <tr>
 
28
        <td>
 
29
        
 
30
<dl>
 
31
<dt>gp</dt>
 
32
<dd>a platform-independent interface to a gnuplot process.</dd>
 
33
</dl>
 
34
<p>This file imports a low-level, platform-independent interface to the
 
35
gnuplot program.  Which interface is imported depends on the platform.
 
36
There are variations of this file for Unix, the Macintosh, and for
 
37
Windows called gp_unix.py, gp_mac.py, and gp_win32.py, respectively.
 
38
Note that the end-user should use the more capable interface from
 
39
__init__.py (i.e., <code>import Gnuplot</code>) rather than the low-level
 
40
interface imported by this file.</p>
 
41
<p>See gp_unix.py for most documentation about the facilities of the
 
42
gp_*.py modules.</p>
 
43
<table border="0" cellpadding="5" cellspacing="0" width="100%">
 
44
 
 
45
        <tr>
 
46
            <th bgcolor="#99ccff"
 
47
                rowspan="2"
 
48
                valign="top"
 
49
                align="left"
 
50
                width="20%"
 
51
                >
 
52
                <font color="#000000">
 
53
                  <a name="Imported modules">Imported modules</a>&nbsp;
 
54
                </font>
 
55
            </th>
 
56
            <th bgcolor="#99ccff"
 
57
                valign="top"
 
58
                align="left"
 
59
                width="80%"
 
60
                >
 
61
                <font color="#000000">&nbsp;</font>
 
62
            </th>
 
63
        </tr>
 
64
        <tr>
 
65
        <td>
 
66
        
 
67
<b>import</b> <a href="http://www.python.org/doc/current/lib/module-sys.html">sys</a><br>
 
68
 
 
69
</td></tr>
 
70
</td></tr>
 
71
</table>
 
72
 
 
73
        </td>
 
74
        </tr>
 
75
        </table>
 
76
 
 
77
        <hr>
 
78
 
 
79
        <p><i><a href="../index.html">Table of Contents</a></i></p>
 
80
 
 
81
        <font size="-2"><i>This document was automatically generated
 
82
        on Sun Oct 19 17:10:22 2003 by
 
83
        <a href="http://happydoc.sourceforge.net">HappyDoc</a> version
 
84
        2.1</i></font>
 
85
        
 
86
        </body>
 
87
        </html>
 
88
        
 
 
b'\\ No newline at end of file'