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_line_width.mac
blob
2894ef75c05ff77efe0fdc280f2c1f20fbfed678
1
load("docdraw.mac");
2
docdraw2d("figures/draw_line_width",
3
explicit(x^2,x,-1,1), /* default width */
4
line_width = 5.5,
5
explicit(1 + x^2,x,-1,1),
6
line_width = 10,
7
explicit(2 + x^2,x,-1,1)
8
)$