gridgraphics icon indicating copy to clipboard operation
gridgraphics copied to clipboard

Redraw base graphics as grid graphics

Results 7 gridgraphics issues
Sort by recently updated
recently updated
newest added

Hi, I ran into an issue with igraph in combination with cowplot. I tried to plot a simple igraph network and found that there were NA labels added along the...

We do [automated / CI testing](https://github.com/rstudio/shinyapps-package-dependencies/tree/master/packages/gridGraphics) to be sure that `gridGraphics` installs successfully on shinyapps.io . However, some of these CI servers run older versions of R ( < 3.6.0)....

Hello, I think I found another case where a graphical parameter is not properly captured. This time the problem occurs with 3D histograms. Reproducible example: ```{r} library(plot3D) library(gridGraphics) pfun pfun()...

The function `gridGraphics::grid.echo.function` opens a pdf device: https://github.com/pmur002/gridgraphics/blob/af5078f9e97ac30981f5a198330b4fa750c9bb30/R/graphics.R#L88 This prevents gridGraphics from working in scenarios that `pdf()` can't handle, specifically non-standard fonts in OS X or Windows. I've come across...

When reviewing [this commit](https://github.com/pmur002/gridgraphics/commit/5b04f13c4e908fe2dca6e5585484399c85d27c2e) prompted by issue #10, I started wondering whether the font face is properly captured. The answer seems to be "not always". I'm opening a separate issue...

Background: I used a wrapper plot function from the package MatchIt (a package for propensity scoring matching), and find difficulties in putting the graphs together on one page. My solution:...

Currently one check [failing](https://cran.r-project.org/web/checks/check_results_gridGraphics.html) because `convert` is not installed. Maybe try `magick::image_convert` which is available on most platforms. See [here](https://cran.r-project.org/web/packages/magick/vignettes/intro.html#pages) for an example.