line
Input Stack: |
⇨ |
Output Stack: |
Change the line style to be a standard line plot. This is the default visualization
mode for time series data and usually does not need to be set explicitly. It's mainly
useful for converting back from other line styles like area or stack.
Parameters
- expr: A time series expression to render as a line plot
Examples
Explicitly setting line style (though this is the default):
- :area - Fill area under the line
- :stack - Stack multiple lines as areas
- :vspan - Show vertical spans for events
- :alpha - Control line transparency
- :lw - Control line width/thickness
See Also
See the line style examples page for more information
on available line styles and their use cases.