I am going to plot2d the function f(x) which is defined by a parametric integral
load("c:/work3/nint.mac");
g(x,y):=x*y;
f(x):=nint(g(x,t),t,1,100);
wxplot2d(f(x),['x,0,10]);
plot2d: expression evaluates to non-numeric value everywhere in plotting range.