New in Wolfram
Mathematica
8: New and Improved Scientific and Information Visualization
◄
previous
|
next
►
Graphics & Visualization
Create Scaled Histograms
Use scaled axes to show the distribution of values for data from a heavy-tailed distribution.
In[1]:=
X
Histogram[ VertexDegree[RandomGraph[BarabasiAlbertGraphDistribution[10^4, 3]]], ColorFunction -> "Rainbow", ScalingFunctions -> {"Log", "Log"}]
Out[1]=