R-users/developers, I am loosing tick marks that I add to a plot with axis() when plotting to the postscript device. They show up fine on the x11 device, and work with the postscript device when the default tickmarks are used (those added by plot()). I am using R-62.1 from the RedHat5.0 rpm's on i86 Linux. Do later snapshots correct this, or is this a running bug in R awaiting the graphics overhaul? Thankyou for any suggestions/enlightenment, Matt ---------------------------------------------------------------------------- Matthew R. Nelson Dept. of Human Genetics University of Michigan http://www-personal.umich.edu/~ticul/ 4711 Medical Science II email: ticul at umich.edu Ann Arbor, MI 48109-0618 phone: (313) 647-3151 ---------------------------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help 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-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On 25-Jun-98 Matthew R. Nelson wrote:>R-users/developers, > >I am loosing tick marks that I add to a plot with axis() when plotting >to the postscript device. They show up fine on the x11 device, and work >with the postscript device when the default tickmarks are used (those >added by plot()). > >I am using R-62.1 from the RedHat5.0 rpm's on i86 Linux. > >Do later snapshots correct this, or is this a running bug in R awaiting >the graphics overhaul?I believe the graphics overhaul is already done, and is included in the R 0.62 release. This problem may be caused by failure to close the postscript device with dev.off() before viewing/printing. I cannot reproduce your problem exactly but you can get strange results (eg losing the last thing you added to the plot) with the postscript device if you don't close it. Martyn -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help 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-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Reasonably Related Threads
- R-beta: PostScript tick marks in 62.1
- [LLVMdev] win32 assemblers and linkers for llvm
- R-beta: Functionality of tck=1, and mtext()
- R-beta: Including an evaluated function in text expression
- Can I get rid of i86 packages and libraries on an x86_64 virtual server?