Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknus committed Aug 10, 2023
2 parents f9edc9f + 872dbeb commit 4e7f587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/save_plot/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl eframe::App for MyApp {
let inner = my_plot.show(ui, |plot_ui| {
plot_ui.line(Line::new(PlotPoints::from(graph)).name("curve"));
});
// pass along the position of the plot
// Remember the position of the plot
plot_rect = Some(inner.response.rect);
});

Expand Down

0 comments on commit 4e7f587

Please sign in to comment.