Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

visualization.plot.plot_heatmap

visualization.plot.plot_heatmap

Classes

NameDescription
PlotHeatmapConfigConfiguration object for controlling the aesthetics of xmris Heatmap Plots.

Functions

NameDescription
plot_heatmapGenerate a publication-ready 2D heatmap plot of stacked 1D spectra.

plot_heatmap

visualization.plot.plot_heatmap.plot_heatmap(
    da,
    x_dim=None,
    stack_dim=None,
    ax=None,
    config=None,
)

Generate a publication-ready 2D heatmap plot of stacked 1D spectra.