I have a hard time understanding why the use of direct references with $ impacts the result of qplot with facets...
Why don't I get 5 dots aligned at (0,0) with this code?
data(Orange)
qplot(circumference-Orange$circumference, age-Orange$age, data=Orange, facets = ~Tree)