search for: l_segment

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

Did you mean: __segment
2005 Apr 06
0
bug in color handling in lattice (PR#7777)
...s normally > xyplot(rnorm(10) ~ I(1:10), panel=function(...) { + panel.axis(side="b") + }) > > ## invalid color name > xyplot(rnorm(10) ~ I(1:10), panel=function(...) { + panel.axis(side="b", line.col="invisible") + }) Error in grid.Call.graphics("L_segments", x$x0, x$y0, x$x1, x$y1) : invalid color name > > ## repeat of previously working example. > ## still an invalid color name. > ## It is necesary to dev.off() in order to continue. > xyplot(rnorm(10) ~ I(1:10), panel=function(...) { + panel.axis(side="b")...