search for: s_svn_

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

Did you mean: s_sin
2008 Sep 03
1
ugly plots with xlim/ylim exceeding data range (changed since R2.6.1)
...d data rather than values of xlim and ylim): m = matrix(c(-0.033, 0.009, 0.064, 0.050, 0.097, -0.008, 0.037, 0.070, 0.060, 0.077, -0.027, 0.051, 0.060, 0.106, 0.049, -0.068, -0.009, 0.095, 0.091, 0.125, -0.065, 0.013, 0.062, 0.111, 0.080), ncol=5, byrow=TRUE) pdf(sprintf("R2.%s_SVN_%s.pdf", version$minor, version$"svn rev")) plot(c(-5,5),c(0,10),xlim=c(-10,10),ylim=c(-5,15)) matplot(m) dev.off() I attached three PDFs with the outputs from R2.6.1 (43537) (which I consider to be correct), R2.7.2 patched (46442) and R2.8.0 (46234). Just in case PDFs are removed by...