Is there some sort of function that allows this? I can't find anything. The x axis I'm working with is characters not numeric.
            Asked
            
        
        
            Active
            
        
            Viewed 304 times
        
    0
            
            
        - 
                    Try`ggbreak`: https://cran.r-project.org/web/packages/ggbreak/vignettes/ggbreak.html – Peter Sep 22 '21 at 13:11
- 
                    I've tried this but it doesn't seem to work for characters – Chinemerem Sep 22 '21 at 13:27
- 
                    Please provide a reproducible question (including data and code) to demonstrate the problem [Useful guidance for questions](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) – Peter Sep 22 '21 at 14:32
- 
                    Myabe `facet` + some custom theme can get you something similar – Vinícius Félix Sep 22 '21 at 23:00

