Re: Graphic plotting problem

From: David Brown <dbrown_at_nyahnyahspammersnyahnyah>
Date: Wed Dec 12 2012 - 12:17:53 MST

Hi Ugo,
Do you have this problem just with png output? Can you create a ps or pdf file or display to X11 window?
 -dave

On Dec 12, 2012, at 9:59 AM, ugo merlini wrote:

> 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

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

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