![]() |
|
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: ![]() ![]() |