DSL Element y
The y axis in a plot chart. The element is used for timeseries, scatter, and flow duration plots.
...
analysis {
timeseries(title:"East Fork Carson") {
x(file:"%last/out1.csv", column:"date")
y(file:"%last/out1.csv", column:"basin_cfs")
y(file:"%last/out2.csv", column:"runoff[0]")
}
...
}
...
Element y
Specification
Name |
y - The y axis in a chart |
Properties | Description | Type | Required |
file | Data file | String | Yes |
column | Column of data in data file | String | Yes |