Make a 2D histogram with HEALPix pixellization using healpy
问题 The data are coordinates of objects in the sky, for example as follows: import pylab as plt import numpy as np l = np.random.uniform(-180, 180, 2000) b = np.random.uniform(-90, 90, 2000) I want to do a 2D histogram in order to plot a map of the density of some point with (l, b) coordinates in the sky, using HEALPix pixellization on Mollweide projection. How can I do this using healpy ? The tutorial: http://healpy.readthedocs.io/en/v1.9.0/tutorial.html says how to plot a 1D array, or a fits