Compiling gr()
the core is not reset. The error is this:
using Plots
gr()
x=0:0.01:2*π
y=sin.(x)
plot(x,y)
SystemError: opening file "C:\\Users\\Usuário\\AppData\\Local\\Temp\\jl_lyXJ1gB2lS.svg": No such file or directory
systemerror(::String, ::Int32; extrainfo::Nothing) at error.jl:168
(::Base.var"#systemerror##kw")(::NamedTuple{(:extrainfo,),Tuple{Nothing}}, ::typeof(systemerror), ::String, ::Int32) at error.jl:168
(::Base.var"#systemerror##kw")(::NamedTuple{(:extrainfo,),Tuple{Nothing}}, ::typeof(systemerror), ::String) at error.jl:168
#systemerror#48 at error.jl:167 [inlined]
systemerror at error.jl:167 [inlined]
open(::String; lock::Bool, read::Bool, write::Nothing, create::Nothing, truncate::Nothing, append::Nothing) at iostream.jl:284
open at iostream.jl:273 [inlined]
open(::String, ::String; lock::Bool) at iostream.jl:346
open at iostream.jl:346 [inlined]
_readfile(::String) at GR.jl:3342
show() at GR.jl:3401
plot_data(::Bool) at jlgr.jl:1380
plot_data at jlgr.jl:1061 [inlined]
plot(::StepRangeLen{Float64,Base.TwicePrecision{Float64},Base.TwicePrecision{Float64}}, ::Vararg{Union{AbstractString, Function, AbstractArray{T,2} where T, AbstractArray{T,1} where T},N} where N; kv::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}) at jlgr.jl:1583
plot(::StepRangeLen{Float64,Base.TwicePrecision{Float64},Base.TwicePrecision{Float64}}, ::Vararg{Union{AbstractString, Function, AbstractArray{T,2} where T, AbstractArray{T,1} where T},N} where N) at jlgr.jl:1575
plot(::StepRangeLen{Float64,Base.TwicePrecision{Float64},Base.TwicePrecision{Float64}}, ::Vararg{Any,N} where N; kwargs::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}) at GR.jl:3281
plot(::StepRangeLen{Float64,Base.TwicePrecision{Float64},Base.TwicePrecision{Float64}}, ::Vararg{Any,N} where N) at GR.jl:3281
top-level scope at Manipulacoes.jl:26
Anyone may help me please?