SmoothHistogram3D
SmoothHistogram3D[{{x1, y1}, {x2, y2}, ...}] plots a 3D smooth kernel histogram of the values {xi, yi}.
SmoothHistogram3D[{{x1, y1}, {x2, y2}, ...}, espec]plots a 3D smooth kernel histogram with estimator specification espec.SmoothHistogram3D[{{x1, y1}, {x2, y2}, ...}, espec, dfun]plots the distribution function dfun.SmoothHistogram3D[{data1, data2, ...}, ...]plots smooth kernel histograms for multiple datasets datai.
Examples
SmoothHistogram3D[RandomReal[1, {100, 2}]]SmoothHistogram3D[RandomVariate[BinormalDistribution[0.5], 500]]Please visit the official Wolfram Language Reference for more details.