using Plots;
x = 1:10; y = rand(10, 2)
plot(x, y, title = "This is Plotted using Plotly")
错误:
系统环境:
using Plots;
x = 1:10; y = rand(10, 2)
plot(x, y, title = "This is Plotted using Plotly")
错误:
系统环境:
前两天还没有出错,只是因为没装后端包不显示图片
然后装了几个后端包之后,这个函数用不了啦。
删除所有后端包,并重新安装Plots包还是这样
我试了一下,没有任何问题。
julia> versioninfo()
Julia Version 1.4.2
Commit 44fa15b150* (2020-05-23 18:35 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: AMD Ryzen 7 4800H with Radeon Graphics
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-8.0.1 (ORCJIT, znver1)
Environment:
JULIA_NUM_THREADS = 16
JULIA_PKG_SERVER = https://mirrors.bfsu.edu.cn/julia/static
这让入手Plots的新手如何是好?
问题已解决,重新将环境折腾了一下。