File: polarcoords.htm

package info (click to toggle)
extrema 4.3.6-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 19,212 kB
  • ctags: 6,452
  • sloc: cpp: 86,428; sh: 8,229; makefile: 814
file content (61 lines) | stat: -rw-r--r-- 2,773 bytes parent folder | download
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
<HTML>
<HEAD>
<TITLE>Polar plot</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">

<P><font size="+2" color="green">Polar plot</font></P>
<TABLE border="1" cols="2" frame="box" rules="all" width="572">
<TR>
<TD width="15%" valign="top"><B>Syntax</B>:</TD>
<TD width="85%" valign="top"><CODE>
GRAPH\POLAR r theta<br />
GRAPH\RADAR r theta</CODE>
</TD></TR>
<TR>
<TD valign="top"><B>Qualifiers:</B></TD>
<TD valign="top"><CODE>\AXESONLY, \OVERLAY</CODE>
</TD></TR>
<TR>
<TD valign="top"><B>Defaults:</B></TD>
<TD valign="top">axes drawn
</TD></TR>
<TR>
<TD valign="top"><B>Examples:</B></TD>
<TD valign="top"><CODE>
GRAPH\POLAR R THETA<BR />
GRAPH\POLAR\OVERLAY R2 T2<br />
GRAPH\RADAR\AXESONLY R T</CODE>
</TD></TR></TABLE>
<P>
 If either the <CODE>\POLAR</CODE> qualifier or the <code>\RADAR</code> qualifier is used, the input variables,
 <CODE>r</CODE> and <CODE>theta</CODE>, are assumed to represent polar coordinates, where <CODE>r</CODE>
 contains the radial components and <CODE>theta</CODE> contains the angular components, in degrees.</p>
<P>
 A polar plot is always autoscaled.  The radial axis at 0<sup>&deg;</sup> always has a minimum value of zero.
 The maximum value of the radial axis is determined by the data. All 360<sup>&deg;</sup> are always displayed.
 By default, four radial axes are drawn, but any number of axes can be drawn using
 the <code><a href="../Characteristics/Polar/naxes.htm">POLARNAXES</a></code> characteristic.  Only the
 radial axis at 0<sup>&deg;</sup> can have numeric labels and the optional text label.  Circular grid
 lines can be drawn, and are controlled by the
 <CODE><A HREF="../Characteristics/Polar/grid.htm">POLARGRID</A></CODE> characteristic.</p>
<p>
 The location of the origin of the polar plot is controlled by the
 <code><a href="../Characteristics/Polar/xorigin.htm">POLARORIGINX</a></code> and 
 <code><a href="../Characteristics/Polar/yorigin.htm">POLARORIGINY</a></code> characteristics, and the
 length of the radial axis is controlled by the
 <code><a href="../Characteristics/Polar/axislength.htm">POLARAXISLENGTH</a></code> characteristic.</p>
<p>
 Use the <code>\POLAR</code> qualifier if you would like 0<sup>&deg;</sup> to be horizontal through
 the origin.  Use the <code>\RADAR</code> qualifier if you would like 0<sup>&deg;</sup> to be vertical.
 <img src="polarradar.png"></p>
<p>
 The user has control over the polar plot by means of the
 <a href="../Characteristics/Polar/polarchar.htm">Polar Characteristics</a>.</p>
<P>
 <a href="graphcommand.htm"><img src="../shadow_left.gif">&nbsp;
 <font size="+1" color="olive">GRAPH command</font></a><br />
 <a href="plotsymbol.htm"><img src="../shadow_right.gif">&nbsp;
 <font size="+1" color="olive">Plotting symbols</font></a></P>
</BODY>
</HTML>