Guide.colorkey
Set the title for the plot legend
Arguments
title
: Legend title
Examples
volcano = float(convert(Array, dataset("datasets", "volcano")))
plot(z=volcano, Geom.contour, Guide.colorkey("Elevation"))
Set the title for the plot legend
title
: Legend title
volcano = float(convert(Array, dataset("datasets", "volcano")))
plot(z=volcano, Geom.contour, Guide.colorkey("Elevation"))