Skip to content
Prev 175668 / 398503 Next

ggplot: order of numeric factor levels?

On Tue, Mar 31, 2009 at 5:01 PM, Marianne Promberger
<mpromber at psych.upenn.edu> wrote:
It's a bug in the current version.  You can fix it by explicitly
setting the limits for the x axis - + xlim("-2","-1","0","1","2")).
It will be fixed in the next release which I'm trying to get out soon.

Hadley