Philippe Rivière

Results 746 comments of Philippe Rivière

I added a note about the interpolation method—I'm using R-2, not R-7. My thinking here is that the (possibly non-integer) weights do not correspond to repeated point samples that have...

The API now allows for an optional accessor (last argument of the function), weights can be specified as an accessor or an iterable, and values as an iterable.

I think it would be useful under the same name transpose, but with that name it absolutely must be involutive, ie transpose back `[ {year: 2001, value: 1}, {year: 2002,...

Since there does not seem to be a conflict of definitions, I prefer to use transpose for the four cases: arrays of arrays [[]], arrays of objects [{}], objects of...

My feeling after reading this several times over the last month is that it appears too complex (for me) to memorize the arguments and the way this would work. I'd...

What do you think about positioning the tick labels relatively to the ticks? Currently if using the function, the ticks "crash" into the axis, and I'm not sure how to...

> How would you encode a leading question mark in your tick format, if you wanted it, for example? I agree it's better not to introduce a new DSL, but…...

Should the first line be wrapped in a tspan? (if we're in a multiline context). Might make it easier to manipulate. We should also, I guess, trim the trailing \s...

To further the discussion: Added two options: - axis.tickMultiline, defaults to "auto" - axis.tickNoRepeat, defaults to true The names of these options is certainly bad. _tickNoRepeat_ does a double negation,...

![untitled (3)](https://user-images.githubusercontent.com/7001/145877802-d5e18132-05c1-4c34-a786-d1b6496994eb.png)