Seaborn heatmap | Learn the Various Examples of Seaborn heatmap - EDUCBA We have created multiple Heatmaps with seaborn library from different data sets. Syntax: import seaborn as sns import numpy as np data_ = np. random. randn (8,12) ax = sns. heatmap ( data_) Output: