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_ylabel_secondary.mac
blob
2927396f71f01633503a7c1b6b296cea277a3339
1
load("docdraw.mac");
2
3
docdraw2d("figures/draw_ylabel_secondary",
4
key_pos=bottom_right,
5
key="current",
6
xlabel="t[s]",
7
ylabel="I[A]",ylabel_secondary="P[W]",
8
explicit(sin(t),t,0,10),
9
yaxis_secondary=true,
10
ytics_secondary=true,
11
color=red,key="Power",
12
explicit((sin(t))^2,t,0,10)
13
)$