EMAworkbench icon indicating copy to clipboard operation
EMAworkbench copied to clipboard

WIP: KDE pairplot in PRIM analysis

Open jasonrwang opened this issue 3 years ago • 2 comments

Resolves #98 to allow users to plot a contour map in addition to the scatter currently offered by PrimBox.show_pairs_scatter().

This is currently implemented as a parameter that defaults to 'scatter' but could also be implemented using **kwargs.

jasonrwang avatar Mar 11 '21 08:03 jasonrwang

I would prefer kind to be a keyword argument, and perhaps relabel it to style analogous to PrimBox.inspect.

note also how **kwargs is used there to collect any additional keyword arguments which can be passed to the associated helper function (so seaborn in this case).

quaquel avatar Mar 11 '21 08:03 quaquel

Hi @jasonrwang! Would you like to continue work on this feature? I'm also looking into the visualiation part of the EMAworkbench in the coming months, so I could assist if you like.

EwoutH avatar Aug 31 '22 09:08 EwoutH