Pontifications

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)

Output

with-fill-with-colours-07sept207-ggplot-average_colour_ig_van_jan2016-aes-x-hour-y-colourname-geom_joy-scale-16

Leave a comment on github