obsplot icon indicating copy to clipboard operation
obsplot copied to clipboard

dodge transform

Open andrewpbray opened this issue 2 years ago • 3 comments

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 a beeswarm plot with tooltips for each dot. It looks like Observable Plot with the dodge transform can do the trick. I haven't found how to implement this using obsplot - is this a transform that has not yet been implemented?

Thanks!

andrewpbray avatar Apr 20 '23 17:04 andrewpbray

Hi, and thanks for your interest on this project !

Unfortunately this package is not developed anymore, and is really lagging behind Plot versions. The current supported Plot version now is 0.3.2, which is quite old and doesn't include the dodge transform. And updating to latest Plot would be quit a bit of work as new R mark and transform functions have to be created manually.

I currently work on a Python version which is much more active, but I imagine it won't be of great interest for you if you're an R user...

juba avatar Apr 20 '23 17:04 juba

I just added a warning to the README to make the status of this project clearer. Sorry for not doing this earlier.

juba avatar Apr 20 '23 17:04 juba

Thanks for the update - that's helpful to know!

andrewpbray avatar Apr 20 '23 17:04 andrewpbray