obsplot
obsplot copied to clipboard
dodge transform
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!
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...
I just added a warning to the README to make the status of this project clearer. Sorry for not doing this earlier.
Thanks for the update - that's helpful to know!