scverse / scanpy

Single-cell analysis in Python. Scales to >1M cells.
https://scanpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.9k stars 596 forks source link

Feature suggestion - implementing joyplots/ridgeplots #84

Open jcamunas opened 6 years ago

jcamunas commented 6 years ago

First of all congratulations for the awesome package, intuitive and works great. Just a suggestion if you have time to implement ridgeplots or joyplots like the ones available now in Seurat. They are useful to present several distributions in a compact (and attractive) way. Seems possible through the seaborn kdeplot functions (https://seaborn.pydata.org/examples/kde_joyplot.html). Just a suggestion, so feel free to close to issue at any point!

falexwolf commented 6 years ago

Thank you! :smile:

Of course! I agree! Would you like to submit a pull request? That might be the fastest way to achieve this... If you don't think you want to do it, I'll look into it as soon as possible (~weeks)...