marker_height method

marker_height

Sets the ‘markerHeight’ attribute of the SVG ‘marker’ element, specifying the height of the marker’s viewport.

Returns

The current instance of SVGMarkerElementBuilder for method chaining.

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

See Also