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
Remove some debugging prints and add comments
[maxima.git]
/
doc
/
info
/
figures
/
draw_errors.mac
blob
ae4a2a5686ddec533039cb5b628dfd1e2519ece7
1
load("docdraw.mac");
2
3
docdraw2d("figures/draw_errors",
4
error_type = y,
5
errors([[1,2,1], [3,5,3], [10,3,1], [17,6,2]]))$