Re: [R] Howto reduce number of ticks in X, Y axis while still containing all the data

2008-06-20 Thread Dieter Menne
Gundala Viswanath gundalav at gmail.com writes: I am trying to plot 100 x 100 matrix data in a level plot. The problem I have is that the x/y -axis label in ticks are jumbled together. Thus I want X/Y axis to contain 10 ticks only, yet still plotting all the 100 data. Is there a way to do

Re: [R] Howto reduce number of ticks in X, Y axis while still containing all the data

2008-06-20 Thread Gundala Viswanath
Hi Dieter, I'm aware of the need to include lattice library. I just didn't show it. However my code still cant' produce the same results as yours. My data.mat contain this form of output print(data.matrix) 11145 3545 8951 11097 16599 11100 8566 .. (upto 100

Re: [R] Howto reduce number of ticks in X, Y axis while still containing all the data

2008-06-20 Thread Dieter Menne
Gundala Viswanath gundalav at gmail.com writes: I'm aware of the need to include lattice library. I just didn't show it. Examples should be complete and self-running, as the posting guide says. However my code still cant' produce the same results as yours. My data.mat contain this form

[R] Howto reduce number of ticks in X, Y axis while still containing all the data

2008-06-19 Thread Gundala Viswanath
Hi I am trying to plot 100 x 100 matrix data in a level plot. The problem I have is that the x/y -axis label in ticks are jumbled together. Thus I want X/Y axis to contain 10 ticks only, yet still plotting all the 100 data. Is there a way to do it? The code I have below doesn't work. __BEGIN__