JuliaPlots / StatsPlots.jl

Statistical plotting recipes for Plots.jl
Other
440 stars 90 forks source link

Bandwidth does not work in density plots #441

Closed feanor12 closed 3 years ago

feanor12 commented 3 years ago

The first and the second plot show the same output.

Julia Version 1.6.0 StatsPlots v0.14.19

a = rand(10)
density(a,alpha=0.5,label="b1",bandwidth=10)
density!(a,alpha=0.5,label="b2",bandwidth=0.1)
BeastyBlacksmith commented 3 years ago

thats not released yet, can you try on master?

feanor12 commented 3 years ago

I did not realize that this was a recent feature. On master is seems fine. 👍