I have a plot such as barplot(1:3, 2:4, color = [:red, :blue, :red])
and would like to add a legend such that the red => "A"
and blue => "B"
, how could I accomplish that?
I have a plot such as barplot(1:3, 2:4, color = [:red, :blue, :red])
and would like to add a legend such that the red => "A"
and blue => "B"
, how could I accomplish that?