egui/crates/egui_plot/src
n4n5 44d7aab53d
egui_plot: use `f64` for translate (#4637)
<!--
Please read the "Making a PR" section of
[`CONTRIBUTING.md`](https://github.com/emilk/egui/blob/master/CONTRIBUTING.md)
before opening a Pull Request!

* Keep your PR:s small and focused.
* The PR title is what ends up in the changelog, so make it descriptive!
* If applicable, add a screenshot or gif.
* If it is a non-trivial addition, consider adding a demo for it to
`egui_demo_lib`, or a new example.
* Do NOT open PR:s from your `master` branch, as that makes it hard for
maintainers to add commits to your PR.
* Remember to run `cargo fmt` and `cargo clippy`.
* Open the PR as a draft until you have self-reviewed it and run
`./scripts/check.sh`.
* When you have addressed a PR comment, mark it as resolved.

Please be patient! I will review your PR, but my time is limited!
-->

Can fix translating with high zoom out
https://github.com/emilk/egui/issues/3462



* Maybe related to https://github.com/emilk/egui/issues/3656
2024-06-18 22:55:08 +02:00
..
items Replace some `...` with `…` 2024-05-29 11:48:50 +02:00
axis.rs Add support for text truncation to `egui::Style` (#4556) 2024-05-28 13:10:41 +02:00
legend.rs Introduce `UiStack` (#4588) 2024-06-04 10:12:23 +02:00
lib.rs egui_plot: use `f64` for translate (#4637) 2024-06-18 22:55:08 +02:00
memory.rs Do no use the ahash reimport (#4504) 2024-05-27 16:24:50 +02:00
plot_ui.rs Expose `PlotGeometry` in public API (#4193) 2024-03-21 12:27:18 +01:00
transform.rs egui_plot: use `f64` for translate (#4637) 2024-06-18 22:55:08 +02:00