Published
Edited
Nov 17, 2018
Insert cell
Insert cell
vegalite({
data: {values: cars},
mark: "point",
width,
height: 360,
autosize: "fit",
encoding: {
x: {field: "Parts of Speech", type: "ordinal"},
y: {field: "%_Frequency", type: "quantitative"}
}
})
Insert cell
cars = require("@observablehq/cars")
Insert cell
vegalite = require("@observablehq/vega-lite@0.1")
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more