Re: BarChart Range
- To: mathgroup at smc.vnet.net
- Subject: [mg103599] Re: BarChart Range
- From: "michael.p.croucher at googlemail.com" <michael.p.croucher at googlemail.com>
- Date: Tue, 29 Sep 2009 07:40:56 -0400 (EDT)
- References: <h9p43j$pqo$1@smc.vnet.net>
On 28 Sep, 02:38, David <dwarnol... 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?
How about
BarChart[{43.34, 43.60, 44.19, 44.73}, PlotRange -> {40, 50}]
?
Best Wishes,
Mike
www.walkingrandomly.com