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
After a recent update (using Julia 1.1), I started getting these sorts of warnings again when using pyplot (with Julia Plots): ┌ Warning: getindex(o::PyObject, s::Symbol) is deprecated in favor of dot overloading (getproperty) so elements should now be accessed as e.g. o.sinstead ofo[:s]. │ caller = py_add_series(::Plots.Plot{Plots.PyPlotBackend}, ::Plots.Series) at pyplot.jl:592 └ @ Plots /Users/guardian/.julia/packages/Plots/QYETN/src/backends/pyplot.jl:592
The text was updated successfully, but these errors were encountered:
After a recent update (using Julia 1.1), I started getting these sorts of warnings again when using pyplot (with Julia Plots):
┌ Warning:
getindex(o::PyObject, s::Symbol)is deprecated in favor of dot overloading (
getproperty) so elements should now be accessed as e.g.
o.sinstead of
o[:s]. │ caller = py_add_series(::Plots.Plot{Plots.PyPlotBackend}, ::Plots.Series) at pyplot.jl:592 └ @ Plots /Users/guardian/.julia/packages/Plots/QYETN/src/backends/pyplot.jl:592
The text was updated successfully, but these errors were encountered: