dabl/dabl

Add 2d density plots as alternative to scatterplot

Open

#192 建立於 2020年1月31日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Jupyter Notebook (103 fork)github user discovery
help wanted

倉庫指標

Star
 (728 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Allow using a density plot instead of a discrete_scatter inside of plot (in plot_classification_continuous)

We might even use seaborn: https://seaborn.pydata.org/tutorial/distributions.html

Or maybe we have to use kdes ourselves. There's also bubble sets: https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=5290706

And several cool ideas here that might be worth exploring: https://www.ncbi.nlm.nih.gov/pubmed/30136987

I like the voronoi with the bar charts in it for example.

貢獻者指南