Reference issues/PRs
Follows observations made in #442.
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
A simple multiplication by 1 is used to automatically cast data to a numeric dtype. In this way, boolean arrays are allowed in plot_heatmap.
Reference issues/PRs Follows observations made in #442.
Types of changes
Description A simple multiplication by
1
is used to automatically castdata
to a numeric dtype. In this way, boolean arrays are allowed inplot_heatmap
.Checklist
flake8
to check my Python changes.pytest
to check this on Python tests.