Reduce randomization in horizontal lines.
[matthijs/master-project/report.git] / Utils / Lambda.tex
index f1952eaffbeb31a56d0a992a8bb09b9d4a527502..6ad1fbbd9996524c46c12d931c202dbcbe26972f 100644 (file)
@@ -8,7 +8,7 @@ path a, b;
 % Create a rectangle of the full size
 a := origin -- (\MPvar{width}, 0mm);
 % Randomize it a bit
-b := a randomized (\overlaywidth / 25) ;
+b := a randomized (\overlaywidth / 50) ;
 % And draw it
 drawoptions (withpen pencircle scaled .75mm withcolor black) ;
 draw b;