Claus Wilke
Claus Wilke
I also looked into the `recordGrob()` option. (Btw., I updated from svn, but still `recordGrob()` wasn't exported. Can you check whether you committed that change?) It works great, until you...
One more comments: Option 4, with `g4
FYI, I didn't use Cairo. I used the OS X png quartz device.
The crash is gone but now both approaches cause R to hang and I need to kill the terminal. I'm at SVN revision r74446 and I'm running the following simplified...
Yeah, I was hoping to include this in my library to make it easier to mix base plots with grid. But I think any option that might routinely lock up...
Actually, ignore the last comment. I had reverted to an earlier version of gridGraphics for some reason. The `tryCatch()` construct seems to work! I'll test some more later today.
Ok, things seem to work correctly now. Putting everything together in the way I plan to use it: ```{r} library(grid) library(gridGraphics) library(plot3D) library(ggplot2) # 2d base plot pfun
I'm not sure I understand exactly what the concern is. The warning seems to follow the orientation of the geom. Do you have a scenario in which the warning is...
Alternatively, I could see issuing a warning when the orientation algorithm is encountering an ambiguous scenario and picks the default: "Warning: Orientation is not uniquely specified when both the x...
Ok, I've changed the issue title accordingly.