Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All plots output blank Atom window while the saved .html figures are normal. #370

Closed
deltaeecs opened this issue Mar 18, 2021 · 3 comments
Closed

Comments

@deltaeecs
Copy link

deltaeecs commented Mar 18, 2021

All figures showing on Atom went blank after update PlotlyJS from v0.14.0 to v0.14.1.
I checked the saved ".html" figures with browser and they are all well.

Output:
image
Saved figure:
image

Julia Version 1.6.0-rc2
Commit 4b6b9fe4d7 (2021-03-11 07:05 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.0.1 (ORCJIT, skylake)
Environment:
JULIA_PKG_SERVER = https://mirrors.bfsu.edu.cn/julia

  Status `C:\Users\delta\.julia\environments\v1.6\Project.toml`

[6e4b80f9] BenchmarkTools v0.6.0
[ad839575] Blink v0.12.4
[28b8d3ca] GR v0.55.0
[42fd0dbc] IterativeSolvers v0.9.0
[652e05fd] JuliaZH v1.5.4
[f0f68f2c] PlotlyJS v0.14.1
[91a5bcdd] Plots v1.10.6
[92933f4c] ProgressMeter v1.5.0
[90137ffa] StaticArrays v1.0.1
[b189fb0b] ThreadPools v1.2.1
[37e2e46d] LinearAlgebra
[10745b16] Statistics

@jkrimmer
Copy link
Contributor

Please feel free to try whether

]add https://github.com/jonas-kr/PlotlyJS.jl

resolves your issue. See also #372 .

@claytonpbarrows
Copy link

I can confirm that I had this issue and that your branch solves it.

@deltaeecs
Copy link
Author

Please feel free to try whether

]add https://github.com/jonas-kr/PlotlyJS.jl

resolves your issue. See also #372 .

Thx, I just test your solution it worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants