histogram

numpy histogram with 3 variables

生来就可爱ヽ(ⅴ<●) 提交于 2020-12-05 06:28:43
问题 Please forgive me if this is a repeated question, I've done my best to look for a solution. This seems very straightforward but I can't seem to find anything applicable. I'm trying to generate a plot (like a heatmap) using data from 3 1-D numpy arrays. The data is basically arranged as follows: x_axis = ([1, 4, 6]) y_axis = ([2, 5, 7]) z_axis = ([5, 8, 9]) (my data sets are actually much larger... sometimes hundreds of thousands of entries). so I've got z_axis values that are each associated