MathGroup Archive 2009

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

Search the Archive

BarChart3D with Ticks-option in Mathematica 7

  • To: mathgroup at smc.vnet.net
  • Subject: [mg95946] BarChart3D with Ticks-option in Mathematica 7
  • From: Lars Steffen <steffen.lars at gmail.com>
  • Date: Fri, 30 Jan 2009 05:46:01 -0500 (EST)

Hi all,

I'm checking out Mathematica 7.
It seems, that the BarChart3D behaves somewhat different than in the
version 6, especially the Ticks-option, which I can't get to work in
version 7.
While the following code works in v6:

<< BarCharts`;
BarChart3D[{{0.6, 0}, {0, -0.3}},
 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}]

the following code results in an error in v7:

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}]

The error is:
BarChart3D::ticks: -- Message text not found -- ({{{1,1,{0.001,0}},
{2,2,{0.001,0}}},{{1,1,{0.001,0}},{2,2,{0.001,0}}},Automatic})

Does anyone know, how I can get the Ticks-option to work?

-Lars


  • Prev by Date: Re: parasite points with Mesh
  • Next by Date: Re: Re: two y-axes with different scaling
  • Previous by thread: Re: Defining assumptions globally
  • Next by thread: Synchronous zooming of 3D graphics