logarithmic 2d histogram

Solutions on MaxInterview for logarithmic 2d histogram by the best coders in the world

showing results for - "logarithmic 2d histogram"
Fenton
04 Nov 2016
1import matplotlib as mpl
2import matplotlib.pylab as plt
3par = plt.hist2d(x, y, norm=mpl.colors.LogNorm(), cmap=mpl.cm.gray)
4
Lorenzo
01 Nov 2019
1import matplotlib as mpl
2import matplotlib.pylab as plt
3par = plt.hist2d(x, y, norm=mpl.colors.LogNorm(), cmap=mpl.cm.gray)
similar questions
queries leading to this page
logarithmic 2d histogram