Re: Fwd: xy2 YR label problem

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Mon, 17 Apr 2006 16:06:55 -0600 (MDT)

Hi Beth,

Setting resR_at_tmYROn to False should have done it. Can you send me your
full script and data so I can try running it here?

I was able to get your NCL resource settings to work using a dummy
test data set, which I've attached to this message along with a
modified version of your script.

--Mary

On Mon, 17 Apr 2006, Beth Hall wrote:

>
>
> Begin forwarded message:
>
>> From: Beth Hall <Beth.Hall_at_dri.edu>
>> Date: April 16, 2006 2:43:50 PM PDT
>> To: ncl-talk_at_ucar.edu
>> Subject: xy2 YR label problem
>>
>> I am trying to draw a double-y axis xy plot with the right Y axis turned
>> off (because I ultimately want to panel 3x3 and want the inner plots to not
>> have Y-axis labels for space). I can turn off the other 3 axes, but I'm
>> having no luck getting the YR axis turned off. I've tried every
>> combination of @tmYROn=False that I could think of and nothing turns that
>> right Y axis off.
>>
>> Can anyone help me?
>>
>> --Beth
>>
>>
>> resL = True
>> resL_at_trXMinF = 91
>> resL_at_trXMaxF = 304
>> resL_at_trYMinF = 0
>> resL_at_trYMaxF = 50000
>> resL_at_gsnDraw = False
>> resL_at_gsnFrame = False
>> resL_at_gsnMaximize = True
>>
>> resL_at_tmYROn = False ;Still shows
>> resL_at_tmYLOn = False
>> resL_at_tmXBOn = False
>> resL_at_tmXTOn = False
>>
>> resR = True
>> resR_at_tmYROn = False ;Still shows
>>
>> resL_at_tmYROn = False ;Still shows
>>
>>
>> do nyr = 0, 1
>> dataL = new(214,float)
>> dataL = light(nyr,:)
>>
>> dataR = new((/2,214/),float)
>> dataR(0,:) = fire(nyr,:)
>> dataR(1,:) = ppt(nyr,:) / 5
>>
>> plot(nyr) = gsn_csm_xy2(wks,day,dataL,dataR,resL,resR)
>> end do
>>
>> resPan = True
>> resPan_at_gsnFrame = False
>> gsn_panel(wks,plot,(/2,1/),resPan)
>
>

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk

Received on Mon Apr 17 2006 - 16:06:55 MDT

This archive was generated by hypermail 2.2.0 : Mon Apr 17 2006 - 16:11:33 MDT