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
Merge branch 'rtoy-html-support-external-docs'
[maxima.git]
/
doc
/
info
/
figures
/
draw_user_preamble.mac
blob
c6ece45ac9a4634e89dc53de8eb3cfc4f55e006f
1
load("docdraw.mac");
2
3
docdraw2d("figures/draw_user_preamble",
4
xaxis =true, xaxis_type=solid,
5
yaxis =true, yaxis_type=solid,
6
user_preamble="set grid front",
7
region(x^2+y^2<1 ,x,-1.5,1.5,y,-1.5,1.5))$