Skip to content
Prev 274262 / 398506 Next

using csv file for stacked bar plot, rows to columns

Hi,
On Wed, Oct 12, 2011 at 6:11 PM, Davis_fishgirl <lrledesma at gmail.com> wrote:
So your question doesn't have anything to do with CSV files, but
only with making a stacked barplot from a data frame.
If you read the help for barplot, you'll see that the argument beside
controls whether the bars are next to each other or stacked.

You'll get better answers if you provide a reproducible example (see
posting guide, please), but this may be enough to get you going.
Date Location1 Location2
1    1         3        10
2    2        10         6
3    3         2         9
4    4         4        10
5    5         8         2
Sarah