shakedzy / dython

A set of data tools in Python
http://shakedzy.xyz/dython/
MIT License
496 stars 102 forks source link

Can choose to only show half of correlation matrix #94

Closed jayceslesar closed 3 years ago

jayceslesar commented 3 years ago

Adds the optional parameter of upper_half to associations(). If not explicitly set by the user the entire matrix is plotted. If set to True, only the upper half is shown and if set to False then only the lower half is shown. It might be easier to just allow a custom mask, and accept more kwargs from the seaborn heatmap call itself (a more well-rounded solution to this as well as #92 ), so happy to discuss possible solutions to allow the tool to more seamlessly fit into a variety of workflows.

shakedzy commented 3 years ago

Closing due to no progress and new conflicts.