Le Wed, 31 Oct 2001 12:50:29 +0100
Daniel Duparc <daniel.duparc@free.fr> écrivait :
> In the last file src/plot.lisp written by Bill
> (to be found in the cvs tree), there _is_ a
> function named paramplot().
>
> Does anybody know how to use it ?
Well, I have made somme progress :
(C1) plot_options;
(D1) [[x, - 3, 3], [y, - 3, 3], [GRID, 30, 30], [VIEW_DIRECTION, 1, 1, 1],
[COLOUR_Z, FALSE], [TRANSFORM_XY, FALSE], [RUN_VIEWER, TRUE],
[PLOT_FORMAT, OPENMATH], [NTICKS, 100]]
/* notice : openmath */
(C2) paramplot(cos(x),sin(x),[0.0,6.29]);
then a file maxout.ps is generated, with a beautiful
circle.
However, I failed in changing the ouput to openmath
or gnuplot.
Best regards.
--
Daniel Duparc <daniel.duparc@free.fr>
29 av. de la Commune de Paris
94400 Vitry sur Seine (France)