[ncl-install] Graphic plotting problem
ugo merlini
ugomerlini at hotmail.com
Wed Dec 12 09:59:22 MST 2012
Hi,
i'm trying version 6.1 of ncl. I have grafhic output problem so I tried
this little script
;================================================;
; maponly_1.ncl
;================================================;
;
; Concepts illustrated:
; - Drawing a default cylindrical equidistant map
;
;================================================;
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
; ================================================;
begin
wks = gsn_open_wks("png","maponly") ; open a ps file
plot = gsn_csm_map_ce(wks,False) ; draw global map
end
I get a corruped file (png or pdf)
http://i103.photobucket.com/albums/m136/ugo73/maponly.png
I'm using debian squeeze and and precompiled file
ncl_ncarg-6.1.0.linux_debian_x86_64_gcc445.tar.gz
regards
Ugo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-install/attachments/20121212/603ac2d4/attachment.html
More information about the ncl-install
mailing list