Hi Jim, Last question.
I´m using a spanish version (there are some documents on how constructing good plots and I have found them althought not very intuitive...) I will read them in a next days. Only if you know the way. Imagine I have made a plot like plot(x,y) and I use labels (on each cross point appears a name) but they appear on the dot ¿Do you know some way to show the label below the dot? there is some way to indicate the program try to not to overlap labels (if they are very near?) Happy nice wekend all¡¡¡ 2010/1/29 Jim Lemon <j...@bitwrit.com.au> > On 01/29/2010 10:08 AM, Jose Narillos de Santos wrote: > >> Hi Jim your suggestion doesn´t work properly. I have find some documents >> on graphs so let me think till monday and if not I will detail where it >> fails. >> Sorry again...I feel very silly, really, it is not a joke but I will >> continue trying... >> I have a question also, in a general plot (please if you can help me it >> would be fantastic) >> Imagine again a plot >> >> > x <- rnorm(10) >> >> > y <- rnorm(10) >> >> If I plot(x,y) >> >> it appears a scatter plot. >> >> If you see y axis (the y axis on the left) has numbers. But the parallel >> (imaginary) y axis on the right appears only as a line (without the >> numbers, the scale). >> >> Do you know how to show the scale the same numbers in both (left and >> right axis)? I think this way the graphs seem more simetrical. >> > Hi Jose, > Try this: > > par(mar=c(5,4,4,4)) > plot(rnorm(10),rnorm(10)) > axis(4) > > Jim > > [[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.