EMAworkbench
EMAworkbench copied to clipboard
WIP: KDE pairplot in PRIM analysis
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.
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).
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.