ridgeplot icon indicating copy to clipboard operation
ridgeplot copied to clipboard

Beautiful ridgeline plots in python

Results 27 ridgeplot issues
Sort by recently updated
recently updated
newest added

Cool example to add to the docs: https://morphocode.com/location-time-urban-data-visualization/#row-1497426575 ![image](https://github.com/tpvasconcelos/ridgeplot/assets/17701527/0cfa4b8e-6026-4a5d-8c84-b24275a157d8) The data source referenced in the original post returns a 404. After a quick search, this is likely the new equivalent...

DOCS
good first issue
P:5

The new release notes are not rendered correctly in the GitHub releases. See [v0.1.25](https://github.com/tpvasconcelos/ridgeplot/releases/tag/0.1.25) for instance. A simple solution would be to hard-code some regex logic in `extract_latest_release_notes.py` to deal...

good first issue
CI

We have experienced some issues with statsmodels' KDE implementation (see in-line comments in `ridgeplot._kde.estimate_density_trace()`. - statsmodels uses scipy under the hood. This could be a good alternative to investigate. [pandas.Series.plot.kde](https://pandas.pydata.org/docs/reference/api/pandas.Series.plot.kde.html#pandas.Series.plot.kde)...

enhancement
good first issue

Update the ["Release process"](https://ridgeplot.readthedocs.io/en/stable/development/contributing.html#release-process) docs to reflect the current status. Maybe refactor steps 3. and 4. in a separate script in `cicd_utils/` and call it from here. The script should...

DOCS
CI/CD
P:3

I had to mark the `test_regressions` tests with XFAIL when running the checks in CI because they are currently failing when being run in GitHub Actions. See [here](https://github.com/tpvasconcelos/ridgeplot/actions/runs/7378769595/job/20074296603) and [here](https://github.com/tpvasconcelos/ridgeplot/actions/runs/7378769595/job/20074296398)....

help wanted
good first issue
CI

Review the current state of the `.coveragerc` config file. My guess is that it could probably be simplified since we are also using the `covdefaults` package.

good first issue
CI/CD
P:3

Hi! First, thanks for this library which is really awesome! I have this dataset where I'm analyzing Premie league football since 1992. I want to plot a Ridge plot with...

enhancement
good first issue

It would be useful to add the option to have weighted KDE (as well as weighted [histograms](https://github.com/tpvasconcelos/ridgeplot/issues/194)). In both cases it simply amounts to allow for a parameter `weights` to...

It would be useful to add the option to histograms instead of KDEs.

Hi, This is a very useful tool ! Does `ridgeplot` remove `nan` by default ?

question