hyperspy.drawing._widgets.label module¶
-
class
hyperspy.drawing._widgets.label.
LabelWidget
(axes_manager, color='black', **kwargs)¶ Bases:
hyperspy.drawing.widget.Widget1DBase
A draggable text widget. Adds the attributes ‘string’ and ‘bbox’. These are all arguments for matplotlib’s Text artist. The default y-coordinate of the label is set to 0.9.
-
property
string
¶
-
property