Philippe Rivière
Philippe Rivière
note that we avoid showing the label and the grid twice closes #148
Sometimes we want a mark to happen in the first facet (say, a guiding annotation). Currently this can be done by making that mark's data "align" with the original data...
https://observablehq.com/@observablehq/plot-heatmap-984 see comment in https://observablehq.com/@observablehq/javascript-replacements-for-python-data-science-tools#comment-7873045d922f909f
An unexpected difficulty was to make it compatible with group aesthetics. I had to pass a flag (in the shape of a counter) to secondary groups. For now I just...
Questions: - [x] name? (~~daspect,~~ dataAspectRatio, ~~height = square~~)? - [x] application to other scale types? (time, utc at least, maybe band scales too?) - [x] position? (middle/left/right/top/bottom, top-left etc)?...
see #337 and https://observablehq.com/@observablehq/plot-default-height (cheat sheet #318)
- [ ] In #917, the Voronoi mark uses the full frame. As a consequence, it doesn't work well with `clip: true` (since it is exactly on the clipping path)....
When the data only contains integers, it would be great if the default tickFormat would not do "1.0, 2.0, 3.0"… but rather "1, 2, 3". In #849 I hoped that...
Use root.count or root.sum and expose a node:value somehow (From https://github.com/observablehq/plot/pull/841)