Philippe Rivière
Philippe Rivière
not *that* simple, because there were a few details to take into account: https://github.com/observablehq/plot/pull/631
Yes. We could also do: - vite (this repo is using vite) - [astro](https://github.com/withastro/astro) (see https://github.com/withastro/astro/issues/2451#issuecomment-1039139298) - quarto (there is a straightforward example on [their home page](https://quarto.org/)) - the command...
Love it! I don't mind marking the parameters by hand if it can make the code a bit lighter. We're not changing parameter names at random, and it will allow...
This is awesome!
I've added a few comments. One thing that would be nice to change is to replace `https://github.com/observablehq/plot/blob/main/README.md#` with `#` in the produced README.md file, so that it can be read...
I don't like the changes in arguments' names that cascade through the documentation (meaning we'll also have to modify links and texts). It is not out of control since there...
superseded by #1034
Discussion: https://github.com/observablehq/plot/discussions/626 Examples: https://observablehq.com/@fil/dual-axis-bar-line-chart
It would be nice to have a few concrete examples to reason about. For example, if we have two scales, one might be linear and the other log. Or one...
I don't see us supporting several _y_ scales in the near future, but we certainly want to find ways to ease the pain of doing dual-axis charts now. I've added...