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

« back to all changes in this revision

Viewing changes to doc/PlotItems.py_Func.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>Class: Func</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">Class: Func</font>
 
17
            </th>
 
18
            <th align="right"><font color="#000000">./PlotItems.py</font></th>
 
19
        </tr>
 
20
        <tr>
 
21
        <td>
 
22
        <dl><dt><p><strong>Represents a mathematical expression to plot.</strong><p>
 
23
</dt><dd><p>    Func represents a mathematical expression that is to be computed by
 
24
    gnuplot itself, as if you would type for example:</p>
 
25
<PRE>
 
26
        gnuplot&gt; plot sin(x)
 
27
 
 
28
</PRE>
 
29
 
 
30
<p>    into gnuplot itself.  The argument to the contructor is a string
 
31
    that should be a mathematical expression.  Example:</p>
 
32
<PRE>
 
33
        g.plot(Func('sin(x)', with='line 3'))
 
34
 
 
35
</PRE>
 
36
 
 
37
<p>    As shorthand, a string passed to the plot method of a Gnuplot
 
38
    object is also treated as a Func:</p>
 
39
<PRE>
 
40
        g.plot('sin(x)')
 
41
 
 
42
</PRE>
 
43
 
 
44
 
 
45
</dd></dl>
 
46
        
 
47
        <table border="0" cellpadding="5" cellspacing="0" width="100%%">
 
48
        
 
49
        <tr>
 
50
            <th bgcolor="#99ccff"
 
51
                rowspan="2"
 
52
                valign="top"
 
53
                align="left"
 
54
                width="20%"
 
55
                >
 
56
                <font color="#000000">
 
57
                  <a name="Base Classes">Base Classes</a>&nbsp;
 
58
                </font>
 
59
            </th>
 
60
            <th bgcolor="#99ccff"
 
61
                valign="top"
 
62
                align="left"
 
63
                >
 
64
                <font color="#000000">&nbsp;</font>
 
65
            </th>
 
66
        </tr>
 
67
        <tr>
 
68
        <td>
 
69
        
 
70
<a href="PlotItems.py_PlotItem.html">PlotItem</a><br>
 
71
 
 
72
 
 
73
        </td>
 
74
        </tr>
 
75
        </table>
 
76
                
 
77
        <table border="0" cellpadding="5" cellspacing="0" width="100%%">
 
78
        
 
79
        </td>
 
80
        </tr>
 
81
        </table>
 
82
        
 
83
        </td>
 
84
        </tr>
 
85
        </table>
 
86
 
 
87
        <hr>
 
88
 
 
89
        <p><i><a href="index.html">Table of Contents</a></i></p>
 
90
 
 
91
        <i>This document was automatically generated on Fri Jan 26 13:13:18 2001
 
92
        by <a href="http://happydoc.sourceforge.net">HappyDoc</a> version r0_9_2</i>
 
93
 
 
94
        </body>
 
95
        </html>
 
96
        
 
 
b'\\ No newline at end of file'