
Last chance! 50% off unlimited learning
Sale ends in
p1 <- plot_ly(economics, x = date, y = uempmed, showlegend = F)
p2 <- plot_ly(economics, x = date, y = unemploy, showlegend = F)
offline(subplot(p1, p2, p1, p2, nrows = 2))
Run the code above in your browser using DataLab