Philippe Rivière
Philippe Rivière
The use case (at the bottom [of this notebook](https://observablehq.com/@ee2dev/plot-exploration-how-to-customize-the-calendar-visualizat)) is a Plot that we want to make 2800px wide, and which should scroll horizontally in Observable. My suggestion was to...
For parity with Plot.arrow. I don't think it's possible to do a good job with insets and curves other than linear (step-* and bump-x/y), so I've restricted insets to the...
> it would be nice if the link mark supported inset the same way arrows do suggested by @yurivish
The problem currently is that autoHeight is called long before the initializers are run. But maybe someone will have an idea. Even a better default when dodgeY is present would...
we could select a list of "standard textures" to propose as an ordinal color scheme? e.g. {scheme: "textures"}; Plot would be responsible for adding the necessary and would return the...
Sometimes I'd want an exact aspect ratio between the two spatial dimensions, for example when they're in the same physical domain (age and years, azimuth and altitude, meters and meters…)....
This might be a bit difficult to do (do we want superposed circles? how to chose the reference values? even by hand it's difficult…), and it would in any case...
when working with numbers in strings, maybe it makes more sense? https://en.wikipedia.org/wiki/Natural_sort_order
This branch is trying to fix the following issue: When we have "sort fy by x" and a transform, the series are not indexed properly. The channel to sort (XV,...
A data transform to select the top *k* values in each series (facet+z) `Plot.selectTop({k: 5, value: "revenue", ...options})`