MRE: ``` x = Intervals(cbind(c(0, NA), c(1, NA))) plot(x, 1:2) # Error in xy.coords(x, y) : 'x' and 'y' lengths differ ```