Revision: | 1.1 |
Committed: | Mon Oct 12 20:10:50 2015 UTC (9 years, 6 months ago) by greg |
Branch: | MAIN |
CVS Tags: | rad5R4, rad5R2, rad5R3, rad5R1, HEAD |
Log Message: | Added installation of required library files |
# | User | Rev | Content |
---|---|---|---|
1 | greg | 1.1 | # RCSid $Id$ |
2 | # | ||
3 | # This plot is tailored to functions. | ||
4 | # | ||
5 | |||
6 | include = line.plt # start from a line plot | ||
7 | |||
8 | xmin = 0 | ||
9 | xmax = 1 | ||
10 | npoints = 100 | ||
11 | |||
12 | Anpoints = npoints | ||
13 | Bnpoints = npoints | ||
14 | Cnpoints = npoints | ||
15 | Dnpoints = npoints | ||
16 | Enpoints = npoints | ||
17 | Fnpoints = npoints | ||
18 | Gnpoints = npoints | ||
19 | Hnpoints = npoints |