MathGroup Archive 2009

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

Search the Archive

Re: BarChart3D with Ticks-option in Mathematica 7

  • To: mathgroup at smc.vnet.net
  • Subject: [mg96022] Re: BarChart3D with Ticks-option in Mathematica 7
  • From: nigol <dario.buttari at gmail.com>
  • Date: Sun, 1 Feb 2009 04:42:55 -0500 (EST)
  • References: <glvkf5$e69$1@smc.vnet.net>

Probably this is a bug of BarChart3D.
However BarChart3D returns 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


  • Prev by Date: Re: define an heaviside in x=0
  • Next by Date: Re: Re: Looping
  • Previous by thread: Re: define an heaviside in x=0
  • Next by thread: Re: BarChart3D with Ticks-option in Mathematica 7