search for: noreplay

Displaying 1 result from an estimated 1 matches for "noreplay".

Did you mean: foreplay
2013 Sep 13
1
inconsistency/bug in recordPlot/replayPlot
...ile-based graphics device (I tested with png()), the file resulting from calling replayPlot on a recordedplot object does not contain an identical image to that captured by the same graphics device when used on the plot that was recorded. Reproducible (at least for me on linux) example: png("noreplay.png") plot(1:10) dev.off() plot(1:10) recplot = recordPlot() png("withreplay.png") replayPlot(recplot) dev.off() The resulting png files are attached. You'll notice that the noreplay.png has the expected white background, while withoutreplay.png has no/a transparent background....