MichaelChirico / r-bugs

A ⚠️read-only⚠️mirror of https://bugs.r-project.org/
20 stars 0 forks source link

[BUGZILLA #14699] Plot and table #4288

Closed MichaelChirico closed 4 years ago

MichaelChirico commented 4 years ago

Ladies and gentlemen,

the following works in R-version 2.10.1 but not in 2.13.2:

a <- c(3, 1, 2, 3, 2, 2, 3, 3, 1) plot(1:3,table(a))

(Have a look at the abscissa)

Greetings

D. Trenkler


METADATA

MichaelChirico commented 4 years ago

Fixed for 2.14.0 (the problem is in Axis.table, new since 2.10.1)


METADATA