Re: Newbie Question - Change 3D Bar Chart Background Color
- To: mathgroup at smc.vnet.net
- Subject: [mg95633] Re: Newbie Question - Change 3D Bar Chart Background Color
- From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
- Date: Fri, 23 Jan 2009 05:07:44 -0500 (EST)
- References: <gl9n2m$aq4$1@smc.vnet.net>
Hi Tim, BarChart3D[{1, 2, 3}, ChartStyle -> Red] may do what you want. As to documentation: have you tried putting your cursor in the word BarChart3D, pressing F1, and in the resulting documentation page press the "More Information" box tight below the syntax info? Cheers -- Sjoerd On Jan 22, 1:59 pm, Tim Heger <timhe... at usrbs.com> wrote: > I am struggling in changing the background (the X and Y plane) in this > example from blue to any other color. > > BarChart3D[{1, 2, 3}] > > Also I **believe** I have looked ever where in the documentation about th= e > available options for BarChart3D.... Where would I find a comprehensive > recap of what can be done? > > Thanks, > > Tim