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.