Navigation
Synopsis Defines the width of lines.
Function FProperty lineWidth(num w)
Description Set the width of lines and borders of figures to w.
Examples
b1 = box(lineWidth(1));
b2 = box(lineWidth(2));
b3 = box(lineWidth(3));
b4 = box(lineWidth(4));
boxes = [b1, b2, b3, b4];
render(hcat(boxes,hgrow(1.2)));
gives: h1
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.