-
A feature request or wish for a htmlwidget ui wrapper to the pivot_table() fcn, similar to what shows up in this screenshot:
![tidyquant-htmlwidget](https://user-images.githubusercontent.com/171584…
-
Hi
If anybody is interested in using the d3library with R a starting point is the new library rd3pie [here](https://github.com/smartinsightsfromdata/rd3pie)
Benjamin Keen acknowledged directly in the…
-
I was playing a bit with the different charts available under rAmCharts (that looks impressive btw), and now wondering, if you plan to add functions or examples especially for htmlwidgets save, that I…
-
What is the best way to go about adding in other OpenSeaDragon features and Plugins?
For example, color channel adjustment?
or is there another package you would recommend?
-
Programmatically placing annotations/shapes/images etc is difficult. Ideally we'd have some sort of GUI to assist in generating the relevant code. Plotly cloud does offer a solution, but there are two…
-
I was trying to save an image as so in Rstudio:
```r
jpeg(file = '/home/nate/github/neural_net_prototyping/images/simple.model.jpg')
plot_model(simple.model)
dev.off()
```
But it doesn't see…
-
I am trying to create an overlaid ideogram like this example (https://eweitz.github.io/ideogram/annotations-overlaid) but with a legend indicating the type of overlays, however when I create a legend …
-
The index page (`index.html`) is quite big. I started out at almost 6MB when loaded in a browser, and through playing around with `st_simplify()` for the two map objects I can get it down to around 4.…
-
- [ ] gridGraphics
- [ ] rgl
- [ ] graphics (base)
-
Can we change the default widget height sizing policy set in `as_widget` to 100%. Right now it is 400px and this makes it hard to make a plot to fill its container along the height.
For example, I …