Hi, I am generating multiple charts with facet_wrap() and what what I see, 
R/ggplot sorts the panels by the facet variable. So adding an index to the 
facet variable (1 - bucket, 2 - bucket, etc) does solve the sorting issue but 
it's ugly. 

I also read this post which, if I understand correctly, claims that ggplot 
should be using the initial ordering of the data for ordering the charts 
(instead of ordering the data itself). 

https://mvuorre.github.io/post/2016/order-ggplot-panel-plots/

Wondering if anyone knows how to direct ggplot use the initial sorting of the 
data to order the panels. 

Thank you.

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to