Philippe Rivière

Results 379 issues of Philippe Rivière

closes #2186 | before | after | |-|-| | ![before](https://github.com/user-attachments/assets/b1a5117b-a235-491e-b545-b552dbb8d1d9) | ![after](https://github.com/user-attachments/assets/b0fee1dc-efc4-4036-9550-bd360ab5a4b9) | (to apply after #2203)

Positions the tips on waffle marks by “hacking” the x1, x2, y1 and y2 channels, replacing them with the centroid of each waffle, in pixel space. This kind of works,...

A more ambitious documentation for #1711, describing the whole lifecycle of a chart. alternative to #1811

Some documentation updates. I also removed obsolete examples. Maybe we'll add a "see also" to #1811.

There seems to be room for improvement of the pointer interaction on mobile. I've received two reports on the same day that: - "can't get rid of" the interactive tip...

enhancement

Note: it's a bit of a bummer in that we're adding overhead for all Arrays (by making a copy of the channel to a Float64Array). Maybe we could just do...

On mobile, pointing (with Plot.pointer) works if you tap on a point, and it also works if you touch and drag horizontally. But as soon as you drag 1 pixel...

bug

By default when formatting pairs (y1, y2), we display `${format(a)}—${format(b)}`. It does not feel terribly useful to repeat the value when `a` and `b` end up being formatted identically. If...

enhancement