【发布时间】:2021-09-08 03:17:12
【问题描述】:
我想叠加这两个图。在我的代码中,我只能将它们并排绘制。
using PyPlot
x = [μ, μ]
y = histogram(walks[end, :], bins=20, legend=nothing)
plot(plot(x), y)
【问题讨论】:
-
为什么这个标签是python?
标签: plot statistics julia
我想叠加这两个图。在我的代码中,我只能将它们并排绘制。
using PyPlot
x = [μ, μ]
y = histogram(walks[end, :], bins=20, legend=nothing)
plot(plot(x), y)
【问题讨论】:
标签: plot statistics julia