File: index.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 (85 lines) | stat: -rw-r--r-- 3,254 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85


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

	<hr>
	<body>
        <h1></h1>
		<html>
	<head>
		<LINK REL=StyleSheet HREF="./style/style.css" TYPE="text/css">
	</head>
<body>
    <h1> PyGDChart User's Manual </h1>
    <center>
        <b>v2.0 Beta</b><br>
        <a href="http://www.nullcube.com">www.nullcube.com</a>
    </center>
    <hr>
    <h2> Contents </h2>
        
                        <ul>
                                <li><a href="intro.html">Introduction</a></li>
                                <li><a href="start.html">Getting Started</a></li>
                                <li><a href="interface.html">Common Interface</a></li>
                                <li><a href="graphs.html">Graphs</a></li>
                                
                        <ul>
                                <li><a href="graphs/bar.html">Bar Graphs</a></li>
                                <li><a href="graphs/line.html">Line Graphs</a></li>
                                <li><a href="graphs/area.html">Area Graphs</a></li>
                                <li><a href="graphs/floating.html">Floating Bar Graphs</a></li>
                                <li><a href="graphs/hlc.html">High-Low-Close Graphs</a></li>
                                <li><a href="graphs/combined.html">Combination Graphs  </a></li>
                                
                        <ul>
                                <li><a href="graphs/combined/hlcarea.html">HLCAreaCombo </a></li>
                                <li><a href="graphs/combined/hlcbar.html">HLCBarCombo</a></li>
                                <li><a href="graphs/combined/linebar.html">LineBarCombo </a></li>
                                <li><a href="graphs/combined/linearea.html">LineAreaCombo</a></li>
                                <li><a href="graphs/combined/lineline.html">LineLineCombo</a></li>
                        </ul>
                    
                                <li><a href="graphs/scatter.html">Scatter </a></li>
                                <li><a href="graphs/options.html">Graph Options</a></li>
                        </ul>
                    
                                <li><a href="pies.html">Pie Charts</a></li>
                                
                        <ul>
                                <li><a href="pies/options.html">Pie Options</a></li>
                        </ul>
                    
                                <li><a href="colours.html">Colours</a></li>
                                <li><a href="admin.html">Administrivia</a></li>
                        </ul>
                    
    <hr>
    Written and maintained by Aldo Cortesi
        (<a href="mailto:aldo@nullcube.com">aldo@nullcube.com</a>).
</body>
</html>

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

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