# using fill ggplot2::ggplot(data, ggplot2::aes(x = x, y = y, fill = category)) + ggplot2::labs(fill = "New Legend Title") # using color ggplot2::ggplot(data, ggplot2::aes(x = x, y = y, color = category)) + ggplot2::labs(color = "New Legend Title")
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter