: plot line¶
Draw a line plot
Usage: : plot line [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 |
|---|---|---|---|
-t--time | The time range of the plot, in seconds | 4 | |
-y--y-range | The vertical range of the plot, e.g. -5..10 | ||
--threshold | Draw a red line at the given y coordinate (useful to show critical thresholds on the graph). 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 |