JuliaPy / PyPlot.jl

Plotting for Julia based on matplotlib.pyplot
https://github.com/JuliaPy/PyPlot.jl
MIT License
475 stars 87 forks source link

warning messages at `using PyPlot` #426

Closed PaulSoderlind closed 5 years ago

PaulSoderlind commented 5 years ago

after the update of PyCall to 1.90.0, starting with

 Warning: `getindex(o::PyObject, s::Symbol)` is deprecated in favor of dot overloading (`getproperty`) so elements should now be accessed as e.g. `o.s` instead of `o[:s]`.
│   caller = __init__() at init.jl:175
stevengj commented 5 years ago

Will be fixed by #420.