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

[BUG] Function lens! still has a bug with its connector line #4975

Open
OliverDudgeon opened this issue Aug 24, 2024 · 0 comments
Open

[BUG] Function lens! still has a bug with its connector line #4975

OliverDudgeon opened this issue Aug 24, 2024 · 0 comments
Labels

Comments

@OliverDudgeon
Copy link

Details

Opening a new issue as #4085 doesn't seem to entierly fix this (or there has been a regression?).

The connector line created by the lens! method doesn't seem to connect to the inset plot when using a logarithmic yscale.

image

Example code:

plot(yscale=:log10, xlims=(-200, 200))
plot!(ω, S)
lens!([-2.5, 2.5], [0.01, 2.0], inset=(1, bbox(0.7, 0.25, 0.3, 0.65)), yscale=:log10)

Backends

This bug occurs on ( insert x below )

Backend yes no untested
gr (default) x
pythonplot
plotlyjs
pgfplotsx
unicodeplots
inspectdr
gaston

Versions

Plots.jl version: v1.40.5
Backend version (]st -m <backend(s)>):
Output of versioninfo():

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant