Highlights
- 4 discussions answered
Pinned
863 contributions in the last year
Less
More
Contribution activity
September 2021
Created a pull request in observablehq/plot that received 9 comments
polylinear (aka piecewise linear) scales with an unspecified range
Now merged in #538 A polylinear scale (or piecewise linear) scale is defined by example as: d3.scaleLinear() .domain([0, 100, 200, 300, 400]) .range([
+215
−10
•
9
comments
Opened 14 other pull requests in 5 repositories
observablehq/plot
6
open
2
merged
datasile/datasile.github.io
1
merged
observablehq/inputs
1
closed
Fil/d3-geo-voronoi
1
merged
Reviewed 19 pull requests in 4 repositories
observablehq/inputs
7 pull requests
observablehq/plot
6 pull requests
d3/d3-scale
4 pull requests
observablehq/stdlib
2 pull requests
Created an issue in observablehq/plot that received 2 comments
ignore infinite values when setting a scale domain?
I was doing an error plot and because one of the values was infinite (log(0)), the y scale collapsed. it would be more useful in that case to ignor…
2
comments