... | @@ -156,7 +156,7 @@ then do the plotting :) |
... | @@ -156,7 +156,7 @@ then do the plotting :) |
|
scale_fill_manual(values=mycolours) +
|
|
scale_fill_manual(values=mycolours) +
|
|
labs(x="Sample", y="Proportion of Reads", fill=taxonomicLevel) +
|
|
labs(x="Sample", y="Proportion of Reads", fill=taxonomicLevel) +
|
|
theme_classic() +
|
|
theme_classic() +
|
|
theme(text = element_text(family = "Serif", size=12)) +
|
|
theme(text = element_text(family = "Serif", size=16)) +
|
|
theme(axis.text.x=element_text(angle=45, hjust=1))
|
|
theme(axis.text.x=element_text(angle=45, hjust=1))
|
|
}
|
|
}
|
|
|
|
|
... | | ... | |