Re: Loading graphics package
- To: mathgroup at smc.vnet.net
- Subject: [mg49535] Re: [mg49511] Loading graphics package
- From: DrBob <drbob at bigfoot.com>
- Date: Fri, 23 Jul 2004 05:59:23 -0400 (EDT)
- References: <200407220645.CAA21049@smc.vnet.net>
- Reply-to: drbob at bigfoot.com
- Sender: owner-wri-mathgroup at wolfram.com
You probably evaluated the second statement (at some point) BEFORE you evaluated the first one. That makes BarChart a global variable, and it's too late to load Graphics, unless you either Quit or Remove[BarChart]. Bobby On Thu, 22 Jul 2004 02:45:50 -0400 (EDT), Gregory Lypny <gregory.lypny at videotron.ca> wrote: > Hello, > > I tried to reproduce an example from the online help by entering > > << Graphics`Graphics` > BarChart[{1, -3, 4, 5, 2, 3}, {3, 6, 4, 3}] > > but got nothing. What am I doing wrong? > > Regards, > > Greg > > > -- DrBob at bigfoot.com www.eclecticdreams.net
- References:
- Loading graphics package
- From: Gregory Lypny <gregory.lypny@videotron.ca>
- Loading graphics package