plot2d malfunction in command line(Windows)



Jaime E. Villate ?????:
> On Thu, 2006-09-28 at 20:17 +0100, Roman wrote:
>   
>> plot2d(sin(x),[x,0,2*%pi]);  do nothing (command line), except take up
>> CPU to 100% during 10 seconds. There is no problem in XMaxima. Is this
>> a bug?
>> System: WindowsXP+SP2(5.1.2600)
>>     
>
> It might be that gnuplot is not correctly installed in your system. But
> just to make sure I understand your problem, what are the results of
> the following two commands in your system?:
>    plot2d(sin(x),[x,0,2*%pi],[plot_format,gnuplot]);
>    plot2d(sin(x),[x,0,2*%pi],[plot_format,openmath]);
>
> cumprimentos,
> Jaime
>
>
>
>   
Sorry, it was the particular session of Maxima with malfunction. It's OK 
now.

plot2d(sin(x),[x,0,2*%pi]);
plot2d(sin(x),[x,0,2*%pi],[plot_format,gnuplot]);
plot2d(sin(x),[x,0,2*%pi],[plot_format,openmath]);