JuliaAcademy / DataScience

Data Science in Julia course for JuliaAcademy.com, taught by Huda Nassar
https://juliaacademy.com/p/julia-for-data-science
MIT License
488 stars 256 forks source link

Histograms not working in Statistics lesson #40

Open adenoz opened 2 years ago

adenoz commented 2 years ago

The histograms are not working in the statistics lesson. It throws a MethodError: no method matching floatrange. I can change it to scatter and it works fine. There appears to be no obvious package problems.

Is this something I can fix by changing the type? I've had a quick go but not sure if there is some bug or whatnot. Beginner to Julia here.