File: graphlegend.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 (28 lines) | stat: -rw-r--r-- 1,112 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
<HTML>
<HEAD>
<TITLE>Graph legend</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">

<P><font size="+2" color="green">Graph legend</font></P>
<P>
 If <CODE><a href="../Characteristics/GraphLegend/legend.htm">LEGENDON</a></CODE> is set true, i.e.,
 non-zero, a legend entry is drawn into a legend frame box.  A legend entry consists of a short line
 segment, with or without plotting symbol(s), and a string. The legend entry is drawn when the
 <CODE>GRAPH</CODE> command is entered. The string portion of the legend entry is expected as the
 first parameter of the <CODE>GRAPH</CODE> command. For example:</P>
<p>
 <font color="blue"><PRE>
 GRAPH 'legend entry' X Y
 </pre></font></p>
<P>
 If <CODE>LEGENDON</CODE> is false, i.e., zero, a string entered as a first
 parameter with the <CODE>GRAPH</CODE> command will be ignored.</p>
<P>
 <a href="plotsymbol.htm"><img src="../shadow_left.gif">&nbsp;
 <font size="+1" color="olive">Plotting symbols</font></a><br />
 <a href="axisscaling.htm"><img src="../shadow_right.gif">&nbsp;
 <font size="+1" color="olive">Axis scaling</font></a>
</P>
</BODY>
</HTML>