Open bwlewis opened 9 years ago
xlim/ylim/zlim have been added...planning on more in the next version.
Sorry to ask this, but will this update include the ability to add multiple sets of data? Scatterplot3d allows for points to be added to the graph using points3d but I currently don't see this functionality.
Sure, I think it's possible to emulate the points3d function after a fashion. I'll try to add that.
Thanks so much!
OK, I think this is working now in commit https://github.com/bwlewis/rthreejs/commit/84ff30cbb4a64a8c38beea650212d873991f0667
As usual, try it out by installing the latest code from GitHub:
devtools::install_github("bwlewis/rthreejs")
See the new example in ?scatterplot3js
The full scatterplot3d function options are:
Let's add support for them to make scatterplot3js as drop-in as possible.