File: dataandaxes.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 (24 lines) | stat: -rw-r--r-- 883 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
<HTML>
<HEAD>
<TITLE>Plot data and axes</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">

<P><font size="+2" color="green">Plot data and axes</font></P>
<P>
 By default, if the <CODE>GRAPH</CODE> command is entered with <i>neither</i> the
 <CODE>\AXESONLY</CODE> qualifier <i>nor</i> the <CODE>\OVERLAY</CODE> qualifier is
 used, then axes will be drawn as well as the data curve or histogram. Autoscaling will apply if it is on.
 For example:</P>
<p>
 <font color="blue"><PRE>
 GRAPH X Y                  ! plots axes and data curve
 GRAPH\HISTOGRAM X Y        ! plots axes and histogram
 </PRE></font>
<P>
 <a href="axisscaling.htm"><img src="../shadow_left.gif">&nbsp;
 <font size="+1" color="olive">Axis scaling</font></a><br />
 <a href="axesonly.htm"><img src="../shadow_right.gif">&nbsp;
 <font size="+1" color="olive">Plotting axes only</font></a></P>
</BODY>
</HTML>