Skip to content
Prev 228194 / 398500 Next

Y axis break

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