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="83Polarplots.html"><LINK REL="Next" HREF="832Adjustingtheradiusscale.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="83Polarplots.html">Previous</A><A HREF="832Adjustingtheradiusscale.html">Next</A><HR NOSHADE><H3><A NAME="8_3_1">8.3.1 Overview</A></H3><P> Each data point in a polar plot is represented by a tuple consistingof a radius and an angle. The polar plot itself can be either outlinedor filled. In addition each point may have a standard marker (the sameas for line and scatter plots).</P><P> The scale for the radius can be either linear or logarithmic.</P><P> A polar graph is created by creating an instance of <A href="../ref/PolarGraph.html#_POLARGRAPH_POLARGRAPH">PolarGraph::PolarGraph()</A>. The polar graph type inherits all thecapabilities of ordinary X-Y graphs, i.e they can have backgroundimages, background gradients, tabbed titles and so on.</P><P> Polar graphs comes in two basic types, they can either show a full360 degree graph or a half 180 degree graph. The two examples belowshow these two basic types of graphs.</P><P><DIV class="example"><BR> <A href="exframes/frame_polarex0.html" target="blank"><IMG border="0"HEIGHT="250" src="img/img/img/img/img/img/polarex0.png" WIDTH="250"></A><BR><B>Figure 139:</B> A simple 360 degree polar graph <A href="exframes/frame_polarex0.html"target="blank">[src]</A> <P></P></DIV></P><P><DIV class="example"><BR> <A href="exframes/frame_polarex0-180.html" target="blank"><IMG border="0"HEIGHT="250" src="img/img/img/img/img/img/polarex0-180.png" WIDTH="250"></A><BR><B>Figure 140:</B> The 180 degree variant polar plot. <A href="exframes/frame_polarex0-180.html"target="blank">[src]</A> <P></P></DIV></P><P></P><HR NOSHADE><A HREF="toc.html">Contents</A><A HREF="83Polarplots.html">Previous</A><A HREF="832Adjustingtheradiusscale.html">Next</A></BODY></HTML>