On 24/06/2015 7:08 AM, Martin Batholdy via R-help wrote: > Hi, > > I would like to define the size for tick-marks, axis-titles, legends, drawing > symbols etc. absolute, > meaning that regardless of the size of the plot device, the font-size / > character size is the same. > > Thus if I output my plot with pdf(width=5, height=5) or pdf(width=15, > height=15), the font-size / symbol-size remains the same. > > > Is that possible in R?
That's the default, isn't it? You need to give some reproducible code and explain what you don't like about the results. Duncan Murdoch ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.