This code was working (at least in 2022):
pz(x,y,z) := z*exp(-sqrt(x^2 + y^2 + z^2)/2)$
wxplot3d(pz(0,y,z),[y,-10,10],[z,-10,10],[gnuplot_preamble,"set contour base;set cntrparam levels incremental -0.4,0.1,0.4;set nokey;"])$
Now with wxMaxima 23.12.0 and Maxima 5.47.0 the wxplot3d does not display the picture with a gnuplot error: invalid pm3d option set pm3d hidden3d 100 border lw 0.5 lt rgb "#000000" inside the maxoutxxxx.gnuplot file. With plot3d(.....) instead of wxplot3d(...) the same error is reported but in a separate window (aqua in my case) the plot is drawn. Is there any possibility to get the plot inline? Thank you very much.