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 note that the lapack package needs to loaded to get the functions.
[maxima.git]
/
doc
/
info
/
figures
/
draw_color4.mac
blob
e99b068dc146db69eb844f7e16b6f60521891c67
1
load("docdraw.mac");
2
docdraw2d(
3
"figures/draw_color4",
4
makelist(
5
[
6
color=i,
7
key=sconcat("color =",i),
8
explicit(sin(i*x),x,0,1)
9
],
10
i,0,17
11
)
12
)$