egui/crates/egui_plot/src
Antoine Beyeler add1695624
Fix plot auto-bounds unset by default (#3722)
These PR recently cleaned up the code around auto-bounds, but introduced
an involuntary change whereby auto-bounds would not be enabled by
default. All plots would default to being not properly centred as a
result.

- #3587
- #3586

This PR changes the default back to enabled. It also deprecates
`auto_bounds_x()` and `auto_bounds_y()`, which could only enable
auto-bounds (which is not very useful as auto-bounds were, and now are
again, enabled by default). A new `auto_bounds()` API can now be sued to
disable auto-bounds if needed.

Fixes #3712 
Fixes https://github.com/rerun-io/rerun/issues/4503
2023-12-19 17:58:59 +01:00
..
items Remove deprecated functions (#3692) 2023-12-08 11:02:57 +01:00
axis.rs Add `#[inline]` to all builder-pattern functions (#3557) 2023-11-16 13:50:05 +01:00
legend.rs Add `#[inline]` to all builder-pattern functions (#3557) 2023-11-16 13:50:05 +01:00
lib.rs Fix plot auto-bounds unset by default (#3722) 2023-12-19 17:58:59 +01:00
memory.rs Break out plotting to own crate `egui_plot` (#3282) 2023-08-27 17:22:49 +02:00
transform.rs Break out plotting to own crate `egui_plot` (#3282) 2023-08-27 17:22:49 +02:00