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

Lasso and mouse/keyboard zooming and panning are not working #93

Open
diegozea opened this issue Sep 24, 2021 · 1 comment
Open

Lasso and mouse/keyboard zooming and panning are not working #93

diegozea opened this issue Sep 24, 2021 · 1 comment

Comments

@diegozea
Copy link

Hi!

I have found this issue using Immerse v1.0.1 in Julia 1.6.2 (Ubuntu 18.04):

julia> using Immerse, Distributions
Gtk-Message: 13:44:24.950: Failed to load module "canberra-gtk-module"
Gtk-Message: 13:44:24.951: Failed to load module "canberra-gtk-module"
┌ Warning: Replacing docs for `Compose.PNG :: Union{}` in module `Compose`
└ @ Base.Docs docs/Docs.jl:240
┌ Warning: Replacing docs for `Compose.PDF :: Union{}` in module `Compose`
└ @ Base.Docs docs/Docs.jl:240
┌ Warning: Replacing docs for `Compose.PS :: Union{}` in module `Compose`
└ @ Base.Docs docs/Docs.jl:240

julia> X = rand(MultivariateNormal([0.0, 0.0], [1.0 0.5; 0.5 1.0]), 100)
2×100 Matrix{Float64}:
 -1.58054  0.635519  1.38265   -1.35818   -0.582593  -1.85562  1.28679   1.31092  -1.13938   -0.767586     -0.268533  -2.67896  0.936021  0.359858   1.61448   -0.0652832  -0.183513  -0.988957    0.107733
 -1.57079  0.581797  0.252229  -0.246157   0.272676  -1.8522   0.916983  1.44717  -0.151607   0.0664412      0.572089  -1.0528   1.10533   1.04872   -0.504889   0.703932    0.143832  -0.0382208  -0.428482

julia> plot(x=X[1,:], y=X[2,:], Geom.point)


julia> versioninfo(verbose=true)
Julia Version 1.6.2
Commit 1b93d53fc4 (2021-07-14 15:36 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
      Ubuntu 18.04.2 LTS (beaver-osp1-bowen X37)
  uname: Linux 5.4.0-84-generic #94~18.04.1-Ubuntu SMP Thu Aug 26 23:17:46 UTC 2021 x86_64 x86_64
  CPU: Intel(R) Core(TM) i7-10850H CPU @ 2.70GHz: 
                 speed         user         nice          sys         idle          irq
       #1-12  3600 MHz     116330 s        344 s      32642 s   11086547 s          0 s
       
  Memory: 15.249576568603516 GB (4982.1796875 MB free)
  Uptime: 101249.0 sec
  Load Avg:  1.55517578125  1.4638671875  1.5400390625
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-11.0.1 (ORCJIT, skylake)
Environment:
  MANDATORY_PATH = /usr/share/gconf/ubuntu.mandatory.path
  DEFAULTS_PATH = /usr/share/gconf/ubuntu.default.path
  HOME = /home/diego
  WINDOWPATH = 2
  TERM = xterm-256color
  PATH = /home/diego/.local/bin:/home/diego/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/diego/bin:/home/diego/.local/bin
  FONTCONFIG_PATH = /home/diego/.julia/artifacts/387d89822da323c098aba6f8ab316874d4e90f2e/etc/fonts

(jl_JPHJsQ) pkg> st
      Status `/tmp/jl_JPHJsQ/Project.toml`
  [31c24e10] Distributions v0.24.18
  [2a4eff87] Immerse v1.0.1

Do you have the same problem?

Best,

@jonathanBieler
Copy link
Collaborator

Yes indeed lasso seems to be broken. I haven't used this package for a while so I'm not sure when it broke.

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

2 participants