我对交互式绘图有疑问。
using Interact, Vega, Distributions
@manipulate for μ in -10:10, σ = 0.1:0.5:5.1
x = -20:0.01:20
lineplot(y = pdf(Normal(μ, σ), x), x=x)
end
这是我的结果,不是用于操作 de 参数的小部件:
我对交互式绘图有疑问。
using Interact, Vega, Distributions
@manipulate for μ in -10:10, σ = 0.1:0.5:5.1
x = -20:0.01:20
lineplot(y = pdf(Normal(μ, σ), x), x=x)
end
这是我的结果,不是用于操作 de 参数的小部件: