hyperspy.drawing.mpl_he module¶
-
class
hyperspy.drawing.mpl_he.
MPL_HyperExplorer
¶ Bases:
object
-
_on_signal_plot_closing
()¶
-
assign_pointer
()¶
-
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
(**kwargs)¶
- Parameters
title (str, optional) – Title of the navigator. The default is None.
**kwargs (dict) – The kwargs are passed to plot method of
hyperspy.drawing.image.ImagePlot()
orhyperspy.drawing.signal1d.Signal1DLine()
.
-
plot_signal
(**kwargs)¶
-