Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Create a bubble chart from a list of points with the size of the bubbles corresponding to the count of points at each location
ResourceFunction["HistogramBubbleChart"][{{x1,y1}, {x2,y2}…}] makes a bubble chart with for 2D data with positions {xi,yi} with sizes based on the count of {xi,yi}. | |
ResourceFunction["HistogramBubbleChart"][data,bspec] makes a bubble chart with the sizes of bins specified by bspec. | |
ResourceFunction["HistogramBubbleChart"][data,bspec,hspec] makes a bubble chart with sizes of bins specified by bspec and the sizes of the bubbles specified by hspec. |
Create a histogram bubble chart for three values:
| In[1]:= |
| Out[1]= | ![]() |
Useful for visualizing high density data:
| In[2]:= |
| Out[2]= | ![]() |
Compare two distributions:
| In[3]:= |
| Out[3]= | ![]() |
Give options to bubble chart:
| In[4]:= | ![]() |
| Out[4]= | ![]() |
Specify the size function:
| In[5]:= | ![]() |
| Out[5]= | ![]() |
Works similarly to density histogram, but instead of colors corresponding to frequency it uses the size of the bubbles:
| In[6]:= | ![]() |
| Out[6]= | ![]() |
Wrappers are not permitted:
| In[7]:= |
| Out[7]= |
Wolfram Language 13.0 (December 2021) or above
This work is licensed under a Creative Commons Attribution 4.0 International License