Maxima 5.25.1 on Mac gnuplot problem - no window



On 12/01/2011 05:07 AM, Hermann Klocker wrote:
> plot3d (3-5*x-y, [x,-1,1], [y,-1,1], [z,-1,1]);
>
> the same: yes, a window, but not responding to mouse.

Hi Hermann,
could you please try the following two commands and tell whether the 
mouse fails in both?

    plot3d (3-5*x-y, [x,-1,1], [y,-1,1], [z,-1,1], [plot_format,gnuplot]);

    plot3d (3-5*x-y, [x,-1,1], [y,-1,1], [z,-1,1], 
[plot_format,gnuplot_pipes]);

I'm also curious to know how the same plot made by Xmaxima will look in 
Aquaterm:

    plot3d (3-5*x-y, [x,-1,1], [y,-1,1], [z,-1,1], [plot_format,xmaxima]);

The mouse should work in that case but you will not get numbers or 
scales on the axes.

Regards,
Jaime