GiovineItalia / Gadfly.jl

Crafty statistical graphics for Julia.
http://gadflyjl.org/stable/
Other
1.9k stars 250 forks source link

inexact error? #51

Closed swadey closed 11 years ago

swadey commented 11 years ago

Hi, I'm getting this error trying to plot a line chart with 2185 points.

ERROR: InexactError() in int at int.jl:469 in apply_statistic at /Users/swade/.julia/Gadfly/src/statistics.jl:230 in apply_statistics at /Users/swade/.julia/Gadfly/src/statistics.jl:28 in render at /Users/swade/.julia/Gadfly/src/Gadfly.jl:412 in draw at /Users/swade/.julia/Gadfly/src/Gadfly.jl:448 in anonymous at no file:62 in include_from_node1 at loading.jl:91 in process_options at client.jl:251 in _start at client.jl:321

dcjones commented 11 years ago

I think the update I just pushed will fix this, but I'm not positive.

swadey commented 11 years ago

thanks. that fixed it.