Closed Siacm closed 5 years ago
Hi! I have created a barplot and arranged the x-axis accordingly to how I want it. However, once I run it through facet_nested, it changes the order.
I've tried to get ideas and help from stackoverflow, but have received no reply so it might be an issue that hasn't been encountered before. https://stackoverflow.com/questions/58235789/how-do-i-order-x-axis-within-facet-nested?noredirect=1#comment102845843_58235789
Would there be a function within facet_nested that could work around this?
Hi there,
I've left an answer on stack overflow adressing your question. I currently do not see this as an issue with facet_nested, as the same thing occurs when using facet_grid.
facet_nested
facet_grid
Cheers!
Ohh! Thank you!
Hi! I have created a barplot and arranged the x-axis accordingly to how I want it. However, once I run it through facet_nested, it changes the order.
I've tried to get ideas and help from stackoverflow, but have received no reply so it might be an issue that hasn't been encountered before. https://stackoverflow.com/questions/58235789/how-do-i-order-x-axis-within-facet-nested?noredirect=1#comment102845843_58235789
Would there be a function within facet_nested that could work around this?