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.
plotrix can do it. There is a post about axis break. http://r.789695.n4.nabble.com/template/NodeServlet.jtp?tpl=reply&node=2295499 ----- A R learner. -- View this message in context: http://r.789695.n4.nabble.com/Y-axis-break-tp2295499p2295998.html Sent from the R help mailing list archive at Nabble.com.