Hi, when I was reading your code, I found [this line](https://github.com/stevengj/PythonPlot.jl/blob/08cc7e384bea31b36eb2cc26e01b951a66cc9c61/src/PythonPlot.jl#L71) includes type `PyAny`, which seems to be defined only in PyCall, but not PythonCall: ```julia (f::Figure)(args...; kws...) = pycall(Py(f), PyAny, args...; kws...) ``` Could it be a typo?