[ncl-talk] Offset postscript/gif problem

Mary Haley haley at ucar.edu
Mon Jun 12 09:39:04 MDT 2017


Hi Rich,

This is strange.  I saw the similar behavior too, using a pared down
version of your script.  However, when I moved your script to my Mac and
ran it there, I got a figure that was more centered on the page. I'll send
you the pared down script offline. Could you try running this on your
laptop, if you have NCL installed on it?

One thing I did, that help a little is to set:

 res at gsnMaximize         = True
 res at gsnPaperOrientation = "Portrait"

You had:

 res at gsnMaximize    = False
 res at gsnOrientation = "Portrait"

"gsnOrientation" is not a valid resource.

Also, I removed the code that was explicitly adding a legend, just to
simplify things.  I don't think this was affecting the location of the plot.


--Mary



On Fri, Jun 9, 2017 at 8:04 AM, Richard Neale <rneale at ucar.edu> wrote:

> Hi I have a problem with figures being randomly offset so that they half
> disappear off the top right part of the plot subsequent to the first plot.
> I am trying to construct and animated gig from these so it is pain.
>
> For yellowstone/cheyenne folks my script is here and should work wherever
> you copy it to.
>  /glade/u/home/rneale/precip_topo_anim.ncl
>
> and it produces the couple of images in here
>  /glade/u/home/rneale/climo_day_ann_cycle_anim_Colorado_PRISM.ps
>
>
> May thanks is advance!
> Rich
>
>
> --
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>  Richard Neale - rneale at ucar.edu - http://www.cgd.ucar.edu/cms/rneale -
>  Atmospheric Modeling & Predictability, CGD, NCAR  =-=-=-=-=-=-=-=-=-=-
>  P.O. Box 3000, Boulder, CO 80307-3000 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>  Tel (303) 497-1380 Fax (303) 497-1324 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>
>
> _______________________________________________
> 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/20170612/0110747f/attachment.html 


More information about the ncl-talk mailing list