Timur.Elzhov@jinr.ru
2002-Aug-23 13:15 UTC
dev2eps() prints ticks with wrong length! (PR#1933)
Hello R experts! I've tried to make single plot, but with changed ticks length, and then copy them to file by dev.copy2eps(). Here is the code: x11 ( , 5, 5) par (tcl = +5) plot (0) # that's ugly plot with great ticks # on the graph viewport. cool :) dev.copy2eps (file = "out.eps") Hm.. I had a look at "out.ps" and wondered that ticks look like as they would being set to there *default* value, "tcl" = -0.5! =-O Ok, I tried then to make same thing by slightly different way: postscript (file = "out1.eps", onefile = FALSE) par (tcl = +5) plot (0) dev.off () Beautiful -- all the ticks have an appropriate length, tcl == +5! Why? -------------- == -------------- R> version _ platform i386-pc-linux-gnu arch i386 os linux-gnu system i386, linux-gnu status major 1 minor 5.1 -------------- == -------------- With best regards, Timur V. Elzhov -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._