Re: Frametick Orientation (2 Questions)
- To: mathgroup at smc.vnet.net
- Subject: [mg87451] Re: Frametick Orientation (2 Questions)
- From: ouadad <desmier.pe at forces.gc.ca>
- Date: Fri, 11 Apr 2008 01:41:29 -0400 (EDT)
Dh, your example works but it just puts the same value at each point. Here's an example that doesn't work for me. I want the FrameTick values to be oriented vertically rather than horizontally. arbitrary = {3, 5, 9, 12, 5, 4, 2}; StackedBarChart[arbitrary, Frame -> True, FrameLabel -> {None, "Frequency", None, None}, LabelStyle -> {FontFamily -> "Helvetica", FontSize -> 10}, BarStyle -> {Black, Gray, Gray}, BarSpacing -> 0, BarEdges -> False, FrameTicks -> {{{1, "-0.1216"}, {2, "-0.1013"}, {3, "-0.0810"}, {4, "-0.0607"}, {5, "-0.0403"}, {6, "-0.0200"}, {7, "0.0003"}}, Automatic, None, None}, FrameTicksStyle -> {FontFamily -> "Helvetica", FontSize -> 8}, PlotRange -> {Automatic, {0.00, 16}}, ImageSize -> 500]