Just a simple way of upgrading to a newer version of Matplotlib, in order to resolve the Heat Map cut off issue.
pip install --user matplotlib==3.3.2
and if needed:
pip install --upgrade --user pip
Version checks:
import matplotlib
print(matplotlib.__version__)
pip-V
#seaborn #heatmap #cuttoff