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
Remove some debugging prints and add comments
[maxima.git]
/
doc
/
info
/
figures
/
draw_key_pos.mac
blob
5ec0b288e3f851a49061c893a004303d77c80bb9
1
load("docdraw.mac");
2
docdraw2d("figures/draw_key_pos",
3
key_pos = top_left,
4
key = "x",
5
explicit(x, x,0,10),
6
color= red,
7
key = "x squared",
8
explicit(x^2,x,0,10)
9
)$