<div dir="ltr">Hi All, I was doing a gif animation in .png format, and I was able to set the width and the height, so my plots were ok. But now I'm trying to do the same with .ps format or .pdf, and I'm having some troubles. It's rotated, and the command, wks_type@gsnPaperOrientation  = "portrait"  is not recognized. Any suggestion? <br>Any help would be really appreciated, below  you can see what I mentioned to you from my code.<br><br><div> <font face="garamond, serif">wks_type       = "ps"</font></div><div><font face="garamond, serif">    ;wks_type@wkWidth   = 1700</font></div><div><font face="garamond, serif">    ;wks_type@wkHeight  = 1536</font></div><div><font face="garamond, serif">     wks_type@gsnPaperOrientation  = "portrait"</font></div><div><font face="garamond, serif"><br></font></div><div><font face="garamond, serif">     wks = gsn_open_wks(wks_type,"animate"+sprinti("%03i",it))</font></div><div><font face="garamond, serif"><br></font></div><div><font face="garamond, serif">     mpid   = gsn_csm_map(wks,mpres)</font></div><div><font face="garamond, serif">     hnid  =  gsn_csm_contour(wks,hgt300(:,:),hres)</font></div><div><font face="garamond, serif">     T_300  = gsn_csm_contour(wks,T300,Tres)</font></div><div><font face="garamond, serif">     V_300  =gsn_csm_vector(wks,U300,V300,Vres)</font></div><div><font face="garamond, serif"><br></font></div><div><font face="garamond, serif">     ;Overlaps maps in order</font></div><div><font face="garamond, serif">     overlay(mpid,hnid)</font></div><div><font face="garamond, serif">     overlay(mpid,T_300)</font></div><div><br>All the best, <br>Sebastián.</div></div>