┌ Warning: `haskey(o::PyObject, s::Union{Symbol, AbstractString})` is deprecated, use `hasproperty(o, s)` instead.
│ caller = #savefig#97(::Base.Iterators.Pairs{Symbol,Any,Tuple{Symbol,Symbol},NamedTuple{(:format, :dpi),Tuple{String,Int64}}}, ::Function, ::String) at PyPlot.jl:176
└ @ PyPlot /home/cokes/.julia/packages/PyPlot/mQXSC/src/PyPlot.jl:176
┌ Warning: `getindex(o::PyObject, s::AbstractString)` is deprecated in favor of dot overloading (`getproperty`) so elements should now be accessed as e.g. `o."s"` instead of `o["s"]`.
│ caller = #savefig#97(::Base.Iterators.Pairs{Symbol,Any,Tuple{Symbol,Symbol},NamedTuple{(:format, :dpi),Tuple{String,Int64}}}, ::Function, ::String) at PyPlot.jl:179
└ @ PyPlot /home/cokes/.julia/packages/PyPlot/mQXSC/src/PyPlot.jl:179