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
Technically you can still do multiple complex series by manually calling plot! for each one, but this is rather cumbersome.
Backends
This bug occurs on ( insert x below )
Backend
yes
no
untested
gr (default)
x
pythonplot
x
plotlyjs
x
pgfplotsx
x
unicodeplots
x
inspectdr
x
gaston
x
Versions
Plots.jl version: v1.40.8
Backend version (]st -m <backend(s)>): Latest versions of all backends as of September 15, 2024
Output of versioninfo(): Julia Version 1.6.4 Commit 35f0c911f4 (2021-11-19 03:54 UTC) Platform Info: OS: Windows (x86_64-w64-mingw32) CPU: AMD Ryzen 7 5800H with Radeon Graphics WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-11.0.1 (ORCJIT, generic)
Edit: Tested again on latest Julia release 1.10.5, still a problem
The text was updated successfully, but these errors were encountered:
Details
Plots has always allowed plotting multiple series in a single call to
plot
such as:I have just updated my julia packages for the first time in about a year and found that this no longer works with complex series.
The following code
produces
Stacktrace is similar on every backend tested.
Technically you can still do multiple complex series by manually calling
plot!
for each one, but this is rather cumbersome.Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version: v1.40.8
Backend version (
]st -m <backend(s)>
): Latest versions of all backends as of September 15, 2024Output of
versioninfo()
:Julia Version 1.6.4 Commit 35f0c911f4 (2021-11-19 03:54 UTC) Platform Info: OS: Windows (x86_64-w64-mingw32) CPU: AMD Ryzen 7 5800H with Radeon Graphics WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-11.0.1 (ORCJIT, generic)
Edit: Tested again on latest Julia release 1.10.5, still a problem
The text was updated successfully, but these errors were encountered: