Re: Strange newbie problem
- To: mathgroup at smc.vnet.net
- Subject: [mg70653] Re: [mg70625] Strange newbie problem
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Sun, 22 Oct 2006 01:19:46 -0400 (EDT)
- Reply-to: hanlonr at cox.net
$Version 5.2 for Mac OS X (June 20, 2005) <<Statistics`StatisticsPlots` dat = Table[Random[], {50}]; BoxWhiskerPlot[dat] ; Works on my system. Perhaps you tried using BoxWhiskerPlot before you loaded the package and shadowed the name. Try with a fresh kernel. Bob Hanlon ---- byvaly at seznam.cz wrote: > Hello, > > i've tried this help sample: > > <<Statistics`StatisticsPlots` > dat = Table[Random[], {50}]; > BoxWhiskerPlot[dat] > > However no plot appears, instead i get this: > > Out[3]= > BoxWhiskerPlot[{0.479589, 0.178386, 0.345948, 0.814448, 0.12598, > 0.243768, 0.422868, 0.573776, 0.338517, 0.591279, 0.63343, > 0.254537, 0.590432, 0.435648, 0.137556, 0.0418897, 0.299957, > 0.0165733, 0.676943, 0.861216, 0.508061, 0.25441, 0.871599, > 0.735319, 0.0284728, 0.0760239, 0.525651, 0.920872, 0.902492, > 0.832256, 0.102782, 0.347096, 0.563975, 0.240977, 0.469352, > 0.0925588, 0.973543, 0.805329, 0.331796, 0.0506691, 0.673587, > 0.788756, 0.654853, 0.189454, 0.165525, 0.534345, 0.783254, > 0.454134, 0.137052, 0.458322}] > > What's wrong, please? TIA. > -- Bob Hanlon hanlonr at cox.net