Osc*_*car 3 plot readline julia
下面的程序产生一个情节
using Plots
plot(cos)
Run Code Online (Sandbox Code Playgroud)
但这个没有
using Plots
plot(cos)
readline()
Run Code Online (Sandbox Code Playgroud)
我在 macOS 10.11.6 上使用 Julia 1.2.0 和 Firefox 74.0 中的 JupyterLab。当readline()在后一个程序中遇到 时,它会显示一个文本输入框,该框接受文本输入,但从未绘制过绘图。