[julia-users] Layered subplot does not work with categorical variables

2016-10-14 Thread Christopher Fisher
Hi all- I'm having trouble creating a subplot with multiple layers when the variables are categorical. Here is a stripped down version of my code. df = DataFrame(Condition = repeat(["Condition 1","Condition 2"], inner = 3), Block = repeat(["Block 1","Block 2", "Block 3"],outer = 2),y1 = rand(

[julia-users] Layered subplot does not work with categorical variables

2016-10-14 Thread Christopher Fisher
Hi all- I'm having trouble creating a subplot with multiple layers when the variables are categorical. Here is a stripped down version of my code. df = DataFrame(Condition = repeat(["Condition 1","Condition 2"], inner = 3), Block = repeat(["Block 1","Block 2", "Block 3"],outer = 2),y1 = rand(