<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I wanted to control the corner of gsn_contour plot<br>using<br> res1@trYMinF = -2<br> res1@trYMaxF = 6<br> res1@trXMaxF = 1<br> res1@trXMinF = -4<br>But it did not work, see attached figure. <br><br>Seems the resources is disabled.<br><br>Any suggestions? <br>See my plotting code:<br><br> res1@sfXArray = CoolingRate(index_effective)<br> res1@sfYArray = UHII_9PM(index_effective)<br> res1@cnFillOn = True<br> res1@cnLinesOn = False<br> res1@cnLineLabelsOn = False<br> res1@tfDoNDCOverlay = False <br> gsn_define_colormap(wks,"cosam") ; select<br> res1@gsnSpreadColors = True<br> res1@trYMinF = -2<br> res1@trYMaxF = 6 <br> res1@trXMaxF = 1 <br> res1@trXMinF = -4 <br> res1@cnInfoLabelOn = False<br> res1@pmLabelBarDisplayMode = "Always"<br> Month_value = Month(::24)<br> map = gsn_contour(wks, Month_value(index_effective), res1)<br> draw(map)<br><br>Thanks a lot<br><br>Xiaoming <br>                                            </div></body>
</html>