SyntaxFix
Write A Post
Hire A Developer
Questions
if x is numeric, then add scale_x_continuous(); if x is character/factor, then add scale_x_discrete(). This might solve your problem.
x
scale_x_continuous()
scale_x_discrete()