repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add upper limit arg to log-transform
[maxima.git]
/
doc
/
info
/
figures
/
draw_palette5.mac
blob
dd99a5e72ad05df68b99b821d001e1e3474702a8
1
load("docdraw.mac");
2
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
) $