Hallo there, I've got a simple question concerning a plot attempt of mine. I am trying to plot two variables using the following code: # Creating a Graph attach(Jitirana) plot(Sozialkapital, Migration) abline(lm(Migration~Sozialkapital)) title("Regression of Sozialkapital on Migration") Simple thing, but the problem lies in the fact that I keep receiving a square plot depicting y on the left and the frequency on the right side of the square. Well, in the plot shown on the Quick-R page the frequency is on the left side and there is a line running right in the middle. Have anyone got an idea as to where "my" keeps cropping up entirely different from the example on the Quick-R page? Thanks in advance. Marcus Tullius
[[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.