A Python library for creating beautiful ridgeline (joyplot) plots using Plotly-like grammar. Version 0.6.0 requires Python >=3.10. Development seems stalled (last release May 2023).
pip install ridgeplotNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a basic ridgeline plot from a dictionary of samples.
Use 'samples' parameter instead of 'data'.
Use from ridgeplot import ridgeplot.
Convert DataFrame columns to list before passing.
Use 'from ridgeplot import ridgeplot' and then just 'ridgeplot(...)'
Ensure samples is a dict with at least one key and each value is a list of numeric values.
No dependency data recorded yet.