Philippe Rivière

Results 1049 comments of Philippe Rivière

OK! Would this simpler example work? Sorts the color domain by "rain, sun, fog, drizzle, snow". ```js Plot.plot({ width, color: { legend: true }, marks: [ Plot.link(weather, { x: "date",...

Possible difficulties with figure/figcaption: - unexpected switch from svg to html (could be solved by always wrapping with figure) - html makes it harder to download the chart as svg/png...

You can use `Plot.link(data, {…, markerEnd: "arrow", curve: "bump-x"})`

A question: here we add x and y regardless of the anchor, but we could decide that the sign of the "right" and "bottom" positions should be negated (to go...

converted to draft with the two questions that came up in review

I've now generalized the feature to dots and images. Not sure if it can/should be done for other marks?

Demo https://observablehq.com/@fil/constant-numeric-x-y-594

- facets: #1018 - transforms: draft (not working yet) in #1019

I'm not sure how to make dx and dy variable when X or Y are not channels; I think I'll punt on this for now, because I don't want to...