managing graphs



Infact I'm using Xmaxima 5.9.3.

Following Mario Rodriguez suggestions :

plot2d(sin(x), [x, 0, 2*%pi], [gnuplot_preamble, "set terminal png;set out
'myplot.png'"])$

I obtained the png file, but the graph doesn't appear and Xmaxima chashes.
Roman please, what do you mean saying " unlock the file with Unlocker "? Can
you indicate me better what I have to do to show the graph?


>The command line plot2d (sin(x), [x, 0, 2*%pi],[gnuplot_term,  dumb ]);
does not work in Windows.

is this a bug? how do we can solve this ?

Thank you

Palmira


----- Original Message ----- 
From: "Roman" <rvru at mega.ist.utl.pt>
To: <Maxima at math.utexas.edu>
Sent: Sunday, June 04, 2006 1:18 PM
Subject: Re: [Maxima] managing graphs


> Hello!
> >(%i1) plot2d (sin(x), [x, 0, 2*%pi],[gnuplot_term,  dumb ]);
>
> >works as expected in my linux box.
>
> Does not work in Windows (command line, wxmaxima, xmaxima)
>
> >In png format:
>
> >(%i3) plot2d(sin(x), [x, 0, 2*%pi],
> >             [gnuplot_preamble,
> >              "set terminal png;set out 'myplot.png'"])$
>
> Wgnuplot.exe crashes and does not respond. When I unlock the file with
Unlocker it can be visualized.
>
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>
>