File: smooth.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 (20 lines) | stat: -rw-r--r-- 826 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<HTML>
<HEAD>
<TITLE>Plot smooth curve through data</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">

<P><font size="+2" color="green">Plot smooth curve through data</font></P>
<P>
 The <CODE>\SMOOTH</CODE> qualifier causes a smooth curve to be drawn through the data points.</p>
<p>
 A parametric form of cubic splines is used to interpolate a set of points through the data values.
 See the <code><a href="../Functions/NumericAnalysis/Interpolate/splinterp.htm">SPLINTERP</a></code>
 function for more information on cubic splines.</P>
<P>
 <a href="dataonly.htm"><img src="../shadow_left.gif">&nbsp;
 <font size="+1" color="olive">Plot data only</font></a><br />
 <a href="yonright.htm"><img src="../shadow_right.gif">&nbsp;
 <font size="+1" color="olive">Draw the y-axis on the right</font></a></P>
</BODY>
</HTML>