DSL Element x
The x axis, independent variable, in a plot chart. In the timeseries plot, the x axis is a date column.
...
analysis {
timeseries(title:"East Fork Carson") {
x(file:"%last/out1.csv", column:"date")
...
}
...
}
...
Element x
Specification
Name |
x - The x axis in a chart |
Properties | Description | Type | Required |
file | Data file | String | Yes |
column | Column of data in data file | String | Yes |