Skip to content

Instantly share code, notes, and snippets.

@DevinBayly
Created October 18, 2021 18:47
Show Gist options
  • Select an option

  • Save DevinBayly/ac7ec07d5ee5c5bf283e88c4f14fac57 to your computer and use it in GitHub Desktop.

Select an option

Save DevinBayly/ac7ec07d5ee5c5bf283e88c4f14fac57 to your computer and use it in GitHub Desktop.
Vega-Lite spec from Mon Oct 18 2021
{
"data": {
"url": "https://gist.githubusercontent.com/DevinBayly/946ca3386bc910be49121e209f8a6d5b/raw/d38bbfc4315abac24198b90c9958fda95979ca5c/iris.json"
},
"mark": "bar",
"encoding": {
"y": {
"aggregate": "mean",
"field": "petal_length",
"type": "quantitative"
},
"x": {
"bin": {},
"field": "petal_width",
"type": "quantitative",
"scale": {}
}
},
"config": {
"line": {
"point": true
},
"scale": {
"useUnaggregatedDomain": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment