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
The pythonplot backend was working until recently, but somehow, with Plots.jl v1.40.2, I got the following error and it's not working regardless of the platforms (MacOS, Windows). On the other hand, the gr and the plotlyjs backends are working as before. Also, the standalone PythonPlot.jl (without Plots.jl) works without any problems.
Backends
This bug occurs on a very simple plotting function.
The reason here is that PythonCall moved pyisnone into a submodule called Core. Probably should use a proper dependency on PythonCall and set compat bounds accordingly.
it started working! Could you add this for the next update of the master branch? Creating a full pull request for just this change is a bit of overkill. Thanks a lot!!
Details
The
pythonplot
backend was working until recently, but somehow, withPlots.jl
v1.40.2, I got the following error and it's not working regardless of the platforms (MacOS, Windows). On the other hand, thegr
and theplotlyjs
backends are working as before. Also, the standalonePythonPlot.jl
(withoutPlots.jl
) works without any problems.Backends
This bug occurs on a very simple plotting function.
Versions
Plots.jl version: v1.40.2
Backend version (
]st -m <backend(s)>
): PythonPlot v1.0.3Output of
versioninfo()
: Julia Version 1.10.2Commit bd47eca2c8a (2024-03-01 10:14 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: macOS (x86_64-apple-darwin22.4.0)
CPU: 12 × Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, skylake)
Threads: 1 default, 0 interactive, 1 GC (on 12 virtual cores)
Environment:
JULIA_PKG_USE_CLI_GIT = true
LD_LIBRARY_PATH = /Users/xxx/lib:/usr/local/lib:/usr/lib:
The text was updated successfully, but these errors were encountered: