Graphic plotting problem

From: ugo merlini <ugomerlini_at_nyahnyahspammersnyahnyah>
Date: Wed Dec 12 2012 - 09:59:22 MST

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
                                               

_______________________________________________
ncl-install mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-install
Received on Wed Dec 12 09:59:34 2012

This archive was generated by hypermail 2.1.8 : Fri Dec 21 2012 - 10:42:49 MST