plot_list | topic started 8/28/2001; 8:31:13 PM last post 8/28/2001; 8:31:13 PM |
Michael Gage - plot_list 8/28/2001; 8:31:13 PM (reads: 1879, responses: 0) |
plot_listDescriptionPlots a piecewise linear non-parametric curve through a sequence of points. Syntax
Params Arguments are either a reference to a single array of (x,y) pairs, or references to two pairs of arrays, containing the x values and y values respectively. The x values should be strictly increasing. Returns A reference to a function subroutine which accepts a single x argument and returns a y value. The domain of the function is the closed interval between the lowest and highest x values Examples
Notes This macro is defined in PGnumericalmacros.pl
|