>>>>> "Daniel" == Daniel Lemire <lemire@ondelette.com> writes:
Daniel> Good day,
>> Try PLOT2D_PS in maxima-5.6. It does not seem to work with
>> 5.5. Writes out to maxima.ps file.
Daniel> I'm not sure it does what I want. I would want something like...
Daniel> PLOT2D_PS (x,[x,0,10], "myfile_x.eps");
Daniel> PLOT2D_PS (x^2,[x,0,10], "myfile_x2.eps");
Daniel> PLOT2D_PS (log(x),[x,0.1,10], "myfile_log.eps");
This could probably be arranged to do this.
Ray