I created a graph using geom_area()
by group. The shape of the legend is a square. I would like it to be a line, so without any information regarding the scale I use for the fill
aesthetic. How can I achieve that ?
Ps : guides(override.aes())
is not helpful since it only allows me to change the informations I put in my aesthetics, not to get ride of fill
.