Philippe Rivière

Results 379 issues of Philippe Rivière

https://unpkg.com/[email protected]/build/d3-hcg.js breaks on `$(preamble)`.

scale.low and scale.high define what to do with values higher or lower than the bounds of the domain. If undefined, we do the usual (ie. interpolate or clamp). - [...

fixes #242

examples: - d3.scaleDiverging().domain([-10, 145]).domain() // [-10, 0, 145] - d3.scaleDiverging().domain([89, 145], 100).domain() // [89, 100, 145] - d3.scaleDiverging().domain([112, 145], 100).domain() // [100, 100, 145] - d3.scaleDiverging().domain([-112, -145], -100).domain() // [-100,...

enhancement

*Description of the issue:* When the domain's length is too large for the range, the *step* of scaleBand is less than 1. The *round* option will then collapse it, and...

https://observablehq.com/d/29c9777318a8d5d5 shows how we could extend d3.scaleBand with a .weights() method allowing to set variable band widths (instead of uniform). I might be missing something though. Note that I fiddled...

"like log but infinite" https://wordsandbuttons.online/arctangent_scale_its_like_the_logarithmic_scale_but_infinite.html

See https://observablehq.com/@fil/trail-marks Some gotchas (that ought to be fixed before we could import this): - [ ] when the variation in radius is important from one circle to the next,...

@mbostock please change https://github.com/d3/versor/settings/branches to use `main`?

related: #296 ; https://github.com/observablehq/plot/pull/645