hyperspy.drawing.mpl_he module

class hyperspy.drawing.mpl_he.MPL_HyperExplorer

Bases: object

close()

When closing, we make sure: - close the matplotlib figure - drawing events are disconnected - the attribute ‘signal_plot’ and ‘navigation_plot’ are set to None

property is_active

A plot is active when it has the figure open meaning that it has either one of ‘signal_plot’ or ‘navigation_plot’ is not None and it has a attribute ‘figure’ which is not None.

plot_navigator(title=None, **kwargs)
Parameters