I am using Gadfly to plot a rectbin in Julia
ticks = [2006,2007,2008,2009,2010,2011,2012,2013,2014,2015]
plot(y=c[1:100],x=y[1:100], Guide.ylabel("Countries"),
Guide.xlabel("Year"),Guide.title("GDP of Asian Countries from 2006-
2015"),Geom.rectbin,color=g,Guide.xticks(ticks=ticks))
How do I change the default colors?
Here's the graph that is being plotted: