MathGroup Archive 2000

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

Search the Archive

BarChart, Bar Labels disappear

  • To: mathgroup at smc.vnet.net
  • Subject: [mg26338] BarChart, Bar Labels disappear
  • From: Matthias.Bode at oppenheim.de
  • Date: Tue, 12 Dec 2000 02:54:50 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Dear colleagues,

with
<< Graphics`Graphics`

this

Show[BarChart[{-12, -18, -12, -7}, 
    BarLabels -> {"< 1%", "1%-2%", "2%-3%", ">3%"}],
  BarChart[ {8,  18,  14, 10}, BarStyle -> {RGBColor[0, 0, 1]}, 
    BarLabels -> {"< 1%", "1%-2%", "2%-3%", ">3%"}]]

produces three bar charts.
Only the second one shows the bar labels.
I need the bar labels in the combined chart along the x-axis. How?

Best regards,

Matthias Bode
Sal. Oppenheim jr. & Cie. KGaA
Koenigsberger Strasse 29
D-60487 Frankfurt am Main
GERMANY
Tel.: +49(0)69 71 34 53 80
Mobile: +49(0)172 6 74 95 77
Fax: +49(0)69 71 34 6380
E-mail: matthias.bode at oppenheim.de




  • Prev by Date: NDSolve Interpolating Function Range too small!
  • Next by Date: Re: Regression Coeffcients 12/11/2000 08:41:20 AM
  • Previous by thread: Re: NDSolve Interpolating Function Range too small!
  • Next by thread: Re: BarChart, Bar Labels disappear