2

我在 Julia 中有以下代码:

#Pkg.add("Plots")
using Plots
plotly()
plot(1:5,1:5)

Julia Pro 总是返回以下错误:

LoadError: UndefVarError: plot not defined

是什么原因造成的,我该如何解决?

4

0 回答 0