Skip to content

: plot histo

Draw a histogram

Usage: : plot histo [OPTIONS] <EXPRESSION>...

Arguments

Name Description Possible values Default
<EXPRESSION> The expression to plot. Should return a numerical value such as float or int

Options

Name Description Possible values Default
-x
--x-range
The horizontal range of the plot, e.g. -5..10
-y
--y-range
The vertical range of the plot, e.g. 0..100
--threshold Draw a red line at the given x coordinate (useful to show critical thresholds on the histogram). Can be specified multiple times to draw multiple lines
-m
--metrics
What kind of metrics to draw on the plot none, basic, advanced basic
-r
--rate
The maximum rate at which to update the plot texture, in Hz (note - values are always gathered, but the plot texture itself is rate limited for performance reasons) 15