We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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)
This bug occurs on ( insert x below )
x
Plots.jl version: v1.40.5 Backend version (]st -m <backend(s)>): Output of versioninfo():
]st -m <backend(s)>
versioninfo()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
Example code:
Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version: v1.40.5
Backend version (
]st -m <backend(s)>
):Output of
versioninfo()
:The text was updated successfully, but these errors were encountered: