powered by
Show a palette/colormap with a random heatmap
pal.heatmap(pal, n = 25, miss = 0.05, main = "")
None.
A palette function or a vector of colors.
The number of squares vertically in the heatmap.
Fraction of squares with missing values, default .05.
Main title
Kevin Wright
None
pal.heatmap(brewer.paired, n=12) pal.heatmap(coolwarm, n=12) pal.heatmap(tol, n=12) pal.heatmap(glasbey, n=32) pal.heatmap(kelly, n=22, main="kelly", miss=.25)
Run the code above in your browser using DataLab