Philippe Rivière
Philippe Rivière
We could publish the notebook and link to it for details.
(Notebook further updated to take #837 into account.)
Thank you! Yes it's hard to decide if this should be represented externally by 1 scale (or projection: facet name to 2-d position), 2 scales (facet name to x, facet...
lgtm
Note to self: another option would be to substitute the logic in `facetTranslate(kx)`. There would be only one _kx_, but _fx_ (or _fxy_) would affect both coordinates of the translate.
we have a nice solution for stacked series and bars thanks to stackXMid
I also like the "halo" (white stroke clone) strategy from https://observablehq.com/@mbostock/inequality-in-american-cities and think it should be available from Plot.text (and maybe occlusion as well!). Other refs: - clipping the text...
Here's a prototype for a labelling strategy based on @fil/occlusion https://observablehq.com/@observablehq/plot-occlusion-27  On this scatterplot, the occludeText function is able to avoid putting text on top of symbols. It's still...
Yes it's one of the todos. Some challenges (probably not too hard): * we'll have to compute intersections not only for text but for symbols, rects, lines, paths… (this might...
Agree, this will result in much nicer charts (my approach was creating a lot of whitespace).