[ncl-talk] no background color for gsn_csm_streamline_contour_map
xiaoming Hu
yuanfangcan at hotmail.com
Thu Jan 22 07:25:23 MST 2015
Karin
Thanks a lot. I added
res at gsnDraw = False
res at gsnFrame = False
before plot = gsn_csm_streamline_contour_map(wks,u,v,x,res)
and
draw(plot)
frame(wks)
after.
But I still do not see the background contour.
The interesting thing is that the colour bar for the background contour is drawn, but not the contour itself.
Thanks!
Xiaoming
Date: Thu, 22 Jan 2015 13:47:11 +0100
From: meier-fleischer at dkrz.de
To: ncl-talk at ucar.edu
Subject: Re: [ncl-talk] no background color for gsn_csm_streamline_contour_map
Hi Xiaoming,
you should set
res at gsnDraw = False
res at gsnFrame = False
if not set to False, the streamline plot will overwrite the contour
map.
Bye,
Karin
Am 22.01.15 um 00:38 schrieb xiaoming
Hu:
Hello
I would like to overlay streamline on terrain height using
gsn_csm_streamline_contour_map.
But I only get streamline, but no terrain height. See the
following figure.
Anybody knows what is happening? I attached my ncl script.
Thanks a lot
Xiaoming
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20150122/5c874d6b/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ATT00002
Type: image/png
Size: 36653 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20150122/5c874d6b/attachment.png
More information about the ncl-talk
mailing list