Add upper limit arg to log-transform
[maxima.git] / doc / info / figures / draw_label.mac
blobe4a2857db2fb55deab6e883999c51bfc90cceb3f
1 load("docdraw.mac");
3 docdraw2d("figures/draw_label",
4         yrange = [0.1,1.4],
5         color = red,
6         label(["Label in red",0,0.3]),
7         color = "#0000ff",
8         label(["Label in blue",0,0.6]),
9         color = light_blue,
10         label(["Label in light-blue",0,0.9],
11         ["Another light-blue",0,1.2]) )$