Draw A Some XY graphs
Define up to four curves parametrically or explicitly.
X can be:
1..n for a list of points 1,2,3,..,99,100
a parametric function f(t) [t**2] with n=5 for an array of x-values giving 0,1,4,9,16
or as 0.1,1,1.5,3,7,9,20 for a set of defined set of x-values
Y can be:
a parametric function f(t) [t**2] with n=5 for an array of y-values giving 0,1,4,9,16
a function f(x) [log10(x)] with n=5 for an array of y-values giving log10(0),log10(1),log10(4),log10(9)
A set of constants 0.1,1,1.5,3,7,9,20 for a set of defined set of x-values.
Note The X and Y lists must have the same number of values if constants are entered for both |
![[sample output]](images/lines.png) |