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_color2.mac
blob
4ba363777bdf46a90162db95fcf3fbc6272d1246
1
load("docdraw.mac");
2
docdraw2d(
3
"figures/draw_color2",
4
line_width=50,
5
color="#FF0000",
6
explicit(sin(x),x,0,10),
7
color="#0000FF80",
8
explicit(cos(x),x,0,10)
9
)$