obsplot icon indicating copy to clipboard operation
obsplot copied to clipboard

Observable Plot bindings for R

Results 6 obsplot issues
Sort by recently updated
recently updated
newest added

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...

It does work in a browser and in RStudio viewer.

bug

_Cf._ Plot tests code : https://github.com/observablehq/plot/blob/main/test/plot.js

enhancement

Rename them to trans_* ?

question

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,...

enhancement

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...