Re: Graphic plotting problem [SOLVED]

From: David Brown <dbrown_at_nyahnyahspammersnyahnyah>
Date: Wed Dec 12 2012 - 13:59:54 MST

HI Ugo,
Glad to hear you solved the problem.
 -dave

On Dec 12, 2012, at 1:38 PM, ugo merlini wrote:

> Hi,
>
> I have solved the problem is a my error on filezilla ftp program configuration
>
> Regards
>
> Ugo
>
> From: dbrown@ucar.edu
> Subject: Re: Graphic plotting problem
> Date: Wed, 12 Dec 2012 13:02:58 -0700
> To: ugomerlini@hotmail.com
>
> Ugo,
> Do you have an older installation of NCL on this system that works? What sort of system is it? Regular Linux or are you running Linux over Windows in some fashion?
> Thanks.
> -dave
>
> On Dec 12, 2012, at 12:36 PM, ugo merlini wrote:
>
> Hi,
>
> I have same results with pdf. I'm able to open the file
>
> only with ps but I get the error below.
>
> I'm using ncl in command line mode only
>
> Regards
>
> Ugo
>
>
>
> GPL Ghostscript 9.02 (2011-03-30)
> Copyright (C) 2010 Artifex Software, Inc. All rights reserved.
> This software comes with NO WARRANTY: see the file PUBLIC for details.
> GS>(C:/Users/Ugo Merlini/Desktop/Server/meteo/maponly.ps) run
> >>showpage, press <return> to continue<<
> (C:/Users/Ugo Merlini/Desktop/Server/meteo/maponly.pdf) run
> GS> **** Warning: An error occurred while reading an XREF table.
> **** The file has been damaged. This may have been caused
> **** by a problem while converting or transfering the file.
> **** Ghostscript will attempt to recover the data.
> Processing pages 1 through 1.
> Page 1
> **** Warning: stream Length incorrect.
> **** Unknown operator: '31l'
> **** Error reading a content stream. The page may be incomplete.
> >>showpage, press <return> to continue<<
> (C:/Users/Ugo Merlini/Desktop/Server/meteo/maponly.ps) run
> **** Warning: File has unbalanced q/Q operators (too many q's)
>
> **** This file had errors that were repaired or ignored.
> **** The file was produced by:
> **** >>>> cairo 1.10.2 (http://cairographics.org) <<<<
> **** Please notify the author of the software that produced this
> **** file that it does not conform to Adobe's published PDF
> **** specification.
>
> GS>>>showpage, press <return> to continue<<
>
> GS>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Subject: Re: Graphic plotting problem
> From: dbrown@ucar.edu
> Date: Wed, 12 Dec 2012 12:17:53 -0700
> CC: ncl-install@ucar.edu
> To: ugomerlini@hotmail.com
>
> 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 14:00:04 2012

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