2007-07-07

Mathematica Bar Charts

On Mathematica bar charts, you can add tooltips showing the values for each bar thus:

BarChart[data] /.
  Rectangle[a_, {b_, c_}] :> Tooltip[Rectangle[a, {b, c}], c]