Displaying 1 result from an estimated 1 matches for "may11".
Did you mean:
may13
2010 May 12
2
plot error
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...