marker_width method

marker_width

Sets the ‘markerWidth’ attribute of the SVG ‘marker’ element, specifying the width of the marker’s viewport.

Returns

The current instance of SVGMarkerElementBuilder for method chaining.

def marker_width(self, value, type):
    ...
ParameterTypeDescription
valuefloatThe width of the marker’s viewport.
typeLengthTypeThe unit of measurement for the width (default is pixels).

See Also