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
plotdf.lisp: change the name of one of the functions SUBXY which were duplicated.
[maxima.git]
/
doc
/
info
/
figures
/
draw_grid.mac
blob
b6291e2fe63f9766e15f444ad90c5d57781871fc
1
load("docdraw.mac");
2
docdraw2d("figures/draw_grid",
3
grid = true,
4
explicit(exp(u),u,-2,2)
5
)$