obsplot
obsplot copied to clipboard
Observable Plot bindings for R
I'm thinking about making a Python wrapper to copy your library (unless you're thinking of making one?) like [observable-jupyter-widget](https://github.com/thomasballinger/observable-jupyter-widget) is for [robservable](https://github.com/juba/robservable), a la [Altair](https://altair-viz.github.io/) for Vega. What do you...
_Cf._ Plot tests code : https://github.com/observablehq/plot/blob/main/test/plot.js
When using a data.frame as `data`, the whole table is embedded as JSON in the output. It would be better to find a way to embed only the columns used,...
I love your work bringing observable's plotting abilities into R - great project! I have a shiny app that currently has a drab histogram that I'd like to replace with...