-
-
Notifications
You must be signed in to change notification settings - Fork 369
Closed
Description
When plotting in Juno with Plots, the Plotly as well as the plotlyjs backend produce only black figures. Gr works though.
Details
I can't point my finger to it, but I think it started after upgrading plots from 1.2.0 but I'm not sure since going back didn't help.
using gui(plot(...)) works and displays the figures in the browser.
Backends
This bug occurs on ( insert x
below )
Backend | yes | no | untested |
---|---|---|---|
gr (default) | x | ||
pyplot | x | ||
plotly | x | ||
plotlyjs | x | ||
pgfplotsx | x | ||
inspectdr | x |
Versions
Plots.jl version: 1.2.5
Backend version: Plotly v0.3.0
Output of versioninfo()
:
Julia Version 1.4.1
Commit 381693d3df* (2020-04-14 17:20 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin18.7.0)
CPU: Intel(R) Core(TM) i5-3470S CPU @ 2.90GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-8.0.1 (ORCJIT, ivybridge)
Environment:
JULIA_NUM_THREADS = 4
AsimHDar and judober