Hi everyone,<br><br>I have a frequency-wave number spectrum. In which the X axis is wave number(-4 to 4) and Y axis frequecy. The Y axis frequency values are explicitly defined.<br>My Y axis values are (/0.01, 0.0125, 0.016666667, 0.025, 0.05, 0.1/). So when we go from bottom to top, obviously the spacing between the tick marks increases. That is quite clear. In the plot, I want to make the spacing between each  tick mark to be equal without changing the above  tick mark values( i.e. extent the bottom and compress the top of plot) <br>
 Is there any resources or method in NCL so that I can make  the spacing between the tick marks equal (By using the above values)   <br><br>Any help is highly appreciated..<br>sabeer<br><br><br>the plotting part is given below.<br>
<br><br>wks  = gsn_open_wks(&quot;eps&quot;, &quot;freq_spec_new2&quot;)<br>gsn_define_colormap(wks,&quot;prcp_2&quot;)<br>res=True<br>res@cnFillOn=True<br>res@gsnSpreadColors=True<br>NW=4<br>fMin=-0.5<br>fMax=0.5<br>WORK2=pow2({-NW:NW},{0:fMax})<br>
izero=ind(WORK2&amp;freq.eq.0.0)<br>WORK2(:,izero) = min(WORK2)<br>res@tmYLMode          = &quot;Explicit&quot;              ; explicit labels<br>pltPeriods            = (/10,20,40,60,80,100/)<br>res@tmYLValues        = 1./pltPeriods    ; freq location labels  (/0.01, 0.0125, 0.016666667, 0.025, 0.05, 0.1/).<br>
res@tmYLLabels        = pltPeriods       ; labels themselves<br>  res@tmLabelAutoStride = True                    ; nice stride on labels<br>  res@tiXAxisOffsetYF =  0.2<br><br>plot = gsn_csm_contour(wks,WORK2(freq|:,wave|:),res)<br>
end<br><br clear="all"><br>-- <br>**********************************<br>Sabeerali<br>Climate and Global Modeling Division<br>Indian Institute of Tropical Meteorology<br>Pashan, Pune, 411 008<br>****************************************<br>