Installation#

The source code is currently hosted on GitHub at: https://github.com/tpvasconcelos/ridgeplot

Install and update using pip:

pip install -U ridgeplot

Dependencies#

  • plotly - the interactive graphing backend that powers ridgeplot

  • statsmodels - Used for Kernel Density Estimation (KDE)

  • numpy - Supporting library for multi-dimensional array manipulations