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_labels, trace_types, row_labels, legendgroup, colorscale, colormode, color_discrete_map, opacity, line_color, line_width, spacing, xpad)[source]