AbsoluteDashing
WLJS
Execution environment
AbsoluteDashing[{d1, d2, ...}]
is a graphics directive which specifies that lines which follow are to be drawn dashed, with successive segments having absolute lengths d1
, d2
, … (repeated cyclically).
For example
Table[Graphics[{AbsoluteDashing[{d, 15 - d}],
Line[{{0, 0}, {2, 1}}]}], {d, {2, 5, 8, 12}}]