Example thumbnail image
Description
Render a histogram for a list of data points.
Implementation
Browse source code here.
Configuration options
Name | Description | Quantisation | Default | Type | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
title | Histogram title | optional | string | |||||||||||||||||||||||||||||||
filename | Force output filename | optional | string | |||||||||||||||||||||||||||||||
datapoint | Data point(s) to compute | multiple |
| |||||||||||||||||||||||||||||||
sampling | Quantisation of input data | required | all-points | string, select from:
| ||||||||||||||||||||||||||||||
calibrated | Use calibrated data | required | True | boolean | ||||||||||||||||||||||||||||||
width | Width | required | 1000 | int (pixels) | ||||||||||||||||||||||||||||||
height | Height | required | 600 | int (pixels) | ||||||||||||||||||||||||||||||
ylabel | Override label for y-axis | optional | string | |||||||||||||||||||||||||||||||
label-fontsize | Font size for axis labels | required | 10 | int (pt) | ||||||||||||||||||||||||||||||
absolute-start-time | Force start time for histogram | optional | datetime | |||||||||||||||||||||||||||||||
absolute-stop-time | Force stop time for histogram | optional | datetime |
Example
<histogram> option 1 option 2 ... </histogram>
This shows an example of the basic declaration of the widget with no options. Options are added as:
<name>value</name>