Hi, I'm recently i started to using gprofiler (https://biit.cs.ut.ee/gprofiler/page/r), I made a graph with the gostplot function and I want to remove the legend "query_1", I tried modifying the title using layout (title = "UP genes"), but that don´t solve it.
Someone know how to remove or hide the legend.
Thank you so much
Looks like it might be a facet label. Try removing it using the ggplot
theme
function.This assumes your plot is saved as variable
p
.