Hi guys,

I'm having a problem when plotting data like this:
data = int(round(dropna(outcome[:,11])))
p = plot(x=data, Geom.histogram)

Here, data is an Array{Int64,1}. But the plot I get after running this have 
the bars spread, ignoring the space between integers. Is this expected? How 
can I make the same plot, but enlarging the bars so they touch each other?



<https://lh6.googleusercontent.com/-5_gJWTBY4vY/U30w2QEPWyI/AAAAAAAAAGU/mfgnxTzo8uE/s1600/myplot.png>







Reply via email to