We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466bd7e commit 9b961e0Copy full SHA for 9b961e0
src/plotting.jl
@@ -272,5 +272,5 @@ underlying call to `plot`.
272
"""
273
function plot_kde(samples; boundary=(nothing,nothing), normalize="integral", kwargs...)
274
k = kde(samples; boundary, normalize)
275
- plot(k.x, k.P; kwargs...)
+ plot(k.kde.x, k.kde.P; kwargs...)
276
end
0 commit comments