import matplotlib as mpl import matplotlib.pylab as plt par = plt.hist2d(x, y, norm=mpl.colors.LogNorm(), cmap=mpl.cm.gray)