0

I have data on excel and I want to represent one persons data graphically in bar charts beside each other. All the values are numerical and I want it to look something like this:

enter image description here

where the w,x,y represent different variables like games played and turnovers and the three colours represent three different people. I have data on 20 people.

I don't know how to single out the individual data or represent multiple data points on the . Any questions, I'll try to describe as best as I can. Thanks in advance.

Phil
  • 7,287
  • 3
  • 36
  • 66
  • You can construct stacked bar plots using `ggplot()` (take a look [here](https://www.r-graph-gallery.com/48-grouped-barplot-with-ggplot2.html)). – Dunois Apr 02 '20 at 16:09
  • 1
    Does this answer your question? [Simple bar plot with multiple variables in R - Similar to Excel](https://stackoverflow.com/questions/46916042/simple-bar-plot-with-multiple-variables-in-r-similar-to-excel) – slamballais Apr 02 '20 at 17:29
  • Thanks.. That helps – StMalone Apr 03 '20 at 18:55

0 Answers0