Re: [R] Axis break with gap.plot()

2010-09-13 Thread Filoche
Hi again everyone. Anyone know if there's any limitation with gap.plot concerning the fill color of plotted markers? I would like to fill the circles with a color : library(plotrix); gap.plot(c(1,2,3,4,10), c(1,2,3,4,10), c(5,9), pch = 21, col = red); However, it only change the color of the

Re: [R] Axis break with gap.plot()

2010-09-13 Thread David Winsemius
On Sep 13, 2010, at 10:34 AM, Filoche wrote: Hi again everyone. Anyone know if there's any limitation with gap.plot concerning the fill color of plotted markers? I would like to fill the circles with a color : library(plotrix); gap.plot(c(1,2,3,4,10), c(1,2,3,4,10), c(5,9), pch = 21,

Re: [R] Axis break with gap.plot()

2010-09-13 Thread Filoche
Thank you sir. Regards, Phil -- View this message in context: http://r.789695.n4.nabble.com/Axis-break-with-gap-plot-tp2533027p2537660.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

Re: [R] Axis break with gap.plot()

2010-09-10 Thread Jim Lemon
On 09/10/2010 01:07 AM, Filoche wrote: Hi everyone. I'm trying to break the y axis on a plot. For instance, I have 2 series (points and a loess). Since the loess is a continuous set of points, it passes in the break section. However, with gap.plot I cant plot the loess because of this (I got

Re: [R] Axis break with gap.plot()

2010-09-10 Thread Filoche
Thank Jim for your answer. I actually did my own function to plot with the loess. I just calculated the intersection between the first and second horizontal gap lines with the line formed by the 2 points before and after the gap. So I can now plot the loess from both sides of the gap section.

[R] Axis break with gap.plot()

2010-09-09 Thread Filoche
Hi everyone. I'm trying to break the y axis on a plot. For instance, I have 2 series (points and a loess). Since the loess is a continuous set of points, it passes in the break section. However, with gap.plot I cant plot the loess because of this (I got the message some values of y will not be