Strange newbie problem
- To: mathgroup at smc.vnet.net
- Subject: [mg70625] Strange newbie problem
- From: byvaly at seznam.cz
- Date: Sat, 21 Oct 2006 05:14:23 -0400 (EDT)
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.