You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

Y #17077/HEAD / v10
Tags:  not added yet

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

Parents
timeseries{}, scatter{}, flowduration{}