BubbleHistogram¶
Bubble histogram — bins two-dimensional data into a rectangular grid and draws a bubble at the center of every non-empty bin, its size encoding the number of points that fell in it.
An optional second argument controls the binning, mirroring Histogram:
an integer sets the number of bins per axis, and {dx} sets the bin width.
Options: AxesLabel, PlotLabel, ChartStyle, ImageSize.