search for: txkbk2m

Displaying 1 result from an estimated 1 matches for "txkbk2m".

2008 Jun 27
2
plot(type="l") disjoint between 100 and 101st datapoint
...00th and 101st point in a dataset when plotting in line mode (type="l"). plot(1:102, type="l") reproduces the problem consistently on my machine, on both png and quartz devices. The result of saving this to the png device by the code below can be seen at http://imagebin.ca/view/txKBk2M.html > png(filename="disjoint.png") > plot(1:102, type="l") > dev.off() quartz 2 I had a look through the archives but couldn't see any discussion of this; apologies if I missed it. Is this purely a mac issue? Unfortunately I don't have any other machines...