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.
Plots 是否改变了 vline(!)?今天在新安装的机器上试了下:
begin pyplot() Plots.plot([57,89]) Plots.vline!([1.25]) end
并在底部引用了错误。新的 Plots 是 v"1.20.0" 而在 v"1.19.3" 机器上运行良好。
MethodError: 没有方法匹配 Val{:vline}
使用 PyPlot v2.9.0 在 Plots v1.21.3 上为我工作: