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_key.mac
blob
a3f7f2172f4f481fb46b1d72588e341752934696
1
load("docdraw.mac");
2
docdraw2d("figures/draw_key",
3
key = "Sinus",
4
explicit(sin(x),x,0,10),
5
key = "Cosinus",
6
color = red,
7
explicit(cos(x),x,0,10)
8
)$