Hello! I've tried to execute an R script that I used to use with older versions with no problem. In the scrip ,I try to create a series of plots in png format, and now there is an error (my actual verion is R2.0.1) Error in title(main=main,sub=sub,xlab=xlab,ylab=ylab,...): X11 font at size 14 could not be loaded Perhaps I did something wrong with this new install? Thanks and best regards, Javier -- A. Javier Garcia Water and Soil conservation department CEBAS-CSIC Campus Universitario Espinardo PO BOX 164 30100 Murcia (SPAIN) Phone: +34 968 39 62 57 Fax: +34 968 39 62 13 email: rn001 at cebas.csic.es
Hello Javier, Please if you can provide more details about the script you are using, we can help you out more effectively. Thanks, Carlos Ortega. On 6/15/05, javier garcia <rn001@cebas.csic.es> wrote:> > Hello! > > I've tried to execute an R script that I used to use with older versions > with > no problem. In the scrip ,I try to create a series of plots in png format, > and now there is an error (my actual verion is R2.0.1) > > Error in title(main=main,sub=sub,xlab=xlab,ylab=ylab,...): > X11 font at size 14 could not be loaded > > > Perhaps I did something wrong with this new install? > > Thanks and best regards, > > Javier > > -- > A. Javier Garcia > Water and Soil conservation department > CEBAS-CSIC > Campus Universitario Espinardo > PO BOX 164 > 30100 Murcia (SPAIN) > Phone: +34 968 39 62 57 > Fax: +34 968 39 62 13 > email: rn001@cebas.csic.es > > ______________________________________________ > R-help@stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html >[[alternative HTML version deleted]]
On Wed, 15 Jun 2005, javier garcia wrote:> I've tried to execute an R script that I used to use with older versions with > no problem. In the scrip ,I try to create a series of plots in png format, > and now there is an error (my actual verion is R2.0.1) > > Error in title(main=main,sub=sub,xlab=xlab,ylab=ylab,...): > X11 font at size 14 could not be loaded > > > Perhaps I did something wrong with this new install?What `older version'? Perhaps you would like to start from the current version of R, 2.1.0 or even 2.1.1 beta? We don't support 2.0.1 any more. (Do see the posting guide.) This message indicates a problem with your X11 fontpaths. See the archives for many such discussions. One possibility is that you are using an (approximately) 100dpi screen and only have 75dpi fonts installed or in your path. You haven't told us your OS and it is very likely the solution is OS-dependent. (And not just `Linux', either, distribution-dependent.) -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595