[ncl-talk] Image Resizing Issue

Sudipta Sarkar sdptsarkar2 at gmail.com
Wed Mar 16 14:28:48 MDT 2016


Hi Kerwyn
"Wks_type" is just a string. You have to resize using the variable "wks". That's the one that is the resource variable

Sent from my iPhone

> On Mar 16, 2016, at 4:25 PM, Kerwyn Texeira <ktish86 at gmail.com> wrote:
> 
> Hi nc-talk,
> 
> I trying to resize my figures in "png" format but I'm having issues.  The size of the images are not changing.
> 
> Script:
> 
> wks_type = "png"
> wks_type at wkWidth = 2500
> wks_type at wkHeight = 2500
> wks = gsn_open_wks(wks_type, "test")
> 
> Error: warning:wkImageFileName is not a resource in the given object
>          warning:wkImageFormat is not a resource in the given object
> 
> Does anyone know how I can fix this?  
> 
> Appreciate it much!
> **Kerwyn
>  
> 
> 
> 
> 
> 
> 
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk


More information about the ncl-talk mailing list