[ncl-talk] how to output figures as eps and png format simultaneously?

Yuqiang Zhang yuqiangzhang.thu at gmail.com
Sun Oct 5 07:12:51 MDT 2014


You can have a loop for the outputs format

type = (/"pdf","png")

 

do T = 0, dimsizes(type)-1 

   wks = gsn_open_wks(type(T), plot_name)

 

Regards,

Yuqiang

 

From: ncl-talk-bounces at ucar.edu [mailto:ncl-talk-bounces at ucar.edu] On Behalf
Of LI Qi
Sent: Sunday, October 05, 2014 8:21 AM
To: ncl-talk
Subject: [ncl-talk] how to output figures as eps and png format
simultaneously?

 

Dear NCL,

 

I'd like to ask how could I output figures as eps and png format
simultaneously?

 

Best,

 

LI Qi

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20141005/8d7ed943/attachment.html 


More information about the ncl-talk mailing list