Histogram3D
Histogram3D[{{x1, y1}, {x2, y2}, ...}] plots a 3D histogram of the values.
Examples
3D histogram of 2D data:
data = RandomReal[1, {1000, 2}];
Histogram3D[data]With bin specification:
Histogram3D[data, 10]Please visit the official Wolfram Language Reference for more details.