set_line_props๏ƒ

ScaleBar.set_line_props(update=True, **kwargs)๏ƒ

Set the style properties of the lines connecting the scale and the labels.

Parameters:

kwargs โ€“

All kwargs are passed to the matpltlotlib.Collections.LineCollection that is used to draw the frame. The default is {โ€œecโ€: โ€œkโ€, โ€œlwโ€: 1, โ€œlsโ€: โ€œโ€“โ€œ}

Possible values are:

  • โ€edgecolorโ€ (or โ€œecโ€), โ€œlinewidthโ€ (or โ€œlwโ€), โ€œlinestyleโ€ (or โ€œlsโ€) โ€ฆ

See also

ScaleBar.set_scale_props

Set style of the scale.

ScaleBar.set_patch_props

Set style of the scalebar frame.

ScaleBar.set_label_props

Set style of the labels.