A question about scatter plot in Plots.jl

using Plots
plotly()
x = rand(50); y = rand(50); z = rand(50); c = rand(50);

scatter(x, y, z, marker_z = c)