« Introducing Observable Plot » par Mike Bostock, 04.05.2021
▻https://observablehq.com/@observablehq/introducing-observable-plot
« We are thrilled to announce Observable Plot, a new open-source JavaScript library for exploratory data visualization.
[…] Plot is informed by ten years of maintaining D3 but does not replace it. We continue to support and develop D3, and recommend its low-level approach for bespoke explanatory visualizations and as a foundation for higher-level exploratory visualization tools.
In fact, Plot is built on D3! Observable Plot is more akin to Vega-Lite, another great tool for exploration.
We designed Plot to pair beautifully with Observable: to leverage Observable dataflow for fluid exploration and interaction. However, Plot does not depend on Observable; use it wherever you like. […] »