Problem with FrameTicks and BarLabels
- To: mathgroup at smc.vnet.net
- Subject: [mg81123] Problem with FrameTicks and BarLabels
- From: tomfabtastic at hotmail.com
- Date: Thu, 13 Sep 2007 06:26:37 -0400 (EDT)
Hello,
I would like tick marks only where there is a Tick Mark Label on the
below graph ((using version 6) :
Show[BarChart[{97, 2345, 89}, BarOrientation -> Horizontal,
BarLabels -> {"a", "b", "c"},
GridLines -> {{0, 500, 1000, 1500, 2000, 3000}, None}]]
However, if I stipulate FrameTicks, I lose my BarLabels, and am not
allowed to put anything but a number into FrameTicks :
Show[BarChart[{97, 2345, 89}, BarOrientation -> Horizontal,
BarLabels -> {"a", "b", "c"}, Frame -> True,
FrameTicks -> {{None, None}, {{0, 500, 1000, 1500, 2000, 3000},
None}}, GridLines -> {{0, 500, 1000, 1500, 2000, 3000}, None}]]
Any ideas how I can get the BarLabels back but retain the new
FrameTicks ?
Thanks,
Tom
- Follow-Ups:
- RE: Problem with FrameTicks and BarLabels
- From: "David Annetts" <davidannetts@aapt.net.au>
- RE: Problem with FrameTicks and BarLabels