ridgeplot
ridgeplot copied to clipboard
Beautiful ridgeline plots in python
Cool example to add to the docs: https://morphocode.com/location-time-urban-data-visualization/#row-1497426575  The data source referenced in the original post returns a 404. After a quick search, this is likely the new equivalent...
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...
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)...
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...
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)....
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.
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...
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 ?