vegalite({
data: {url: "https://gist.githubusercontent.com/mbostock/5870a43c73b8899213019ded657840bd/raw/469d70043a0e0e11adba24f5390d147c9970046e/cars.csv"},
mark: "point",
width,
height: 360,
autosize: "fit",
encoding: {
x: {field: "Horsepower", type: "quantitative"},
y: {field: "Miles_per_Gallon", type: "quantitative"}
}
})