Create stepped graph? alanv  2013-01-30 10:33
Status: Closed
 
It shouldn't be giving each group a distinct color, unless you happen to be setting the aes.color to the same value as aes.group. We do not color anything unless the user specifies it. For instance, you could group by row.groupName and color by row.color. Color and group are not related (or at least should not be related unless specified by the user).