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?
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?