MathGroup Archive 2009

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

Search the Archive

Re: BarChart Range

  • To: mathgroup at smc.vnet.net
  • Subject: [mg103573] Re: [mg103551] BarChart Range
  • From: "Kurt TeKolste" <tekolste at fastmail.us>
  • Date: Tue, 29 Sep 2009 07:35:41 -0400 (EDT)
  • References: <200909280306.XAA06459@smc.vnet.net>

This seems to work:

BarChart[{43.34, 43.60, 44.19, 44.73}, PlotRange -> {All, {40, 50}}]

ekt

On Sun, 27 Sep 2009 23:06 -0400, "David" <dwarnold45 at suddenlink.net>
wrote:
> All,
> 
> I have:
> 
> BarChart[{43.34, 43.60, 44.19, 44.73}]
> 
> Can someone show me how to set the range to run from 40 to 50?
> 
> 
Regards,
Kurt Tekolste



  • Prev by Date: Re: White Noise in Simulation
  • Next by Date: Re: White Noise in Simulation
  • Previous by thread: Re: BarChart Range
  • Next by thread: Re: BarChart Range