Resource Documentation: gsnHistogramMinMaxBinsOn

From: Daniel Adriaansen <dadriaan_at_nyahnyahspammersnyahnyah>
Date: Mon Dec 12 2011 - 12:28:40 MST

Hello,

I was reading up on the resource gsnHistogramMinMaxBinsOn today trying
to determine where certain values will get placed. I noticed in the
documentation at this page:

http://ncl/Document/Graphics/Resources/gsn.shtml#gsnHistogramMinMaxBinsOn

that it says the following:

For example, if gsnHistogramBinIntervals is set to (/1,2,3,4/), then the
values will be binned as follows:

   bin_1 < 1 < bin_2 <= 2 < bin_3 <= 3 < bin_4 <= 4 < bin_5

What about a value of exactly 1? Are those values included in bin_1 or
bin_2? Seems it should either be:

bin_1 <= 1 < bin_2 -or- bin_1 < 1 <= bin_2.

Could someone clarify this for me? Thanks.

-Dan
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Dec 12 12:28:47 2011

This archive was generated by hypermail 2.1.8 : Fri Dec 16 2011 - 10:27:49 MST