Re: Re: Histogram package
- To: mathgroup at smc.vnet.net
- Subject: [mg91161] Re: [mg91149] Re: Histogram package
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Fri, 8 Aug 2008 07:12:48 -0400 (EDT)
- Reply-to: hanlonr at cox.net
Works on my system. $Version 6.0 for Mac OS X x86 (64-bit) (May 21, 2008) Needs["Histograms`"]; Histogram[{4/54, 5/54, 5/54, 5/54, 8/54, 7/54, 5/54, 7/54, 8/54}, FrequencyData -> True] Bob Hanlon ---- Peter Evans <peter.w.evans at gmail.com> wrote: ============= .. and here's the code and the error massage... Histogram[{4/54, 5/54, 5/54, 5/54, 8/54, 7/54, 5/54, 7/54, 8/54}, FrequencyData -> True] Range::range: Range specification in \ Range[Ceiling[-0.05+0./Histograms`Private`TickSpacing[9.,7,{1,2,2.5,5,\ 10}]],Floor[0.05+9./<<1>>]] does not have appropriate bounds. >> Range::range: Range specification in \ Range[Ceiling[-0.05+0./Histograms`Private`TickSpacing[9.,7.,{1.,2.,2.\ 5,5.,10.}]],Floor[0.05+9./<<1>>]] does not have appropriate bounds. >>