Ask for help on how to draw the heat map of the data set!

now I want to use python to draw a hot map of the WBC dataset. I have now processed the dataset with a total of 455 points and 9 attributes. I now want to draw a hot map of the attribute density of the dataset similar to the following:

clipboard.png
:

clipboard.png
because of the range of each attribute (that is, column) of my dataset, my current assumption is between 0 and 1, with horizontal axes. The ten scales, which represent the possible data range, the vertical axis is the attribute is the col1,col2,col3,col4,col5,col6,col7,col8,col9 in my data set. Because it is 455 data points, the color mark on the side is set to 0-500.
in fact, what I want to express is to count the situation in a certain range of each attribute and use a hot spot map to show it. What do you gods do?
Thank you!

Oct.06,2021

consider using heatmap in seaborn.

Menu