You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into an issue where the PythonPlot.jl backend is unusable. I keep getting the error ERROR: UndefVarError: `pyisnone` not defined
Sure enough, PythonCall.pyisnone does not exist. It was used in the following line.
I'm running into an issue where the PythonPlot.jl backend is unusable. I keep getting the error
ERROR: UndefVarError: `pyisnone` not defined
Sure enough, PythonCall.pyisnone does not exist. It was used in the following line.
Plots.jl/src/backends/pythonplot.jl
Line 219 in 2e9b16c
The text was updated successfully, but these errors were encountered: