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"><--previous</a> |
<a href="../index.html">contents</a> |
<a href="floating.html">next--></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"><--previous</a> |
<a href="../index.html">contents</a> |
<a href="floating.html">next--></a>
</td>
<td align="right">
(12/31/03)
</td>
</tr>
</table>
<center> PyGDChart User's Manual </center>
</html>
|