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

Problems with lens and yflip #417

Closed
RibeiroAndre opened this issue Sep 23, 2021 · 1 comment
Closed

Problems with lens and yflip #417

RibeiroAndre opened this issue Sep 23, 2021 · 1 comment

Comments

@RibeiroAndre
Copy link

Describe the bug
Trying to use lens with yflip is giving me strange results. In one case, the grey line connecting the lens to its box is in the wrong place. In another case, the original plot gets unflipped.

using Plots
plotlyjs()
plot(rand(100),rand(100),yflip=true)
lens!([0,.2], [0,.2], inset = (1, bbox(0.35, 0.0, 0.4, 0.4)), yflip=true)

Version info
Julia Version 1.6.2
Commit 1b93d53fc4 (2021-07-14 15:36 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i7-9850H CPU @ 2.60GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.0.1 (ORCJIT, skylake)

[f0f68f2c] PlotlyJS v0.18.7
[91a5bcdd] Plots v1.21.3

@sglyon
Copy link
Member

sglyon commented Sep 23, 2021

Hmm -- seems like a Plots.jl issue. I suggest checking with them!

@sglyon sglyon closed this as completed Sep 23, 2021
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