plotting to psfile?



On Fri, May 11, 2012 at 8:51 AM, Richard Fateman
<fateman at eecs.berkeley.edu>wrote:

> I was hoping to produce a postscript EPS file of a plot (so I could include
> it in a TeX file), using Maxima.  I thought something like this would work:
>
> plot2d(sin(x),[x,-%pi,%pi],[**psfile,"sinplot"]);
>
> but what was produced was a gnuplot file, not EPS.
>
> Did I do something wrong?
>
>
I think you need to add [gnuplot_term, "eps"].

The documention for plot2d needs work.  I always end up having to look at
src/plot.lisp to do things. plot2d should include some easier way to get to
these options.

Ray