I’m trying to create a plot comparing two parameters I calculated in Turing.jl. I’ve kind of managed this with the following code:
data(avg_vote) * aog.density() * mapping(
:avg_vote=>"House Popular Vote: Average Democratic Share";
color=:post_1994=>"Before and After 1994"
) |> draw
Hoever, I can’t figure out how to make edits to this. I’d prefer it if “Before” showed up first in the legend, and I’d like the two groups to be colored red and blue. How would I go about this?