Adaptive bar histograms
The following examples are using the adaptive histogram mode of Bars.
Note that the histograms change when you zoom in/out of the graph. For quickly navigating around, pressing the 1 and 2 keys (on your main keyboard, not on the number pad) might be useful for seeing the full range of the abscissa and ordinate, respectively.
If you want to use a histogram with a fixed (non-adaptive) bin size, consider using the generateHistogram function instead.
This main code for the first example is:
The last example shows that you can use 'count'
for both
the ordinate and the color axis. Note that the different axes can have
different mappings ('log10'
and 'linear'
,
respectively) despite showing the same data.