-
Notifications
You must be signed in to change notification settings - Fork 21
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
No plots been plotted #39
Comments
This seems related to a known issue with PlotlyJS. I also had an issue, not on Jupyter but on mac OS. It sounds like the folks at PlotlyJS are working on a patch, but for now I had success reverting back to a prior version of plotly: Step 1
Step 2 Shut everything down and open a new Julia session. How does that work for you? |
Hmm. I wonder if this has to do with the compat changes in the most recent release. What version or Eirene do you have installed? |
Same issue here on linux (julia v1.6.1).
Stock latest fails to plot anything. Julia fails to build Eirene if I try to downgrade PlotlyJS to v13.0. Here is the error dump.
|
There seems to be a relevant issue (Pluto and PlotlyJS) open here: Others have had similar-sounding issues as recently as May 1. It sounds as though this a Pluto-specific issue. If anyone is still having problems getting the two to talk to each other, perhaps consider contributing to the issue report on Pluto.jl! |
If anyone has found that this issue persists outside Pluto please let me know. Otherwise I'll close the issue in the near future. |
I am facing the same problem, plots show a loading animation and then stay blank. When I downgrade PlotlyJS to v13.0, Eirene fails to precompile (I get an error output from the command " Is this solved somehow? Any workaround that worked for you? |
Hi all, |
I started to play with this package by following the main Readme
Initially, my Pluto notebook reported that WebIO not detected, so I just imported it.
Rest of the steps remained the same with the example.
When I called plotbarcode_pjs(C, dim=1), it seems to be executed successfully, but it didn't plot anything.
versioninfo()
Julia Version 1.6.1
Commit 6aaedecc44 (2021-04-23 05:59 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: AMD Ryzen 7 5800X 8-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.0.1 (ORCJIT, generic)
Environment: JULIA_REVISE_WORKER_ONLY = 1
The text was updated successfully, but these errors were encountered: