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
set_scale_propsSet style properties of the scale.
set_patch_propsSet style properties of the scalebar frame.
set_label_propsSet style properties of the labels.