Hi there. I bet this question have been answered many times, but I cant find a good solution for my problem.
I would like to put a axis break (on y axis) on that flowing plot (let's say between 20 and 80 in y). y = c(runif(10, 1, 10), 100); x = y + runif(11, 10, 50); plot(x,y) Is there any solution for this? Best regards, Phil -- View this message in context: http://r.789695.n4.nabble.com/Y-axis-break-tp2295499p2295499.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.