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-wrap-option-args'
[maxima.git]
/
doc
/
info
/
figures
/
draw_xaxis_secondary.mac
blob
0a2fec7f02d35c715a616b281fc45cb3183825bb
1
load("docdraw.mac");
2
3
docdraw2d("figures/draw_xaxis_secondary",
4
key = "Bottom x-axis",
5
explicit(x+1,x,1,2),
6
color = red,
7
key = "Above x-axis",
8
xtics_secondary = true,
9
xaxis_secondary = true,
10
explicit(x^2,x,-1,1)) $