matplotlib hexbin gap removal

374 views Asked by At

I have three lists of data, of length 35: X, Y and Z. I do

plt.hexbin(X, Y, C=Z, gridsize=35)

to yield the following plot. How to get rid of the whites?

enter image description here

0

There are 0 answers