| 1 |
lars |
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
|
2 |
<HTML>
|
|
|
3 |
<HEAD>
|
|
|
4 |
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1">
|
|
|
5 |
<LINK REL="Start" HREF="index.html">
|
|
|
6 |
<LINK REL="Contents" HREF="toc.html">
|
|
|
7 |
<LINK REL="Prev" HREF="822Addingstaticlinestotheplot.html">
|
|
|
8 |
<LINK REL="Next" HREF="91Radarplots.html">
|
|
|
9 |
<STYLE TYPE="text/css"><!--
|
|
|
10 |
BODY { font-family: serif }
|
|
|
11 |
H1 { font-family: sans-serif }
|
|
|
12 |
H2 { font-family: sans-serif }
|
|
|
13 |
H3 { font-family: sans-serif }
|
|
|
14 |
H4 { font-family: sans-serif }
|
|
|
15 |
H5 { font-family: sans-serif }
|
|
|
16 |
H6 { font-family: sans-serif }
|
|
|
17 |
SUB { font-size: smaller }
|
|
|
18 |
SUP { font-size: smaller }
|
|
|
19 |
PRE { font-family: monospace }
|
|
|
20 |
A { text-decoration: none }
|
|
|
21 |
--></STYLE>
|
|
|
22 |
</HEAD>
|
|
|
23 |
<BODY>
|
|
|
24 |
<A HREF="toc.html">Contents</A>
|
|
|
25 |
<A HREF="822Addingstaticlinestotheplot.html">Previous</A>
|
|
|
26 |
<A HREF="91Radarplots.html">Next</A>
|
|
|
27 |
<HR NOSHADE>
|
|
|
28 |
<H1><A NAME="9">9 Working with non X,Y-plots</A></H1>
|
|
|
29 |
<P> Non X,Y plots includes</P>
|
|
|
30 |
<UL>
|
|
|
31 |
<LI> Pie plots (2D and 3D)</LI>
|
|
|
32 |
<LI> Radar plots</LI>
|
|
|
33 |
<LI> Polar plots</LI>
|
|
|
34 |
<LI> Gantt charts</LI>
|
|
|
35 |
</UL>
|
|
|
36 |
<P> The fundamental difference is that these classes makes use of an
|
|
|
37 |
extended version of the basic Graph class. Therefor you can not mix X,Y
|
|
|
38 |
plots with non-X,Y plots. For example it is not possible to mix a line
|
|
|
39 |
graph with a Polar graph.</P>
|
|
|
40 |
<UL>
|
|
|
41 |
<LI> To create 2d or 3d pie plots you must use the PieGraph class</LI>
|
|
|
42 |
<LI> To create radar plots you must use the RadarGraph() class</LI>
|
|
|
43 |
<LI> To create radar plots you must use the PolarGraph() class</LI>
|
|
|
44 |
<LI> To create gantt plots you must use the GanttGraph() class</LI>
|
|
|
45 |
</UL>
|
|
|
46 |
<P></P>
|
|
|
47 |
<HR NOSHADE>
|
|
|
48 |
<A HREF="toc.html">Contents</A>
|
|
|
49 |
<A HREF="822Addingstaticlinestotheplot.html">Previous</A>
|
|
|
50 |
<A HREF="91Radarplots.html">Next</A>
|
|
|
51 |
</BODY>
|
|
|
52 |
</HTML>
|