Published
Edited
Jun 11, 2020
4 stars
Insert cell
Insert cell
vl.markRect()
.data(data_url)
.encode(
vl.x().fieldN("term1").axis(null),
vl.y().fieldN("term2").axis(null),
vl.color().fieldQ("similarity").legend(null),
vl.tooltip([{field: "term1"},{field: "term2"},{field: "similarity"}])
)
.width(900)
.height(2000)
.render()
Insert cell
Insert cell
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