I feel like this should be obvious... all I\'m trying to do is to remove the x-axis from the bottom of my graph and add it to the top.
Here is a reproducible examp
You can move the x-axis labels to the top by adding
scale_x_discrete(position = "top")