Published
Edited
Apr 12, 2020
1 fork
Insert cell
Insert cell
d3 = require('d3@5')
Insert cell
log = d3
.scaleLog()
.domain([1, 100])
.range([1, 100])
Insert cell
log.base()
Insert cell
log(1.0832102582)
Insert cell
log(50)
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