Hello,

I would like to plot :

barplot(c(10,12,18))

and

plot(c(0,2,3), t="l")

and many other plots...

in a same scale. With par(new=T) it's not align, points are not in the
middle of the bar of barplot. Is there an easely solution to align that ?

Thank for you help,

G

        [[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