set_line_dash method

set_line_dash

Sets the current line dash pattern.

def set_line_dash(self, segments):
    ...
ParameterTypeDescription
segmentslistAn Array of numbers which specify distances to alternately draw a line and a gap (in coordinate space units)

See Also