hyperspy.drawing package

Submodules

hyperspy.drawing.figure module

class hyperspy.drawing.figure.BlittedFigure

Bases: object

add_marker(marker)
close()
title

hyperspy.drawing.image module

hyperspy.drawing.marker module

class hyperspy.drawing.marker.MarkerBase

Bases: object

Marker that can be added to the signal figure

marker_properties

dictionary – Accepts a dictionary of valid (i.e. recognized by mpl.plot) containing valid line properties. In addition it understands the keyword type that can take the following values: {‘line’, ‘text’}

add_data(**kwargs)

Add data to the structured array. Each field of data should have the same dimensions than the nagivation axes. The other fields are not changed.

close()
get_data_position(ind)
isiterable(obj)
marker_properties
set_data(x1=None, y1=None, x2=None, y2=None, text=None, size=None)

Set data to the structured array. Each field of data should have the same dimensions than the nagivation axes. The other fields are overwritten.

set_marker_properties(**kwargs)

Set the line_properties attribute using keyword arguments.

hyperspy.drawing.mpl_he module

hyperspy.drawing.mpl_hie module

hyperspy.drawing.mpl_hse module

hyperspy.drawing.signal module

hyperspy.drawing.signal1d module

hyperspy.drawing.tiles module

hyperspy.drawing.utils module

hyperspy.drawing.widget module

hyperspy.drawing.widgets module

Module contents