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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2002-04-11 08:52:48 UTC
  • Revision ID: james.westby@ubuntu.com-20020411085248-r5kbl460aa2g9kdb
Tags: upstream-1.5
ImportĀ upstreamĀ versionĀ 1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
 
 
3
        <head>
 
4
        <title>Module: PlotItems</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: PlotItems</font>
 
17
            </th>
 
18
            <th align="right"><font color="#000000">Gnuplot/PlotItems.py</font></th>
 
19
        </tr>
 
20
        <tr>
 
21
        <td>
 
22
        <dl><dt>PlotItems.py</dt><dd><p>Objects that can be plotted by Gnuplot.</p>
 
23
 
 
24
</dd></dl>
 
25
<p>This module contains several types of PlotItems.  PlotItems can be
 
26
plotted by passing them to a Gnuplot.Gnuplot object.  You can derive
 
27
your own classes from the PlotItem hierarchy to customize their
 
28
behavior.</p>
 
29
<p>
 
30
<TABLE BORDER=1 CELLPADDING=2>
 
31
</TABLE></p>
 
32
 
 
33
 
 
34
        
 
35
        <table border="0" cellpadding="5" cellspacing="0" width="100%%">
 
36
        
 
37
        <tr>
 
38
            <th bgcolor="#99ccff"
 
39
                rowspan="2"
 
40
                valign="top"
 
41
                align="left"
 
42
                width="20%"
 
43
                >
 
44
                <font color="#000000">
 
45
                  <a name="Classes">Classes</a>&nbsp;
 
46
                </font>
 
47
            </th>
 
48
            <th bgcolor="#99ccff"
 
49
                valign="top"
 
50
                align="left"
 
51
                >
 
52
                <font color="#000000">&nbsp;</font>
 
53
            </th>
 
54
        </tr>
 
55
        <tr>
 
56
        <td>
 
57
        <table border="0" cellpadding="5">
 
58
<tr><td valign="top" align="left"><a href="PlotItems.py_AnyFile.html">AnyFile</a></td><td valign="top" align="left"><p>Representation of any kind of file to be used by gnuplot.</p>
 
59
 
 
60
</td></tr>
 
61
<tr><td valign="top" align="left"><a href="PlotItems.py_ArrayFile.html">ArrayFile</a></td><td valign="top" align="left"><p>A file to which, upon creation, an array is written.</p>
 
62
 
 
63
</td></tr>
 
64
<tr><td valign="top" align="left"><a href="PlotItems.py_Data.html">Data</a></td><td valign="top" align="left"><p>Represents data from memory to be plotted with Gnuplot.</p>
 
65
 
 
66
</td></tr>
 
67
<tr><td valign="top" align="left"><a href="PlotItems.py_DataException.html">DataException</a></td><td valign="top" align="left"><p>Raised for data in the wrong format</p>
 
68
 
 
69
</td></tr>
 
70
<tr><td valign="top" align="left"><a href="PlotItems.py_File.html">File</a></td><td valign="top" align="left"><p>A PlotItem representing a file that contains gnuplot data.</p>
 
71
 
 
72
</td></tr>
 
73
<tr><td valign="top" align="left"><a href="PlotItems.py_Func.html">Func</a></td><td valign="top" align="left"><p>Represents a mathematical expression to plot.</p>
 
74
 
 
75
</td></tr>
 
76
<tr><td valign="top" align="left"><a href="PlotItems.py_GridData.html">GridData</a></td><td valign="top" align="left"><p>Holds data representing a function of two variables, for use in splot.</p>
 
77
 
 
78
</td></tr>
 
79
<tr><td valign="top" align="left"><a href="PlotItems.py_OptionException.html">OptionException</a></td><td valign="top" align="left"><p>Raised for unrecognized option(s)</p>
 
80
 
 
81
</td></tr>
 
82
<tr><td valign="top" align="left"><a href="PlotItems.py_PlotItem.html">PlotItem</a></td><td valign="top" align="left"><p>Plotitem represents an item that can be plotted by gnuplot.</p>
 
83
 
 
84
</td></tr>
 
85
<tr><td valign="top" align="left"><a href="PlotItems.py_TempArrayFile.html">TempArrayFile</a></td><td valign="top" align="left"><p>An ArrayFile that is deleted automatically.</p>
 
86
 
 
87
</td></tr>
 
88
<tr><td valign="top" align="left"><a href="PlotItems.py_TempFile.html">TempFile</a></td><td valign="top" align="left"><p>A file that is automatically deleted.</p>
 
89
 
 
90
</td></tr>
 
91
<tr><td valign="top" align="left"><a href="PlotItems.py__unset.html">_unset</a></td><td valign="top" align="left"><p>Used to represent unset keyword arguments.</p>
 
92
 
 
93
</td></tr>
 
94
</table>
 
95
</td></tr>
 
96
        </td>
 
97
        </tr>
 
98
        </table>
 
99
        
 
100
        </td>
 
101
        </tr>
 
102
        </table>
 
103
 
 
104
        <hr>
 
105
 
 
106
        <p><i><a href="../index.html">Table of Contents</a></i></p>
 
107
 
 
108
        <i>This document was automatically generated on Fri Jan 26 14:06:11 2001
 
109
        by <a href="http://happydoc.sourceforge.net">HappyDoc</a> version r0_9_2</i>
 
110
 
 
111
        </body>
 
112
        </html>
 
113
        
 
 
b'\\ No newline at end of file'