observablehq / runtime

The reactive dataflow runtime that powers Observable Framework and Observable notebooks
https://observablehq.com/@observablehq/how-observable-runs
ISC License
1.01k stars 71 forks source link

Can I program ggplot2 by observable? #150

Closed BBSQQ closed 5 years ago

jashkenas commented 5 years ago

I'm afraid you can't (easily). ggplot2 is an R package, and Observable is a JavaScript environment.

You may want to check out Vega Lite, which is a high level grammar of graphics that works well with Observable notebooks.

In the future, please ask questions in the Observable forum, instead of opening a ticket on GitHub.