Scatter traces in plotly will now support a colorscale (known as a gradient in ggplot2), so this example: ``` r qplot(data = iris, x = Sepal.Length, y = Petal.Length, color = Petal.Width) ```  should use a colorscale like this: 