Hi Anamaria
Thanks for the data.
See in line.
> -Original Message-
> From: R-help On Behalf Of Ana Marija
> Sent: Wednesday, June 28, 2023 6:00 PM
> To: r-help
> Subject: [R] horizontal grouped stacked plots and removing space between
> bars
>
> I have code
I have code like this:
data <- read.csv("test1.csv", stringsAsFactors=FALSE, header=TRUE)
# Graph
myplot=ggplot(data, aes(fill=condition, y=value, x=condition)) +
geom_bar(position="dodge", stat="identity", width=0.5) +
scale_fill_manual(values=c("#7b3294", "#c2a5cf", "#a6dba0", "#0088
2 matches
Mail list logo