Published
Edited
Feb 21, 2022
Plot 0.4.0 -> 0.4.1 introduces breaking change where Plot.scale rejects parameter objects with an undefined type parameter
Voronoi mark does not propagate target option to <a> element attributes (#1258)
Insert cell
Insert cell
Plot40 = require("@observablehq/plot@0.4.0")
Insert cell
Insert cell
Insert cell
Plot41 = require("@observablehq/plot@0.4.1")
Insert cell
Insert cell
Plot41.scale({ color: { scheme: "viridis" } })
Insert cell
Insert cell
Plot41.scale({ color: { scheme: "viridis", type: "linear" } })
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