Re: BarChart3D with Ticks-option in Mathematica 7
- To: mathgroup at smc.vnet.net
- Subject: [mg96651] Re: BarChart3D with Ticks-option in Mathematica 7
- From: Lars Steffen <steffen.lars at gmail.com>
- Date: Wed, 18 Feb 2009 06:00:18 -0500 (EST)
- References: <glvkf5$e69$1@smc.vnet.net> <gm3r86$meo$1@smc.vnet.net>
On 1 Feb., 10:49, nigol <dario.butt... at gmail.com> wrote: > Probably this is a bug ofBarChart3D. > HoweverBarChart3Dreturns a Graphics3D object, therefore you can go > around the bug by using the following code: > > Show[BarChart3D[{{0.6, 0}, {0, -0.3}}, ChartLayout -> "Grid", > AxesEdge -> {{0, 0}, {1, 0}, Automatic}], > Ticks -> {{{1, "1", {0.001`, 0}}, {2, "2", {0.001`, 0}}}, {{1, > "1", {0.001`, 0}}, {2, "2", {0.001`, 0}}}, Automatic}] > > Not neat, but it works. > Dario Thanks Dario. I've received an E-Mail from someone from Wolfram who told me, that the problem will be fixed in the next release. Lars