On 09/26/2013 09:57 AM, Marco van Hulten wrote:
Dear Nitin, On Thu, 26 Sep 2013 11:59:46 +0530 Nitin Patil wrote:when I am plotting hadley circulation in ferret. It shows pressure levels on y-axis but in opposite order (i.e. at top 1000 and at bottom 10 hpa but i need it in reverse order). Did any one knows how to reverse it...This should be solved with the plot option /vlimits=1000:0:50 or something like that. Marco
Hi Marco, I think you should set a depth qualifier on your vertical axis (z-axis).From documentation http://ferret.pmel.noaa.gov/Ferret/documentation/users-guide/commands-reference/SET
it is said that : /DEPTHIndicates that an axis is to be treated as a depth axis (graphics made with positive down).
yes? SET AXIS/DEPTH z_ax Regards Patrick