Displaying 1 result from an estimated 1 matches for "simplyh".
Did you mean:
simply
2006 Jun 29
1
inconsistent matplot behaviour?
...er strings) for a number of
arguments namely `type', `lty', `lwd', `pch', `col', `cex'. all of them
act consistently in such a way that the first entries are used for plot
of x-column 1 vs. y-column 1 and so forth.
for some reason `bg' is missing from this list (maybe simplyh
forgotten?). this causes an, according to my mind, at least, undesirable
(inconsistent) behaviour in calls like
matplot(x, y, type = 'b', pch = 21:23, col = 2:4, bg = 2:4)
(assuming x, y are 3-column matrices)
`col', `pch' and the other explicit arguments are interpreted on a &...