issue with terms label in Go dotplots
1
0
Entering edit mode
3 months ago
G.S ▴ 60

Hello everyone,

I would like to increase the width of the terms label so the terms will not overlap. Any idea how to do this? I have tried label_format = 30 but it did not help

     CC<-dotplot(title="GO term CC",CC, showCategory=20, split=".sign", label_format = 30) + facet_grid(.~.sign)+
      theme(
        text = element_text(size = 14),          # Increase the overall text size
        axis.text = element_text(size = 13),     # Increase the axis text size
        axis.title = element_text(size = 14),    # Increase the axis title size
        plot.title = element_text(size = 16),
        strip.text.x = element_text(size = 14))


CC

Thanks in advance

enter image description here

R clusterProfiler GO-terms • 403 views
ADD COMMENT
0
Entering edit mode
3 months ago
zau saa ▴ 150

I think increasing the aspect ratio when saving the image might solve it.

ADD COMMENT
0
Entering edit mode

Thanks for your help. I have tried this but it did not help :(

ADD REPLY

Login before adding your answer.

Traffic: 1360 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6