Subversion-Projekte lars-tiefland.php_share

Revision

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="93Polarplots.html">
<LINK REL="Next" HREF="932Adjustingtheradiusscale.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="93Polarplots.html">Previous</A>
<A HREF="932Adjustingtheradiusscale.html">Next</A>
<HR NOSHADE>
<H3><A NAME="9_3_1">9.3.1 Overview</A></H3>
<P> Each data point in a polar plot is represented by a tuple consisting
 of a radius and an angle. The polar plot itself can be either outlined
 or filled. In addition each point may have a standard marker (the same
 as 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 the
 capabilities of ordinary X-Y graphs, i.e they can have background
 images, background gradients, tabbed titles and so on.</P>
<P> Polar graphs comes in two basic types, they can either show a full
 360 degree graph or a half 180 degree graph. The two examples below
 show 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/polarex0.png" WIDTH="250"></A>
<BR><B>Figure 135:</B> A simple 360 degree polar graph <A href="exframes/frame_polarex0.html"
target="blank">[src]</A>&nbsp;
<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/polarex0-180.png" WIDTH="250"></A>
<BR><B>Figure 136:</B> The 180 degree variant polar plot. <A href="exframes/frame_polarex0-180.html"
target="blank">[src]</A>&nbsp;
<P></P>
</DIV></P>
<P></P>
<HR NOSHADE>
<A HREF="toc.html">Contents</A>
<A HREF="93Polarplots.html">Previous</A>
<A HREF="932Adjustingtheradiusscale.html">Next</A>
</BODY>
</HTML>