egui/egui_demo_lib/src
Sven Niederberger 012542d066
Drag and zoom support for plots (#317)
* drag and zoom support for plots

* update doctest

* use impl ToString

* revert back to Into<String> until #302 is solved

* Apply suggestions from code review

Co-authored-by: ilya sheprut <optitel223@gmail.com>

* use persistence feature for PlotMemory

* rename shift -> translate

* remove automatic bounds

* removed unused methods

* Into<String> -> ToString

* Apply suggestions from code review

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>

* avoid potential invalid bounds bug

* use new is_valid method

* improve auto bounds behavior as suggested

* use NOTHING to initialize min_auto_bounds

Co-authored-by: ilya sheprut <optitel223@gmail.com>
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2021-04-21 21:50:27 +02:00
..
apps Drag and zoom support for plots (#317) 2021-04-21 21:50:27 +02:00
frame_history.rs Typo previus -> previous (#214) 2021-03-09 18:57:45 +01:00
lib.rs CI: run cargo doc (#309) 2021-04-15 10:35:15 +02:00
wrap_app.rs Rename ui.advance_cursor to ui.add_space 2021-04-02 10:13:06 +02:00