Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecation warnings back #432

Closed
gideonsimpson opened this issue Mar 30, 2019 · 1 comment
Closed

deprecation warnings back #432

gideonsimpson opened this issue Mar 30, 2019 · 1 comment

Comments

@gideonsimpson
Copy link

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

@stevengj
Copy link
Member

Those warnings are not from PyPlot.jl, they are from Plots.jl. They are fixed in JuliaPlots/Plots.jl#1956, which has not yet been tagged in a release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants