Philippe Rivière

Results 381 issues of Philippe Rivière

see https://github.com/d3/d3-geo/issues/194#issuecomment-612250647

Is this working?

Mike: > http://matplotlib.org/cmocean/ > it would be nice to have some approximations using d3.interpolateRgbBasis as I did for ColorBrewer in d3-scale-chromatic. (from https://github.com/d3/d3-scale/issues/71)

All the interpolators based on an array of 9 or 11 values result in colors that are a bit duller than the original values. Using a Catmull-Rom interpolation (preferably L\*a\*b,...

fixes #211 examples: https://observablehq.com/d/9035ed7049aaa8c6 & https://observablehq.com/d/48ff4a64c477cc79

feature

Like [d3-drag#subject](https://github.com/d3/d3-drag#drag_subject).

idea

In multitouch, by following the angle between fingers it's possible to rotate objects, as demonstrated in "Attitude zooming" https://observablehq.com/d/7a912fba32fbe641?collection=@d3/d3-zoom This part of the gesture could be included in d3-zoom to...

idea

I don’t think it’s possible to have a drag or zoom behavior that works only horizontally and doesn’t “trap” the natural vertical scrolling gesture?

enhancement

https://github.com/bcoe/c8/blob/main/CONTRIBUTING.md has a link to get an invite for the node-tooling/c8 channel, but the link is dead. (I wanted to ask a generic question, as a user, and I'm not...

The expected input file format is CSV with 4 columns: name1, val1, name2, val2. A directed graph is created with all edges such as (name1 -> name2); if val1 >=...