Hi,
Iβm trying to plot pandas crosstab dataframe as heatmp without success. I want to keep the margins of the table (total row and column) but to exclude them from the color scale of the heatmap (fill them with predefined color, gray for example).
Can I achieve this behavior with heatmap?