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
Update docs to match implementation of $build_and_dump_html_index
[maxima.git]
/
doc
/
info
/
figures
/
draw_user_preamble2.mac
blob
7c50ca59aae818f5c0388d6e1cb2db7b6fbc45bd
1
load("docdraw.mac");
2
3
docdraw3d("figures/draw_user_preamble2",
4
contour=both,
5
surface_hide=true,enhanced3d=true,wired_surface=true,
6
contour_levels=10,
7
user_preamble="set for [i=1:8] linetype i dashtype i linecolor 0",
8
explicit(sin(x)*cos(y),x,1,10,y,1,10)
9
);