Remove some debugging prints and add comments
[maxima.git] / doc / info / figures / draw_ylabel_secondary.mac
blob2927396f71f01633503a7c1b6b296cea277a3339
1 load("docdraw.mac");
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)