<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I met a similar issue, but this time adjusting "<span style="color: rgb(50, 49, 48); font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; background-color: rgb(255, 255, 255); display: inline !important">trXTensionF<span> </span></span>"
 would not work any more. </div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I have to remove xcoordinate to make the script to plot  gsn_csm_contour</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>  delete(pt!1)<br>
</span>
<div>  delete(pt&time_vertical)<br>
</div>
<span></span>But the the countour plot seems weird, particularly for angle 1-3, </div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
is there anyway to plot without deleting the x-coordinate? </div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I attached my script and data. </div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thanks</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Xiao-Ming Hu</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<img size="380043" contenttype="image/png" unselectable="on" tabindex="-1" style="max-width: 100%; user-select: none;" data-outlook-trace="F:1|T:1" src="cid:dfc0c3bd-5924-49e5-ad0c-3997e82c3a0f"><br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="appendonsend"></div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> xiaoming Hu <yuanfangcan@hotmail.com><br>
<b>Sent:</b> Monday, November 4, 2013 9:31 PM<br>
<b>To:</b> David Brown <dbrown@ucar.edu><br>
<b>Cc:</b> Xiaoming Hu <xhu@ou.edu><br>
<b>Subject:</b> RE: [ncl-talk] Problem with x coordinate when using gsn_csm_contour</font>
<div> </div>
</div>
<div class="x_hmmessage">
<div dir="ltr">Hello Dave<br>
<br>
Thanks a lot. It indeed solved the problem following your instruction!<br>
<br>
Have a good evening<br>
Xiaoming <br>
<br>
<div>
<hr id="x_stopSpelling">
Subject: Re: [ncl-talk] Problem with x coordinate when using gsn_csm_contour<br>
From: dbrown@ucar.edu<br>
Date: Mon, 4 Nov 2013 18:14:06 -0700<br>
CC: ncl-talk@ucar.edu<br>
To: yuanfangcan@hotmail.com<br>
<br>
Hi Xiaoming,
<div>You data does have some discontinuities (between time steps 17 and 18, also between 36 and 37) which is why NCL is having trouble generating a continuous time axis. However, in this case, If you follow the suggestion given by the warning message, you can
 get it to work. I set trXTensionF to 9.0 and I got a valid plot. You might also want to set gsnXIrregularToLinear to True depending on what your goal is.   If you data had bigger holes</div>
<div>you probably could not use trXTensionF. In that case you might need to generate some reasonably spaced intermediate pseudo coordinates values with fill values for the data values. </div>
<div> -dave</div>
<div><br>
</div>
<div><br>
<div>
<div>On Nov 4, 2013, at 2:08 PM, xiaoming Hu <<a href="mailto:yuanfangcan@hotmail.com">yuanfangcan@hotmail.com</a>> wrote:</div>
<br class="x_ecxApple-interchange-newline">
<blockquote>
<div class="x_ecxhmmessage" style="font-size:12pt; font-family:Calibri; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:normal; orphans:2; text-indent:0px; text-transform:none; white-space:normal; widows:2; word-spacing:0px">
<div dir="ltr">Hello<br>
<br>
When I plot using<span class="x_ecxApple-converted-space"> </span><br>
"plot  = gsn_csm_contour(wks, species_value(:,:), res1 ) "<br>
I got the following warning<br>
"<br>
warning:_NhlCreateSplineCoordApprox: Attempt to create spline approximation for X axis failed: consider adjusting trXTensionF value<br>
warning:IrTransInitialize: error creating spline approximation for trXCoordPoints; defaulting to linear<br>
"<br>
<br>
The resulted figure (attached below) is also wrong<br>
See:<span class="x_ecxApple-converted-space"> </span><br>
<br>
The x coordinate is supposed to be<span class="x_ecxApple-converted-space"> </span><br>
(0)    0.8172222222222222<br>
(1)    1.8175<br>
(2)    2.8175<br>
(3)    3.817777777777778<br>
(4)    4.818055555555556<br>
(5)    5.818333333333333<br>
(6)    6.818611111111111<br>
(7)    7.819166666666667<br>
(8)    8.819166666666666<br>
(9)    9.819444444444445<br>
(10)    10.81972222222222<br>
(11)    11.82<br>
(12)    12.82027777777778<br>
(13)    13.82027777777778<br>
(14)    14.82<br>
(15)    15.82<br>
(16)    16.82<br>
(17)    17.82083333333333<br>
(18)    25.2144444444566<br>
(19)    26.21277777774958<br>
(20)    27.21277777774958<br>
(21)    28.21305555553408<br>
(22)    29.21305555553408<br>
(23)    30.21305555553408<br>
(24)    31.21333333331859<br>
(25)    32.2138888888876<br>
(26)    33.2138888888876<br>
(27)    34.2141666666721<br>
(28)    35.2141666666721<br>
(29)    36.21472222224111<br>
(30)    37.21500000002561<br>
(31)    38.21500000002561<br>
(32)    39.21500000002561<br>
(33)    40.21472222224111<br>
(34)    41.21472222224111<br>
(35)    42.21500000002561<br>
(36)    43.21527777775191<br>
(37)    47.79083333333256<br>
<br>
But ncl seemed to have 0-37 as x coordinate.<span class="x_ecxApple-converted-space"> </span><br>
<br>
<br>
<br>
Thanks a lot<br>
Xiaoming<span class="x_ecxApple-converted-space"> </span><br>
<br>
</div>
_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</body>
</html>