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_color.mac
blob
843b1a552ee7983c89f53878701dd32edce329b5
1
load("docdraw.mac");
2
docdraw2d("figures/draw_color",
3
explicit(x^2,x,-1,1), /* default is black */
4
color = red,
5
explicit(0.5 + x^2,x,-1,1),
6
color = blue,
7
explicit(1 + x^2,x,-1,1),
8
color = light_blue,
9
explicit(1.5 + x^2,x,-1,1),
10
color = "#23ab0f",
11
label(["This is a label",0,1.2])
12
)$