You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data =randn(10^6);
histogram(data; yscale=:log10)
DomainError with -4.773573484531328:
log will only return a complex result if called with a complex argument. Try log(Complex(x)).
throw_complex_domainerror(::Symbol, ::Float64)@math.jl:33_log(::Float64, ::Val{:ℯ}, ::Symbol)@log.jl:301
log@log.jl:267[inlined]
log@math.jl:343[inlined]
round_base@utils.jl:84[inlined]
floor_base(::Float64, ::Float64)@utils.jl:79macro expansion@recipes.jl:440[inlined]
apply_recipe(::AbstractDict{Symbol, Any}, ::Type{Val{:bar}}, ::Any, ::Any, ::Any)@RecipesBase.jl:300_process_seriesrecipe(::Any, ::Any)@series_recipe.jl:50_process_seriesrecipe(::Any, ::Any)@series_recipe.jl:62_process_seriesrecipes!(::Any, ::Any)@series_recipe.jl:27recipe_pipeline!(::Any, ::Any, ::Any)@RecipesPipeline.jl:99_plot!(::Plots.Plot, ::Any, ::Any)@plot.jl:223#plot#188@plot.jl:102[inlined]
plot@plot.jl:93[inlined]
#histogram#369@RecipesBase.jl:427[inlined]
histogram@RecipesBase.jl:427[inlined]
top-level scope@[Local:1](http://localhost:1234/edit?id=12711bf8-0717-11ee-1283-dbe7b91dd08a#)[inlined]
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: