MathGroup Archive 2009

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

Search the Archive

Re: Re: old vs new(V7) BarChart3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg104372] Re: [mg104343] Re: old vs new(V7) BarChart3D
  • From: "Drago Ganic" <dganic at vodatel.net>
  • Date: Thu, 29 Oct 2009 02:58:30 -0500 (EST)
  • References: <hc6g9p$5jt$1@smc.vnet.net> <200910280908.EAA14404@smc.vnet.net> <806ECEB1-BF1C-4E63-8512-D09632AAE0C5@wolfram.com>

Hi Brett,
This seems a new feature. It doesn not to work on my v7.0 on Windows Vista.

BR,
Drago

-----Original Message-----
From: Brett Champion [mailto:brettc at wolfram.com] 
Sent: Wednesday, October 28, 2009 4:25 PM
To: Drago Ganic
Cc: mathgroup at smc.vnet.net
Subject: [mg104372] Re: [mg104343] Re: old vs new(V7) BarChart3D

On Oct 28, 2009, at 4:08 AM, Drago Ganic wrote:

> Hi,
> use the option ChartLayout -> "Grid" for BarChart3D !
>
> BarChart3D[binorm/Max[binorm],
> BarSpacing -> .5,
> Boxed -> False,
> BaseStyle -> {Medium, FontFamily -> "Arial"},
> Axes -> {False, False, False},
> PlotLabel -> "Field Study",
>
> ChartLayout -> "Grid",
> ViewPoint -> {1.3, -2.4, 2},
> FaceGrids -> None
> ]
>
> Unfortunatly, I don't know no no way (other than manipulation of the
> generated Graphics3D expression) to get rid of the two "walls".

Method -> {"Canvas" -> False}  (It's the last example under BarChart3D  
 > Scope > Styling and Appearance .)

Brett



  • Prev by Date: Re: problem of syntax.
  • Next by Date: Re: FromAdjacencyMatrix / FromAdjacencyLists - broken?
  • Previous by thread: Re: Re: old vs new(V7) BarChart3D
  • Next by thread: Re: Re: Re: old vs new(V7) BarChart3D