altair_pandas icon indicating copy to clipboard operation
altair_pandas copied to clipboard

scatter_matrix

Open Casyfill opened this issue 6 years ago • 3 comments

Obviously the wrong repo to post, but perhaps someone knows why Pandas sticks to matplotlib for scatter_matrix?

I was hoping to add it to altair_pandas as this is the main use case for my personal use

Casyfill avatar Aug 30 '19 02:08 Casyfill

Actually found it: https://github.com/pandas-dev/pandas/issues/26747

Hope that will be resolved soon

Casyfill avatar Aug 30 '19 02:08 Casyfill

Does it make sense to still implement this function as part of this package?

Eg

From altair_pandas import scatter_matrix

scatter_matrix(df)

Casyfill avatar Aug 30 '19 02:08 Casyfill

Sure, we could implement those plots here.

jakevdp avatar Aug 30 '19 02:08 jakevdp