<div dir="ltr"><div><div><div><div><div>Hi<br><br></div>I need to plot two simple XY plots.<br><br></div>First plot the Y axis values are between 240 to 280 and my second plot Y axis values are between 200 to 280.<br><br></div>I need to plot these two figures in common Y axis range so that I can show the difference in two plots values. <br><br></div>For example, I need to fix the Y axis for both plots is between 180 to 300. But the plot coming with different Y axis values. <br><br>I tried with res@tmYLMode= Auto, Manual, and Explicit, but I couldn&#39;t fix the common Y axis range. <br><br></div><div>Also I read from NCL website even we use any options in res@tmYLMode Y axis range fall between <a href="https://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmYLDataBottomF" target="_blank"><em>tmYLDataBottomF</em></a> and <a href="https://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmYLDataTopF" target="_blank"><em>tmYLDataTopF</em></a> .<br><br></div><div>I have attached the two plots <br><br></div><div>In plot 1 the Y axis range from  240 to 290 K <br></div><div>In plot 2 the Y axis range from 200 to 300 K<br><br></div><div>I used these option in my script<br>res@tmYLMode=&quot;Explicit&quot;<br>res@tmYLValues=(/180,200,220,<wbr>240,260,280,300/)<br>res@tmYLLabels=res@tmYLValues  <br><br></div><div>Even I fixed my Y axis between 180 to 300. My both plot coming with different Y axis range. <br></div><br>Please help me how to fix the Y axis range even the data doesn&#39;t have the values. <br><br><br></div>