Philippe Rivière

Results 1049 comments of Philippe Rivière

We haven't considered aria-labelledby for now, because it needs an associated element with a given id, which makes it a bit complicated to handle if we want to be able...

18 months later, it's published :) https://observablehq.com/@observablehq/plot-default-height

didn't mean to close the PR!

A related typical use case is ```js Plot.tickX([new Date(2001, 0, 1), new Date(2001, 1, 1)]).plot({ x: {interval: "day", tickRotate:40}, height: 70, marginBottom: 50}) ``` Since the interval is "day" we...

Re: **padding** in ordinal scales, I don't think we'd want the autoheight to change when the user specifies a padding (or outer/inner padding), which means the correct approach is to...

cleaning this for now; might revisit some day in the future

superseded by #1761 Thank you for the contribution!

This works really well now, and wedges are 👍 https://observablehq.com/@recifs/density-plot-side-rug I don't think we need an additional specific mark, with vectors and frameAnchor. Closing as completed.

"Dark mode" is another use case for this: https://talk.observablehq.com/t/plot-legend-fill-color-when-embedded/7494

> don't want to copypaste why? > Is there a simpler option? I don't think so. The only alternative I can think of is to work on implementing this in...