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
This is a regression, I mentioned the original bug in this issue: #1174 and it was fixed in the linked PR: #1184
Seems like this PR broke it #1865 in plot/mod.rs line 723-728. If no axis is linked it will always expand.
plot/mod.rs
723-728
egui/crates/egui/src/widgets/plot/mod.rs
Line 835 in 29fa633
change_x
false
The text was updated successfully, but these errors were encountered:
I don't know how that will impact the issue with the auto bounds though
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This is a regression, I mentioned the original bug in this issue: #1174
and it was fixed in the linked PR: #1184
Seems like this PR broke it #1865 in
plot/mod.rs
line723-728
.If no axis is linked it will always expand.
egui/crates/egui/src/widgets/plot/mod.rs
Line 835 in 29fa633
In the else case
change_x
should probably be defaulted tofalse
as before.The text was updated successfully, but these errors were encountered: