UNPKG

@uwdata/mosaic-plot

Version:

A Mosaic-powered plotting framework based on Observable Plot.

4 lines (3 loc) 122 B
export function invert(value, scale, pixelSize = 1) { return scale.invert(pixelSize * Math.floor(value / pixelSize)); }