Jordan Amdahl
Jordan Amdahl
Line below seems like it ought to create a rectangle with width of 10 and height of 10. Instead, it creates a rectangle with a width of greater than 10...
The code below randomly selects 5 points (from mtcars) to plot, then will draw a path along a random subset of those points. Since the number of points included in...
I am unable to download png/svg copies of ggvis plots on iOS devices. Repro: 1. Navigate to http://ggvis.rstudio.com/ on an iOS device. 2. Click on the gear icon and attempt...
When a ggvis chart is created using a reactive dataset with a variable number of categories for a categorical axis, rectangles drawn using width=band() as well as height=band() will not...