Re: Strange newbie problem
- To: mathgroup at smc.vnet.net
- Subject: [mg70658] Re: Strange newbie problem
- From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
- Date: Sun, 22 Oct 2006 01:20:03 -0400 (EDT)
- Organization: The Open University, Milton Keynes, UK
- References: <ehcqck$29$1@smc.vnet.net>
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. > Works fine on my system. Did you get any error/warning messages? Have you try the same set of expression with a fresh kernel (either kill the kernel and evaluate again, or start a new session)? Regards, Jean-Marc