Re: gsn_csm_histogram?

From: Alan Brammer <abrammer_at_nyahnyahspammersnyahnyah>
Date: Mon Aug 05 2013 - 06:24:32 MDT

Ah, I found this csm.ncl code, but wasn't entirely sure on the implementation. This looks good now.

Thanks,
        Alan.

On Aug 2, 2013, at 6:54 PM, Mary Haley <haley@ucar.edu> wrote:

> Hi Alan,
>
> We have an example of adding your own subtitles to any plot you create.
>
> See example text_12.ncl at:
>
> http://www.ncl.ucar.edu/Applications/text.shtml#ex12
>
> Look at the "subtitles" procedure. I think you should be able to copy this procedure to your own script, and use it in the same way it is used in this example:
>
> . . .
> plot = gsn_histogram(wks,….,res)
>
> txres = True ; Text resources desired
> txres@txFontColor = "ForestGreen"
> subtitles(wks,plot,"Left string","Center string","Right string",txres)
>
> draw(plot) ; Drawing the plot will draw the three subtitles attached.
> frame(wks)
>
> --Mary
>
> On Aug 2, 2013, at 12:33 PM, Alan Brammer wrote:
>
>> Hi,
>> I'm using gsn_histogram at the moment, just wondering if there are plans for a csm version. It's easy enough to recreate in an xy plot, but would be nice to have the simple histogram function with the extra csm add ons.
>>
>> Or is there a clean way of adding gsn...String to a histogram manually?
>>
>> Thanks,
>> Alan
>>
>>
>>
>>
>> ##############################
>> Alan Brammer,
>> PhD Student,
>>
>> Department of Atmospheric and Environmental Sciences,
>> University at Albany, State University of New York, Albany, NY, 12222
>> abrammer@albany.edu
>> ##############################
>>
>>
>> _______________________________________________
>> ncl-talk mailing list
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Aug 5 06:24:59 2013

This archive was generated by hypermail 2.1.8 : Wed Aug 07 2013 - 13:59:00 MDT