- linedash plotter dashes offsetprocedure
Sets a custom dash pattern. dashes is a list of integers specifying dash and gap lengths in user coordinates. offset is an integer offset into the pattern.
Example:
(linedash plotter '(10 5 5 5) 0) ; long dash, gap, short dash, gap