# retrieve workstation's current colormap…
tmpCmap = gsn_retrieve_colormap(wks)
# load default.rgb into workstation and then retrieve it…
gsn_define_colormap(wks, "default")
defaultCmap = gsn_retrieve_colormap(wks)
# restore original workstation colormap…
gsn_define_colormap(wks, tmpCmap)
Answering from Rick in ucar
'tools > NCL' 카테고리의 다른 글
get Attributes (0) | 2013.05.24 |
---|---|
체중변화 그래프 (0) | 2013.05.07 |
시작전 마음준비 (0) | 2012.11.11 |
NCL이란.. (0) | 2012.11.11 |
mapping option(Robinson) (0) | 2012.10.26 |
댓글