Re: [R] gap.plot fails to plot tick labels on y-axis

2016-01-19 Thread Jim Lemon
Hi Ludo, The good news is that it was easy. The bad news is that it was my fault. I hadn't tried labeling the axes with something other than numbers. At about line 109 in the source code, this line: show.labels<-c(ytics[littletics],yticlab[bigtics]) should read: show.labels<-c(yticlab[li

[R] gap.plot fails to plot tick labels on y-axis

2016-01-19 Thread Ludo Pagie
Dear all, I'm using gap.plot(..) (plotrix-3-5-11) to make a plot containing a broken axis. It seems in some cases that gap.plot() does not plot the proper tick labels at the y-axis. Case in question is when I specify tick labels for all ticks, on both y-ranges (ones below and one above the gap). W