clusterProfiler
clusterProfiler copied to clipboard
Changing Text Size for EnrichGO dotplot.
Solution reached in issue #213 no longer seems to work?
+ scale_y_discrete(labels=function(x) str_wrap(x, width=40))
Now gives this error:
wrong orderBy parameter; set to default `orderBy = "x"`
Scale for 'y' is already present. Adding another scale for 'y', which will replace the existing scale.
Furthermore, it only changes the "margins" allowed for text, but not the text itself.
For example, setting it to a low value (10) just squishes text to the left, at the same size:

Is there a new method for scaling text size?
I'm having the same issue.
Hi~ is there any update on this? Thank you.