[ncl-talk] sub-titles in panel plots

Mary Haley haley at ucar.edu
Thu Jun 25 14:49:40 MDT 2015


Hi Laura,

I can't quite envision what you are describing, with the plots being moved
to the right and the titles on the left. It would help if I could see an
image.

However, perhaps what you want is to use gsnPanelFigureStrings.  This will
add little figure strings to each panel plot, *inside* the plot.

Please see example panel_5.ncl at:

http://www.ncl.ucar.edu/Applications/panel.shtml#ex5

Note that this is a special gsn_panel resource, so you want to set it when
you set the resources for gsn_panel.

Let me know if this is not what you want.

Also, if you like, you can send me the image and your script offline so I
can see why your original method is not working.

--Mary




On Wed, Jun 24, 2015 at 4:03 PM, Laura Fowler <laura at ucar.edu> wrote:

> Hi:
>
> I made a panel of 3 individual plots. Each plot is created using
> gsn_xy. The 3 plots are centered vertically. I would like to add an
> individual title to each plot like "a. Precipitation" for the first
> plot, etc ... It looks like my only option is to use the
> "tiMainString" option. I want to move the MainString to the left of
> the plot instead of being centered using tiMainOffsetXF.
>
> When I set res at tiMainOffsetXF = -0.25, the title of the plots move to
> the left and the plots themselves move all the way to the right. That
> must have to do with creating a panel plot since this does not happen
> for one plot only?
>
> I am not sure how to make this work. I tried to use trString and
> gsnLeftString, but that did not work. Any other suggestions?
>
> Thanks,
> Laura
>
>
> --
>
> !-------------------------------------------------------------------------------------------------------------
> Laura D. Fowler
> Mesoscale and Microscale Meteorology Division (MMM)
> National Center for Atmospheric Research
> P.O. Box 3000, Boulder CO 80307-3000
>
> e-mail: laura at ucar.edu
> phone: 303-497-1628
>
>
> !-------------------------------------------------------------------------------------------------------------
> _______________________________________________
> 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/20150625/772b3bc3/attachment.html 


More information about the ncl-talk mailing list