| Revision: | 1.2 |
| Committed: | Tue Mar 18 17:30:18 2003 UTC (22 years, 7 months ago) by greg |
| Branch: | MAIN |
| CVS Tags: | HEAD |
| Changes since 1.1: | +0 -0 lines |
| State: | FILE REMOVED |
| Log Message: | Decided to move ray/lib directory into non-CVS distribution |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | greg | 1.1 | # |
| 2 | # This plot is tailored to functions. | ||
| 3 | # | ||
| 4 | |||
| 5 | include = line.plt # start from a line plot | ||
| 6 | |||
| 7 | xmin = 0 | ||
| 8 | xmax = 1 | ||
| 9 | npoints = 100 | ||
| 10 | |||
| 11 | Anpoints = npoints | ||
| 12 | Bnpoints = npoints | ||
| 13 | Cnpoints = npoints | ||
| 14 | Dnpoints = npoints | ||
| 15 | Enpoints = npoints | ||
| 16 | Fnpoints = npoints | ||
| 17 | Gnpoints = npoints | ||
| 18 | Hnpoints = npoints |