Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Julia 中有以下代码:
#Pkg.add("Plots") using Plots plotly() plot(1:5,1:5)
Julia Pro 总是返回以下错误:
LoadError: UndefVarError: plot not defined
是什么原因造成的,我该如何解决?