RE: [ncl-talk] interval on x-axis and y-axis values

From: Debasish Pai Mazumder <debasish_at_nyahnyahspammersnyahnyah>
Date: Thu, 11 Dec 2008 12:21:29 -0900

Dear Basit,

You can try to use following resources to specify the maximum and minimum
values and the interval of X-axis

res_at_trXMinF = 20 ; set minimum X-axis value
res_at_trXMaxF = 30 ; set maximum X-axis value

res_at_tmXBMode = "Explicit"
res_at_tmXBValues = ispan(20,30,2)
res_at_tmXBLabels = res_at_tmXBValues

Please also check Tickmark resources in the webpage

http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml
 

  

Thanks

Debasish
      

-----Original Message-----
From: ncl-talk-bounces_at_ucar.edu [mailto:ncl-talk-bounces_at_ucar.edu] On Behalf
Of Basit Khan
Sent: Thursday, December 11, 2008 11:42 AM
To: ncl-talk_at_ucar.edu
Subject: interval on x-axis and y-axis values

Hi there,
I am using NCL 5.0 and trying to plot an xy plot with user defined
interval on x-axis and y-axis. For example if the minimum and maximum
values on x-axis are 20 and 30 respectively and i want an interval of 2
which means values on x-axis should 20, 22, 24 .. 30. How can i tell
NCL to use this user defined interval.

Regards,

-- 
---
Basit A. Khan
PhD Candidate
Centre for Atmospheric Research
Department of Geography
University of Canterbury  Te Whare Wananga o Waitaha Private Bag 4800 
Christchurch 8020, New Zealand
Tel: (643) 364 2987 Ext. 7912
Fax: (643) 364 2907
bak41_at_student.canterbury.ac.nz 
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Dec 11 2008 - 14:21:29 MST

This archive was generated by hypermail 2.2.0 : Mon Feb 02 2009 - 07:53:06 MST