File: area.html

package info (click to toggle)
pygdchart2 0.beta1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 508 kB
  • ctags: 308
  • sloc: python: 1,268; ansic: 1,029; makefile: 6; sh: 1
file content (64 lines) | stat: -rw-r--r-- 1,240 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64


<html>
	<head>
		<LINK REL=StyleSheet HREF="../style/style.css" TYPE="text/css">
	</head>
		<a href="line.html">&lt;--previous</a> |
	<a href="../index.html">contents</a> |
	<a href="floating.html">next--&gt;</a> 

	<hr>
	<body>
        <h1>Area Graphs</h1>
		
<table width="80%">
    <tr>
        <td>
            <center>
                <img src="../images/area.png">
            </center>
        </td>
        <td>
            <center>
                <img src="../images/area3D.png">
            </center>
        </td>
    </tr>
    <tr>
        <td>
            <center>
                <b> Area </b>
            </center>
        </td>
        <td>
            <center>
                <b> Area3D </b>
            </center>
        </td>
    </tr>
</table>


<h2> Data Format </h2>

<p> As for <a href="../graphs/bar.html">Bar Graphs</a>. </p>


	</body>
	<hr>
    <table width="100%">
        <tr>
            <td>
                	<a href="line.html">&lt;--previous</a> |
	<a href="../index.html">contents</a> |
	<a href="floating.html">next--&gt;</a> 

            </td>
            <td align="right">
                (12/31/03)
            </td>
        </tr>
    </table>
	<center> PyGDChart User's Manual </center>
</html>