[ncl-talk] Image Resizing Issue

sudipta sarkar sdptsarkar2 at gmail.com
Wed Mar 16 14:58:15 MDT 2016


Kerwyn
Here is what you need to do:

wks_type = "png"
wks = gsn_open_wks(wks_type, "test")
wks at wkWidth = 2500
wks at wkHeight = 2500



On Wed, 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160316/06c55d8f/attachment.html 


More information about the ncl-talk mailing list