mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Add methods for optionally displaying the background/axes of a Plot (#562)
* Add methods for optionally displaying the background/axes of a `Plot` These are particularly useful when using the `Plot` widget as an overlay over an existing grid or some other content. * Allow for showing each axis of a `Plot` individually
This commit is contained in:
@@ -12,6 +12,7 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
|
||||
* [Line styles](https://github.com/emilk/egui/pull/482)
|
||||
* [Progress bar](https://github.com/emilk/egui/pull/519)
|
||||
* `Grid::num_columns`: allow the last column to take up the rest of the space of the parent `Ui`.
|
||||
* Add `show_background` and `show_axes` methods to `Plot`.
|
||||
|
||||
### Changed 🔧
|
||||
* Return closure return value from `Area::show`, `ComboBox::show_ui`, `ComboBox::combo_box_with_label`, `Window::show`, `popup::*`, `menu::menu`.
|
||||
|
||||
Reference in New Issue
Block a user