Displaying 1 result from an estimated 1 matches for "mxlab".
Did you mean:
xlab
2003 Mar 17
1
postscript and ps.option metrics
...c(0,10,20,30,40,50,60,70,80,90,100)
periods <- c(1900,1905,1910,1915,1920,1925,1930,1935,1940,1945,1950,1955,1960,1965,1970,1975,1980,1985,1990,1995,2000)
mxticks <- c(1900,1910,1920,1930,1940,1950,1960,1970,1980,1990,2000)
mnxticks <- c(1905,1915,1925,1935,1945,1955,1965,1975,1985,1995)
mxlabs <- c("0","10","20","30","40","50","60","70","80","90","100")
plot(Year,Movies,ylim=c(1,1000000),xlim=c(1902,2002),log='y',type='o',axes=F)
axis(side=2, at=myticks, las...