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

« back to all changes in this revision

Viewing changes to doc/Gnuplot/gp_unix.py.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>Module: gp_unix</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">Module: gp_unix</font>
17
 
            </th>
18
 
            <th align="right"><font color="#000000">Gnuplot/gp_unix.py</font></th>
19
 
        </tr>
20
 
        <tr>
21
 
        <td>
22
 
        <dl><dt>gp_unix</dt><dd><p>an interface to gnuplot used for unix platforms.</p>
23
 
 
24
 
</dd></dl>
25
 
<p>This file implements a low-level interface to a gnuplot program for a
26
 
unix platform (actually it is used for any non-Windows, non-Mac
27
 
system).  This file should be imported through gp.py, which in turn
28
 
should be imported via <code>import Gnuplot</code> rather than these low-level
29
 
interfaces.</p>
30
 
<p>
31
 
<TABLE BORDER=1 CELLPADDING=2>
32
 
</TABLE></p>
33
 
 
34
 
 
35
 
        
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="Functions">Functions</a>&nbsp;
47
 
                </font>
48
 
            </th>
49
 
            <th bgcolor="#99ccff"
50
 
                valign="top"
51
 
                align="left"
52
 
                >
53
 
                <font color="#000000">&nbsp;</font>
54
 
            </th>
55
 
        </tr>
56
 
        <tr>
57
 
        <td>
58
 
        
59
 
<a href="#test_persist">test_persist</a><br>
60
 
 
61
 
 
62
 
        <tr>
63
 
            <th bgcolor="#99ccff"
64
 
                rowspan="2"
65
 
                valign="top"
66
 
                align="left"
67
 
                width="20%"
68
 
                >
69
 
                <font color="#000000">
70
 
                  <a name="test_persist"></a>&nbsp;
71
 
                </font>
72
 
            </th>
73
 
            <th bgcolor="#99ccff"
74
 
                valign="top"
75
 
                align="left"
76
 
                >
77
 
                <font color="#000000">test_persist&nbsp;</font>
78
 
            </th>
79
 
        </tr>
80
 
        <tr>
81
 
        <td>
82
 
        <pre>
83
 
test_persist ()
84
 
 
85
 
</pre><dl><dt><p><strong>Determine whether gnuplot recognizes the option <code>-persist</code>.</strong><p>
86
 
</dt><dd><p>    If the configuration variable <code>recognizes_persist</code> is set (i.e.,
87
 
    to something other than <code>None</code>), return that value.  Otherwise,
88
 
    try to determine whether the installed version of gnuplot
89
 
    recognizes the -persist option.  (If it doesn't, it should emit an
90
 
    error message with <code>-persist</code> in the first line.)  Then set
91
 
    <code>recognizes_persist</code> accordingly for future reference.</p>
92
 
 
93
 
 
94
 
</dd></dl>
95
 
</td></tr>
96
 
        <tr>
97
 
            <th bgcolor="#99ccff"
98
 
                rowspan="2"
99
 
                valign="top"
100
 
                align="left"
101
 
                width="20%"
102
 
                >
103
 
                <font color="#000000">
104
 
                  <a name="Classes">Classes</a>&nbsp;
105
 
                </font>
106
 
            </th>
107
 
            <th bgcolor="#99ccff"
108
 
                valign="top"
109
 
                align="left"
110
 
                >
111
 
                <font color="#000000">&nbsp;</font>
112
 
            </th>
113
 
        </tr>
114
 
        <tr>
115
 
        <td>
116
 
        <table border="0" cellpadding="5">
117
 
<tr><td valign="top" align="left"><a href="gp_unix.py_GnuplotOpts.html">GnuplotOpts</a></td><td valign="top" align="left"><p>The configuration options for gnuplot on generic platforms.</p>
118
 
 
119
 
</td></tr>
120
 
<tr><td valign="top" align="left"><a href="gp_unix.py_GnuplotProcess.html">GnuplotProcess</a></td><td valign="top" align="left"><p>Unsophisticated interface to a running gnuplot program.</p>
121
 
 
122
 
</td></tr>
123
 
</table>
124
 
</td></tr>
125
 
        </td>
126
 
        </tr>
127
 
        </table>
128
 
        
129
 
        </td>
130
 
        </tr>
131
 
        </table>
132
 
 
133
 
        <hr>
134
 
 
135
 
        <p><i><a href="../index.html">Table of Contents</a></i></p>
136
 
 
137
 
        <i>This document was automatically generated on Fri Jan 26 14:06:11 2001
138
 
        by <a href="http://happydoc.sourceforge.net">HappyDoc</a> version r0_9_2</i>
139
 
 
140
 
        </body>
141
 
        </html>
142
 
        
 
 
b'\\ No newline at end of file'