Hello All: I am having the following error message when I increase the resolution ("res=30" to "res=350") of my graph: Error in plot.xy(xy, type, ...) : ignoring SIGPIPE signal Calls: plot -> plot.default -> plot.xy Execution halted Here is the code: ofn <- "MAY11.png" bitmap(ofn, type = "png256", width = 21, height = 30, pointsize = 30, bg "white",res=350) <<<<<<< If I change "res=350" to "res=30", everything is fine. par(cex.main=1.2,cex.lab=1.8,cex.axis=1.4) par(mfrow = c(6,3)) for(C in 1:18) { ..... Does anybody have any comment please? Many thanks, Mohsen [[alternative HTML version deleted]]
Hello All: I am having the following error message when I increase the resolution ("res=30" to "res=350") of my graph: Error in plot.xy(xy, type, ...) : ignoring SIGPIPE signal Calls: plot -> plot.default -> plot.xy Execution halted Here is the code: ofn <- "MAY11.png" bitmap(ofn, type = "png256", width = 21, height = 30, pointsize = 30, bg "white",res=350) <<<<<<< If I change "res=350" to "res=30", everything is fine. par(cex.main=1.2,cex.lab=1.8,cex.axis=1.4) .... Does anybody have any comment please? Many thanks, Mohsen [[alternative HTML version deleted]]
On 13.05.2010 16:49, Mohsen Jafarikia wrote:> Hello All: > > I am having the following error message when I increase the resolution > ("res=30" to "res=350") of my graph: > > Error in plot.xy(xy, type, ...) : ignoring SIGPIPE signal > Calls: plot -> plot.default -> plot.xy > Execution halted > > Here is the code: > > ofn<- "MAY11.png" > bitmap(ofn, type = "png256", width = 21, height = 30, pointsize = 30, bg > "white",res=350)<<<<<<< If I change "res=350" to "res=30", everything is > fine. > par(cex.main=1.2,cex.lab=1.8,cex.axis=1.4) > .... > > Does anybody have any comment please?Does not happen for me. This may be a ghostscript issue rather than an R issue, though. Hard to say since we do not know: your R version, OS, ghostscript version etc. Uwe Ligges> > Many thanks, > Mohsen > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.