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.
Adds the optional parameter of
upper_half
toassociations()
. If not explicitly set by the user the entire matrix is plotted. If set toTrue
, only the upper half is shown and if set toFalse
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.