Hello, Does anybody know how to make the "hat" correctly appears in the label of this plot (with this cex.lab coefficient) : plot(1:10, 1:10,ylab = expression(hat(h)),cex.lab = 1.5) The "hat" does not completely appear on my graph, it is like cut on the left side. It tried to change the margin : par(oma=c(0,2,0,0)) plot(1:10, 1:10,ylab = expression(hat(h)),cex.lab = 1.5) but it doesn't work. Thanks for your help. Bertrand -- View this message in context: http://r.789695.n4.nabble.com/R-plot-hat-symbol-and-cex-lab-tp3475246p3475246.html Sent from the R help mailing list archive at Nabble.com.
Hello, Does anybody know how to make the "hat" correctly appears in the label of this plot (with this cex.lab coefficient) : plot(1:10, 1:10,ylab = expression(hat(h)),cex.lab = 1.5) The "hat" does not completely appear on my graph, it is like cut on the left side. It tried to change the margin : par(oma=c(0,2,0,0)) plot(1:10, 1:10,ylab = expression(hat(h)),cex.lab = 1.5) but it doesn't work. Thanks for your help. Bertrand -- View this message in context: http://r.789695.n4.nabble.com/R-plot-hat-symbol-and-cex-lab-tp3475277p3475277.html Sent from the R help mailing list archive at Nabble.com.
plot(1:10, 1:10, ylab="") mtext(side=2, expression(hat(h)),cex = 1.5, line=2.5) Rich On Tue, Apr 26, 2011 at 7:45 AM, BMichel <michel.bertrand.pub@gmail.com>wrote:> Hello, > > Does anybody know how to make the "hat" correctly appears in the label of > this plot (with this cex.lab coefficient) : > > plot(1:10, 1:10,ylab = expression(hat(h)),cex.lab = 1.5) > > The "hat" does not completely appear on my graph, it is like cut on the > left > side. > It tried to change the margin : > > par(oma=c(0,2,0,0)) > plot(1:10, 1:10,ylab = expression(hat(h)),cex.lab = 1.5) > > but it doesn't work. Thanks for your help. > > Bertrand > > > -- > View this message in context: > http://r.789695.n4.nabble.com/R-plot-hat-symbol-and-cex-lab-tp3475246p3475246.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]