ridgeplot._figure_factory module

Ridgeline plot figure factory logic.

ridgeplot._figure_factory.normalise_trace_types(densities, trace_types)[source]
ridgeplot._figure_factory.normalise_trace_labels(densities, trace_labels, n_traces)[source]
ridgeplot._figure_factory.normalise_row_labels(trace_labels)[source]
ridgeplot._figure_factory.update_layout(fig, row_labels, tickvals, xpad, x_max, x_min)[source]

Update figure’s layout.

ridgeplot._figure_factory.create_ridgeplot(densities, trace_types, row_labels, colorscale, opacity, colormode, trace_labels, line_color, line_width, spacing, xpad)[source]