Skip to content

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

@diegozea

Description

@diegozea

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions