descriptive.mac: declare local variable to avoid possibility of name collision.
[maxima.git] / doc / info / figures / draw_line_width.mac
blob2894ef75c05ff77efe0fdc280f2c1f20fbfed678
1 load("docdraw.mac");
2 docdraw2d("figures/draw_line_width",
3         explicit(x^2,x,-1,1), /* default width */
4         line_width = 5.5,
5         explicit(1 + x^2,x,-1,1),
6         line_width = 10,
7         explicit(2 + x^2,x,-1,1)
8 )$