R - ggjoy() - Successful joyplot with fill colours and colours
Pontifications
- Colorized and filled with with colourname! See previous blog post.
with fill and colour: average colour instagram vancouver jauary 2016 aes-x-hour-y-colourname, geom_joy-scale16
ggplot(average_colour_ig_van_jan2016,
aes(x=hour, y= colourname , height=..density..))+
geom_joy(scale=16,
aes(colour=colour_named_vector, fill=colour_named_vector)) +
scale_colour_manual(values=colour_named_vector)+
scale_fill_manual(values=colour_named_vector)