[ncl-talk] [Help] problem of panel plots using multi files
Adam Phillips
asphilli at ucar.edu
Tue Mar 7 21:46:58 MST 2017
Hi Cho,
I think the issue is that you are redefining the workstation each time through the do loop. Move these two lines:
wks = gsn_open_wks("x11","output")
gsn_define_colormap(wks, "WhiteYellowOrangeRed")
above this line:
do i1 = 0,8
If you continue having an issue or if you have any further queries please respond to the ncl-talk email list.
Adam
> On Mar 7, 2017, at 5:30 PM, 조익현 <ehcho at kma.go.kr> wrote:
>
> ks = gsn_open_wks("x11","output")
> gsn_define_colormap(wks, "WhiteYellowOrangeRed")
More information about the ncl-talk
mailing list