packages feed

hvega-0.4.0.0: tests/specs/data/sequence2.vl

{
    "transform": [
        {
            "as": "v",
            "calculate": "sin(datum.u)"
        }
    ],
    "mark": "line",
    "data": {
        "sequence": {
            "as": "u",
            "start": 0,
            "step": 0.1,
            "stop": 12.7
        }
    },
    "$schema": "https://vega.github.io/schema/vega-lite/v3.json",
    "encoding": {
        "x": {
            "field": "u",
            "type": "quantitative"
        },
        "y": {
            "field": "v",
            "type": "quantitative"
        }
    }
}