In barplot, is it possible to make the labels parallel to the bars?
Suppose we have the data frame called \"data\".
Page PV UniquePgv 1 /
ng
esal = c(res$V3)
ename = res$V2 barplot(esal, names.arg=ename, col=c(rainbow(length(esal))), xlab="Employee Name", ylab="Salary", main="Emp V/S Salary")