Philippe Rivière
Philippe Rivière
- [ ] using a log scale on marks that implicitly use a zero baseline (#1039)
related #355
In fact this is one of the first questions that came up in a workshop last Friday. But it was happening in Inputs.table, we hadn't started plotting the data yet....
Question: a possible strategy would be for the default format to depend on the domain. If the domain is contained in, say, [1500, 2200], set the default formatter to be...
Almost working now, but there's a bit of an object constancy problem with transforms: * ~~sorting creates mix-ups across keyframes; temporary fix by sorting each facet by index—it's not the...
to test 61a60cf you can just paste this in the gapminder.js example: `Plot.link([[200, 30, 1957], [100000, 100, 2007]], {x1: 200, y1:30, x2: "0", y2:"1", time: "2"}),` and watch that link...
Fixed the box plot by adding an animate="fade" option (defaults to "interpolate") https://user-images.githubusercontent.com/7001/182566164-ed26a1c9-b59a-492f-bb87-bf87de9700bd.mov
If you're following along, test plots are: * http://localhost:8008/?test=drivingAnimation * http://localhost:8008/?test=gapminder and 4 variants * http://localhost:8008/?test=barChartRace
A half-related suggestion would allow these updates to be nicer on the DOM https://github.com/observablehq/plot/issues/1022 Not part of this PR, because it's a bit orthogonal (although we don't need it unless...
CI doesn't work since this is not targeting main; we'll see later.