Hi, Hadley,

 

can you also reproduce the “triangles” problem? Is it just a trivial 
corollary of the order-bug?

 

Dieter

 

 

From: hadley wickham [via R] [mailto:ml-node+1294703-876505...@n4.nabble.com] 
Sent: Tuesday, January 26, 2010 5:18 PM
To: Dieter Menne
Subject: Re: [R] Strange tick in ggplot geom_area; and ordering, again

 

Hi Dieter, 

It looks like a bug: 

Order works fine with bars: 
qplot(factor(dur),weight=p,data=cf1, fill=score, geom = "bar", order = 
rev(score)) 

but not with areas: 
qplot(dur, p, data=cf1, fill=score, geom = "area", order = rev(score)) 

I'll add it to my to do list. 



 


-- 
View this message in context: 
http://n4.nabble.com/Strange-tick-in-ggplot-geom-area-and-ordering-again-tp1294692p1294763.html
Sent from the R help mailing list archive at Nabble.com.

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
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