search for: withreplay

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

2013 Sep 13
1
inconsistency/bug in recordPlot/replayPlot
...yPlot 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. This seems likely to be related to the note in ?dev.print : " Note that these fu...