Skip to content
Snippets Groups Projects
Commit 941596b5 authored by Albin Heimerson's avatar Albin Heimerson
Browse files

allow zoom

parent 8e95e199
No related branches found
No related tags found
1 merge request!2Add functionality for AK
......@@ -388,7 +388,7 @@ mod tf_plots {
let mut plot = Plot::new(title)
.allow_scroll(false)
.allow_zoom(false)
.allow_zoom(true)
.allow_boxed_zoom(false)
.allow_drag(false)
.show_x(false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment