El mi?, 23-02-2011 a las 10:56 -0500, Doug Stewart escribi?:
>
> Hi
>
>
> I have an array that is holding some bfloat numbers and I want to plot
> them.
>
>
> I tried:
> plot2d(difar[x],[x,1,200]);
> plot2d: expression evaluates to non-numeric value somewhere in
> plotting range.
>
>
> but no plot shows up.
>
>
> difar has made with
> array(difar,270);
>
>
> and was filled in a for loop with
> difar[k]:ar[k]-z,
>
Hello,
With graphic object 'points' of package draw you can plot lisp arrays,
those created by 'make_array'.
In case you are interested, describe(points) will show you some
examples.
--
Mario