[ncl-talk] Fwd: two y axis
Adam Phillips
asphilli at ucar.edu
Mon Mar 28 10:14:21 MDT 2016
Hi Rebecca,
Thanks for sending in a quick script and data file for us to see and test.
I think you want to set the resource tmYUseLeft = False. See example #6
here:
http://www.ncl.ucar.edu/Applications/tickmarks.shtml#ex6
Once you set that resource to False you can control the righthand side
Y-axis separate from the left hand side. Here are the resources I added to
your script:
sres2 at tmYUseLeft = False
sres2 at tmYRMode = "Explicit"
sres2 at tmYRValues = ispan(-30,30,10)
sres2 at tmYRLabels = sres2 at tmYRValues
I have attached the resulting plot. Hope that helps. If not, please reply
to the ncl-talk email list.
Adam
On Thu, Mar 24, 2016 at 8:19 PM, Rebecca Firth <rebeccafirth169 at yahoo.co.uk>
wrote:
>
>
> Sent from my iPhone
>
> Begin forwarded message:
>
> *From:* rebecca firth <rebeccafirth169 at yahoo.co.uk>
> *Date:* 24 March 2016 at 3:32:00 PM AWST
> *To:* NCL <ncl-talk at ucar.edu>
> *Subject:* *[ncl-talk] two y axis*
> *Reply-To:* rebecca firth <rebeccafirth169 at yahoo.co.uk>
>
> Hi,
>
> I am trying to do a bar chart with two y axis showing absolute and
> percentage bias.
>
> I have tried to do this by overlaying 2 plots with resources set
> differently for the y axis, but the final plot has the same y axis on both
> sides rather than 2 different scales/labels.
>
> I've attached the script, data file and output.
>
> Do you have any advice?
>
> Cheers
> Rebecca
>
>
>
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
--
Adam Phillips
Associate Scientist, Climate and Global Dynamics Laboratory, NCAR
www.cgd.ucar.edu/staff/asphilli/ 303-497-1726
<http://www.cgd.ucar.edu/staff/asphilli>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160328/6eb13dfe/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ECHAM_GSP_BIAS_percent_TAYLOR_1982_1999.pdf
Type: application/pdf
Size: 51832 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160328/6eb13dfe/attachment.pdf
More information about the ncl-talk
mailing list