You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, by having a look at some blogs, I saw that Seaborn v.0.9 is needed for line plot.
Could anyone please help fixing this issue?
Thanks!
UndefVarError: lineplot not defined
getproperty(::Module, ::Symbol) at sys.dylib:?
top-level scope at Train_ML_regression.jl:972
include_string(::Module, ::String, ::String) at sys.dylib:?
include_string(::Module, ::String, ::String, ::Int64) at eval.jl:30
(::getfield(Atom, Symbol("##127#132")){String,Int64,String,Bool})() at eval.jl:94
withpath(::getfield(Atom, Symbol("##127#132")){String,Int64,String,Bool}, ::String) at utils.jl:30
withpath at eval.jl:47 [inlined]
#126 at eval.jl:93 [inlined]
with_logstate(::getfield(Atom, Symbol("##126#131")){String,Int64,String,Bool}, ::Base.CoreLogging.LogState) at logging.jl:395
with_logger at logging.jl:491 [inlined]
#125 at eval.jl:92 [inlined]
hideprompt(::getfield(Atom, Symbol("##125#130")){String,Int64,String,Bool}) at repl.jl:85
macro expansion at eval.jl:91 [inlined]
macro expansion at dynamic.jl:24 [inlined]
(::getfield(Atom, Symbol("##124#129")))(::Dict{String,Any}) at eval.jl:86
handlemsg(::Dict{String,Any}, ::Dict{String,Any}) at comm.jl:164
(::getfield(Atom, Symbol("##19#21")){Array{Any,1}})() at task.jl:268
The text was updated successfully, but these errors were encountered:
Hello,
I am using Julia pro v. 1.2 and I have imported the Seaborn library. When I add Seaborn I see a log reporting that Seaborn v0.4.1 has been added.
However, by having a look at some blogs, I saw that Seaborn v.0.9 is needed for line plot.
Could anyone please help fixing this issue?
Thanks!
The text was updated successfully, but these errors were encountered: