I have the following density plot:
ggplot(...) + aes(x = ..., color = ...) + ggdensity() +
labs(color = ...)
However, when i used labs(color = ...), it gives me two legends--one legend with original legend title for fill and another legend with changed title for color. How can i get rid of the original legend created for fill (which I did not specify in the equation)?