Blame | Letzte Änderung | Log anzeigen | RSS feed
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1"><LINK REL="Start" HREF="index.html"><LINK REL="Contents" HREF="toc.html"><LINK REL="Prev" HREF="722Addingstaticlinestotheplot.html"><LINK REL="Next" HREF="81Radarplots.html"><STYLE TYPE="text/css"><!--BODY { font-family: serif }H1 { font-family: sans-serif }H2 { font-family: sans-serif }H3 { font-family: sans-serif }H4 { font-family: sans-serif }H5 { font-family: sans-serif }H6 { font-family: sans-serif }SUB { font-size: smaller }SUP { font-size: smaller }PRE { font-family: monospace }A { text-decoration: none }--></STYLE></HEAD><BODY><A HREF="toc.html">Contents</A><A HREF="722Addingstaticlinestotheplot.html">Previous</A><A HREF="81Radarplots.html">Next</A><HR NOSHADE><H1><A NAME="8">8 Working with non X,Y-plots</A></H1><P> Non X,Y plots includes</P><UL><LI> Pie plots (2D and 3D)</LI><LI> Radar plots</LI><LI> Polar plots</LI><LI> Gantt charts</LI></UL><P> The fundamental difference is that these classes makes use of anextended version of the basic Graph class. Therefor you can not mix X,Yplots with non-X,Y plots. For example it is not possible to mix a linegraph with a Polar graph.</P><UL><LI> To create 2d or 3d pie plots you must use the PieGraph class</LI><LI> To create radar plots you must use the RadarGraph() class</LI><LI> To create radar plots you must use the PolarGraph() class</LI><LI> To create gantt plots you must use the GanttGraph() class</LI></UL><P></P><HR NOSHADE><A HREF="toc.html">Contents</A><A HREF="722Addingstaticlinestotheplot.html">Previous</A><A HREF="81Radarplots.html">Next</A></BODY></HTML>