[R] Beautifying axis tick labels

2008-04-10 Thread Ng Stanley
Hi, For example, the y axis shows 0 50 150. Is there any way to beautify the tick labels to get 0 5 10 15, and at the top of y-axis x10^5 (superscript 5) ? My plots all have different ylim, how to perform the beautification automatically ? Thanks Stanley [[alternative HTML

Re: [R] Beautifying axis tick labels

2008-04-10 Thread Richard . Cotton
For example, the y axis shows 0 50 150. Is there any way to beautify the tick labels to get 0 5 10 15, and at the top of y-axis x10^5 (superscript 5) ? My plots all have different ylim, how to perform the beautification automatically ? plot((0:15)*1e5, yaxt=n, ylab=) axis(side=2,

Re: [R] Beautifying axis tick labels

2008-04-10 Thread Jim Lemon
Ng Stanley wrote: Hi, For example, the y axis shows 0 50 150. Is there any way to beautify the tick labels to get 0 5 10 15, and at the top of y-axis x10^5 (superscript 5) ? My plots all have different ylim, how to perform the beautification automatically ? Hi Stanley, You may want