Philippe Rivière

Results 1049 comments of Philippe Rivière

See, e.g. https://observablehq.com/@fil/plot-animate-a-bar-chart/2

Another experiment here https://observablehq.com/@observablehq/plot-bar-chart-transitions

Here's an initializer that rescales *y* on every facet. It doesn't really have access to the scale’s type yet, but it's a great use case to have the scale’s definition...

Vega-Lite has a notion of "independent" scales, as in https://vega.github.io/vega-lite/examples/layer_dual_axis.html Related: #1247

rebased—I still need to figure out why some alignments in the tests seem wrong

superseded by #1885

We can preserve the absolute sum on the axes with: ```diff + const sum = d3.sum(Plot.valueof(sales, "value")) return Plot.plot({ width: 960, height: 640, label: null, + x: {transform: d =>...

Here's another iteration https://observablehq.com/@observablehq/plot-marimekko-facets-plus-order

A similar situation arises with the line opacity when the line is broken into segments for varying aesthetics: https://talk.observablehq.com/t/opacity-artifacts-in-line-segments/8142/2