it looks like I didn’t use gt().
I’ve check right now. The following code has done perfectly.
using Plots
ENV["GKSwstype"]="nul"
plot(rand(100,1))
Plots.savefig("test.png")
it looks like I didn’t use gt().
I’ve check right now. The following code has done perfectly.
using Plots
ENV["GKSwstype"]="nul"
plot(rand(100,1))
Plots.savefig("test.png")