MathGroup Archive 2009

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

Search the Archive

Re: BarChart Range

  • To: mathgroup at smc.vnet.net
  • Subject: [mg103581] Re: BarChart Range
  • From: David <dwarnold45 at suddenlink.net>
  • Date: Tue, 29 Sep 2009 07:37:30 -0400 (EDT)
  • References: <h9p43j$pqo$1@smc.vnet.net>

All,

I've received some email suggestions for which I am thankful. I now
have:

BarChart[{43.34, 43.60, 44.19, 44.73} - 40,
 ChartStyle -> {GrayLevel[0.6]},
 ChartLabels -> {"0.25", "0.33", "0.50", "0.75"},
 FrameTicks -> {None, {{0, 40}, {1, 41}, {2, 42}, {3, 43}, {4, 44}}},
 PlotLabel ->
  "Average percent of wild dogs dying due to dehydration \n tested at
\
different values of the parameter 'river-radius'",
 Frame -> {True, True, False, False},
 FrameLabel -> {"Chance (percent) of wild dogs drinking water daily",
   "The radius value a wild dog can\n look around themselves for a \
river"}, ImageMargins -> 10]

Left to do:

Can I tighten up the baseline so that it aligns with the bottom of the
bars?

On Sep 27, 6:38 pm, 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?



  • Prev by Date: Background image sizing
  • Next by Date: 3D model problem - translating figure off center
  • Previous by thread: Re: BarChart Range
  • Next by thread: Re: BarChart Range