PythonPlot instead of PyPlot

Hi all,

I’ve been having trouble with matplotlib dependencies within my package when using PyPlot.jl – most of these errors crop up when there are upstream changes within Conda/matplotlib, that show up during the compilation phase with Conda.jl and PyCall.jl when my package builds. Is there a lower likelihood of build errors if I switch to PythonPlot.jl which seems to use more modern interop machinery between julia and python?

Thanks!