Add upper limit arg to log-transform
[maxima.git] / doc / info / figures / draw_palette5.mac
blobdd99a5e72ad05df68b99b821d001e1e3474702a8
1 load("docdraw.mac");
3 docdraw3d("figures/draw_palette5",
4         palette = [red, blue, yellow],
5         enhanced3d = x,
6         explicit(x^2+y^2,x,-1,1,y,-1,1)
7 ) $