I'm using spy function from Gadfly package to plot a heatmap or a matrix of values.
and i want to show for each column a specific string but i cannot find the correct syntax
plt = Gadfly.spy(mtx, x= ["a","b","c","d"]) #suppose mtx has 4 columns
thanks!