visualization.plot.plot_ridge
Classes¶
| Name | Description |
|---|---|
| PlotRidgeConfig | Configuration object for controlling the aesthetics of xmris Ridge Plots. |
Functions¶
| Name | Description |
|---|---|
| plot_ridge | Generate a publication-ready ridge plot (2D waterfall) of stacked 1D spectra. |
plot_ridge¶
visualization.plot.plot_ridge.plot_ridge(
da,
x_dim=None,
stack_dim=None,
ax=None,
config=None,
)Generate a publication-ready ridge plot (2D waterfall) of stacked 1D spectra.