Skip to content

Instantly share code, notes, and snippets.

@jennybc
Created October 10, 2014 01:06
Reverse the order of a categorical axis in ggplot2
scale_x_discrete(limits = rev(levels(the_factor)))
@tnat1031
Copy link

this helped me too, thanks!

Uh oh!

There was an error while loading. Please reload this page.

@ficrawford
Copy link

Still helpful in 2024!!! Thanks so much :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment