Problem with maxima and gnuplot on Nokia N810...



> > On Thu, May 29, 2008 at 1:50 PM, Marcus Fazzi (Anunakin)
> <anunakin at vivaphp.net> wrote:

> > > I compiled ?CLISP 2.38, MAXIMA 5.9.3, WXMAXIMA 0.7.5 and GNUPLOT 4.2.3.
> > > ?All seens to works at maxima... and wxmaxima works too ... ;-)
> > >
> > > B?ut I cant generate any graphics ...
> > >
> > > ?On maxima when I try it: plot2d(sin(x),[x,-5,5]); I get this error: -c:
> applet not found

Marcus, it seems possible that the plot output is generated correctly
but Gnuplot is called incorrectly.

Try this:

plot2d (sin(x), [x, 0, 4], [plot_format, gnuplot]);

Does that cause the error?

That should generate a file named maxout.gnuplot .
If you use maxout.gnuplot as the Gnuplot input i.e. launch Gnuplot
and load the maxout.gnuplot (I forget how to do that),
does that display the plot?

What if you try calling some random program from Maxima --
does that work? e.g.

system ("ls");

Do you get a similar error message?

Sorry I can't be more helpful,

Robert Dodier

PS. You can write in your native language if you want.
We will find a way to translate it.