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
descriptive.mac: declare local variable to avoid possibility of name collision.
[maxima.git]
/
doc
/
info
/
figures
/
draw_allocation.mac
blob
3b18d4fe75fd34e5f9b7e4cfdc747cec22cb6a29
1
load("docdraw.mac");
2
3
docdraw("figures/draw_allocation",
4
gr2d(
5
explicit(x^2,x,-1,1)),
6
gr2d(
7
allocation = [[1/4, 1/4],[1/2, 1/2]],
8
explicit(x^3,x,-1,1),
9
grid = true) ) $