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_ridge

visualization.plot.plot_ridge

Classes

NameDescription
PlotRidgeConfigConfiguration object for controlling the aesthetics of xmris Ridge Plots.

Functions

NameDescription
plot_ridgeGenerate 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.