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

gui() does not work with plotlyjs() backend #581

Closed
Balinus opened this issue Nov 21, 2016 · 0 comments
Closed

gui() does not work with plotlyjs() backend #581

Balinus opened this issue Nov 21, 2016 · 0 comments

Comments

@Balinus
Copy link

Balinus commented Nov 21, 2016

Hello,

it seems that the command to "undock" the figure from Juno does not work when using plotlyjs() backend. The image reloads in the Plot Pane. The command works with pyplot() and gr() backend. I have not tested other backend.

Note: using the standard REPL (i.e. entering in Julia from the Linux terminal), I can use the plotlyjs() backend and a floating window appears.

using Plots
pyplotjs()
plot(rand(10, 1))
gui()
julia> versioninfo()
Julia Version 0.5.0
Commit 3c9d753 (2016-09-19 18:14 UTC)
Platform Info:
  System: Linux (x86_64-linux-gnu)
  CPU: Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
  LAPACK: libopenblas64_
  LIBM: libopenlibm
  LLVM: libLLVM-3.7.1 (ORCJIT, haswell)

Versions

Juno - 0.2.4
Plots - 0.9.4
PlotlyJS - 0.5.1
Plotly - 0.1.1
Atom - 0.5.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants