Skip to content
Prev 239549 / 398500 Next

ggplot - unwanted sorted X values

On Oct 27, 2010, at 5:17 AM, ashz wrote:

            
Those X values are most likely not Date class but rather factors and  
sorted alphabetically as is typically done at time of factor creation.  
You probably need to work with factor levels. (All guesswork in the  
absence of a reproducible example.)