Revision: | 1.1 |
Committed: | Wed Mar 12 17:37:42 2003 UTC (22 years, 1 month ago) by greg |
Branch: | MAIN |
Log Message: | Added lib directory and contents to repository |
# | Content |
---|---|
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 |