Maxima 5.25.1 on Mac gnuplot problem - no window



As you suggested I tried

plot3d (..., [plot_format,gnuplot]);
plot3d (..., [plot_format,gnuplot_pipes]);

and got the expected results - static window, no mouse, no gnuplot menu.

The third command

plot3d (..., [plot_format,xmaxima]);

too did as you thought: mouse and rotation (!), no axes (since this is not gnuplot, right?).

Hermann