MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

RE: Strange newbie problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg70686] RE: [mg70625] Strange newbie problem
  • From: "David Annetts" <davidannetts at aapt.net.au>
  • Date: Mon, 23 Oct 2006 02:50:17 -0400 (EDT)

Hi,

> 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.

As far as I can tell, nothing.  Your example works fine here.  

Perhaps a reinstallation is in order?

Regards,

Dave.


  • Prev by Date: Re: Re: Programming style: postfix/prefix vs. functional
  • Next by Date: Re: Programming style: postfix/prefix vs. functional
  • Previous by thread: Re: Strange newbie problem
  • Next by thread: Re: Strange newbie problem