Displaying 1 result from an estimated 1 matches for "binlir".
Did you mean:
bindir
2002 Mar 12
2
How to get special (Hershey) font symbols into plot axis labels?
...hey font sets, one can plot
a Solar symbol within the world coordinates of a plot like this:
>plot(1:10,1:10)
>text(4,8,"\\SO",vfont=c("serif","plain"))
That works fine; however, trying to get the symbol into a plot label
with a call like this:
>plot(BinLir,logpho,
xlab=expression(paste("Log (",L[ir]," / ","\\SO",")")),
ylab=expression(paste("Log ",rho," (",Mpc^-3," ",M[ir]^-1,")")),
xlim=c(8.0,12.9),ylim=c(-9.0,-0.2),pch=1,
vfont=c("serif","plai...