Philippe Rivière
Philippe Rivière
Dark mode almost works: the use of currentColor for stroke and fill is solving 90% of the problem. In some cases, though, it's not ideal: - in cars-parcoords we use...
http://localhost:8008/?test=mobyDickFaceted has approximately 8 times the number of autoticks (26 letters vs 3.3 autoticks), and it's acceptable because it's single letters (there's even a bit of space left). With a...
Warnings are only documented in https://github.com/observablehq/plot/blob/main/CHANGELOG.md#041. ref. https://talk.observablehq.com/t/bar-chart-axis-is-inverted/6359/3
See https://observablehq.com/@observablehq/surprising-reverse-gets-eaten: if you have ~~~js Plot.stackY( Plot.selectMaxX({ order: "y", reverse: true })) ~~~ reverse: true is "eaten" by the select transform, and doesn't do anything. Applying maxX after stackY...
Inspiration from https://twitter.com/GRSturge/status/1499000981870288914 : the ribbons are separated by gaps of constant height. I can reproduce without touching Plot's source code with this plugin: ```js function gapStackY({ y, gap =...
Add tests for the normalize transform closes #473
 the axis should show 1, 2, instead of 1.0, 1.5, 2.0
Per https://github.com/observablehq/plot/pull/75#issuecomment-751497435 we want to hide the axis if it has much too many ticks.
It's just one possibility among several (I've based this on mbostock/arrow since it involves quite a few changes in the legends section) related: https://github.com/observablehq/plot/pull/539 https://github.com/observablehq/plot/pull/432 https://github.com/observablehq/plot/pull/583 todo: - [ ]...
* internal selection boolean channel & dataflow * internal dispatch * clickable option on dots and rules * merge https://github.com/observablehq/plot/pull/71 * onchange handler * marks always have a nodes property...