Seems to mostly be a problem when `colorbar` is attached to a z attribute ```r subplot( plot_ly(z = ~volcano), plot_ly(x = 1:10, y = 1:10, color = factor(1:10)) ) subplot( plot_ly(z = ~volcano), plot_ly(x = 1:10, y = 1:10, color = 1:10) ) ```