By default, the x-axis in RectangleChart is not labeled. Using Axis -> {True, True} does not help. Can I set the ticks manually?
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
|
||||
|
|
By default
|
|||||
|
|
RectangleChart[vekk = {{1, 1}, {1, 2}, {3, 4}},
ChartLabels -> Placed[Flatten@vekk[[All, 2]], Axis],
BarSpacing -> None, FrameTicks -> {{Automatic, None}, {None, None}},
Frame -> {{True, False}, {False, False}}, Ticks -> None]
|
||||
|
|

