I'm a newbie having a hard time to plot a multi bar graph/plot. Apologize in advance for using weird/wrong terms. I'm working on Funding for the Arts dataset. My current table looks like below (budget numbers are made up for this example)
Category   2010/11   2011/12   2012/13   ...   Total
Music      10000     900000000 8900000         98000000000
Dance      0         8759432   0               789999999
Theatre    7800000   23535352  32424           94832000
- List item
I want to create a new dataset that includes all the data looks (something) like below.
Category      Year       Budget
Music         2010/11    10000
Dance         2011/12    8759432
Theatre       2011/12    23535352
So that I can use it to plot a multi barplot/ graph showing the different allocations of fund to different categories in different years.
Thank you.
 
    