Re: Strange newbie problem
- To: mathgroup at smc.vnet.net
- Subject: [mg70643] Re: Strange newbie problem
- From: "dimitris" <dimmechan at yahoo.com>
- Date: Sun, 22 Oct 2006 01:19:14 -0400 (EDT)
- References: <ehcqck$29$1@smc.vnet.net>
Hi.
Try to refresh the kernel.
Everything work fine on my computer.
Quit;
$Version
5.2 for Microsoft Windows (June 20, 2005)
<<Statistics`StatisticsPlots`
dat=Table[Random[],{50}];
BoxWhiskerPlot[dat]
(*plot to be displayed*)
Following also one of the invaluable suggestions of David Park
I recomend you to use the following command in order to load the
package.
Needs["Statistics`StatisticsPlots`"]
In this way you avoid conflicts of possible reloading of the package.
Regards
Dimitris