Hello again,

Please consider my data-frame:

My_DF <- data.frame(Names = as.character(1:2000), Values = 1:2000)

Now I want to create a Horizontal bar plot for this data:

barplot(My_DF$Values, main="Bar Plot", horiz=TRUE, names.arg=My_DF$Names)

You see the entire plot is messed-up. As I have to work with such lengthy
data, is there any possibility with R on how I can plot the entire data-set
clearly?

Thanks and regards,

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to