index.html 467 Bytes
Newer Older
Ken Irwin's avatar
Ken Irwin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<html>
<head>
<title>CurvedLines Examples</title>
</head>

<body>

<h1>CurvedLines Examples</h1>
<li><a href="exampleFillMultiAxis.html">Basic Example with Multi-Axis and Fill</a></li>
<li><a href="exampleFit.html">Examples of Fit (Tension vs Monotonic)</a></li>
<li><a href="exampleHelperPoints.html">Demo of how CurvedLines creates additional 'Helper Points' to plot line</a></li>
<li><a href="exampleStackedData.html">Stacked Data Example</a></li>
</body>
</html>