visualization.plot.plot_heatmap
Classes¶
| Name | Description |
|---|---|
| PlotHeatmapConfig | Configuration object for controlling the aesthetics of xmris Heatmap Plots. |
Functions¶
| Name | Description |
|---|---|
| plot_heatmap | Generate 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.