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
and provide commented, minimal, self-contained, reproducible code.

Reply via email to