When plotting a 2d histogram in Gadfly using a loglog scale, I get 
quantization-gaps in the range between 1 and 10. Is there a way to avoid 
this?


<https://lh3.googleusercontent.com/-76eLTMHGbhA/WBxK9BwHx6I/AAAAAAAAA_c/91Sx3cYcqyIu-Cce1RPT7tMZVi77B6UHwCLcB/s1600/hist.png>

p = plot(df, x = :x3, y = :x6, Geom.histogram2d, Scale.x_log10, Scale.
y_log10)

Reply via email to