I'm using gggraph for create a circular plot. I want the legend with those 2 texts up and under.
I've tried with the next code, but I got the labels in the side, not above or under the legend.
p + scale_edge_colour_distiller(palette = "RdBu", breaks=c(-1,0,1),labels=c("Cooperation",0,"Competition")